comparison main/PreferencesDialog.h @ 163:652b22dcd4ed

* Add mouse actions to key and mouse reference dialog * Use QDialogButtonBox in all dialogs, for proper button ordering across platforms (requires Qt 4.2) * Fix #1733610 program does not exit if preferences dialog visible on close
author Chris Cannam
date Thu, 05 Jul 2007 11:07:01 +0000
parents c9930ec7a3f9
children 98ba77e0d897
comparison
equal deleted inserted replaced
162:9c9bce6440f5 163:652b22dcd4ed
29 29
30 public: 30 public:
31 PreferencesDialog(QWidget *parent = 0, Qt::WFlags flags = 0); 31 PreferencesDialog(QWidget *parent = 0, Qt::WFlags flags = 0);
32 virtual ~PreferencesDialog(); 32 virtual ~PreferencesDialog();
33 33
34 public slots:
35 void applicationClosing(bool quickly);
36
34 protected slots: 37 protected slots:
35 void windowTypeChanged(WindowType type); 38 void windowTypeChanged(WindowType type);
36 void spectrogramSmoothingChanged(int state); 39 void spectrogramSmoothingChanged(int state);
37 void propertyLayoutChanged(int layout); 40 void propertyLayoutChanged(int layout);
38 void tuningFrequencyChanged(double freq); 41 void tuningFrequencyChanged(double freq);