comparison src/settingsdialog.h @ 642:b16e8ef6919b

Back out commit:5dc24f8 and instead move the extensions setting to its own tab (allowing us to provide a bit more information about what it's for)
author Chris Cannam
date Fri, 19 Oct 2012 12:08:11 +0100
parents 58ac1b197666
children ae67ea0af696
comparison
equal deleted inserted replaced
641:b29b9694cd0d 642:b16e8ef6919b
33 33
34 public: 34 public:
35 enum Tab { 35 enum Tab {
36 PersonalDetailsTab, 36 PersonalDetailsTab,
37 PresentationTab, 37 PresentationTab,
38 PathsTab 38 PathsTab,
39 ExtensionsTab
39 }; 40 };
40 41
41 SettingsDialog(QWidget *parent = 0); 42 SettingsDialog(QWidget *parent = 0);
42 43
43 void setCurrentTab(Tab tab); 44 void setCurrentTab(Tab tab);
53 void hgPathBrowse(); 54 void hgPathBrowse();
54 void diffPathBrowse(); 55 void diffPathBrowse();
55 void mergePathBrowse(); 56 void mergePathBrowse();
56 void sshPathBrowse(); 57 void sshPathBrowse();
57 void extensionPathBrowse(); 58 void extensionPathBrowse();
58 void useExtension(int);
59 59
60 void accept(); 60 void accept();
61 void reset(); 61 void reset();
62 void clear(); 62 void clear();
63 void restoreDefaults(); 63 void restoreDefaults();