comparison src/settingsdialog.h @ 628:5dc24f89b791

* "Use extension" check box now appears to the left of the button and label, and enables/disables the button and label depending on its state
author Sam Izzo <sam@humbug.net>
date Sun, 26 Aug 2012 02:39:08 +1000
parents 2d5b831c1a0a
children db62a0cb3037
comparison
equal deleted inserted replaced
627:d39d236a0ce8 628:5dc24f89b791
53 void hgPathBrowse(); 53 void hgPathBrowse();
54 void diffPathBrowse(); 54 void diffPathBrowse();
55 void mergePathBrowse(); 55 void mergePathBrowse();
56 void sshPathBrowse(); 56 void sshPathBrowse();
57 void extensionPathBrowse(); 57 void extensionPathBrowse();
58 void useExtension(int);
58 59
59 void accept(); 60 void accept();
60 void reset(); 61 void reset();
61 void clear(); 62 void clear();
62 void restoreDefaults(); 63 void restoreDefaults();
82 83
83 #ifdef NOT_IMPLEMENTED_YET 84 #ifdef NOT_IMPLEMENTED_YET
84 QComboBox *m_workHistoryArrangement; 85 QComboBox *m_workHistoryArrangement;
85 #endif 86 #endif
86 87
88 QPushButton *m_extensionBrowse;
87 QPushButton *m_ok; 89 QPushButton *m_ok;
88 90
89 bool m_presentationChanged; 91 bool m_presentationChanged;
90 92
91 void browseFor(QString, QLineEdit *); 93 void browseFor(QString, QLineEdit *);