src/configDialog.h

changeset 467
59549731151a
parent 461
fbcc91ae1dd2
child 469
f2faed654633
--- a/src/configDialog.h	Tue Aug 20 21:23:56 2013 +0300
+++ b/src/configDialog.h	Wed Aug 21 01:13:52 2013 +0300
@@ -41,7 +41,17 @@
 	Q_OBJECT
 	
 public:
-	ConfigDialog (ForgeWindow* parent);
+	enum Tab {
+		InterfaceTab,
+		ProfileTab,
+		ShortcutsTab,
+		QuickColorsTab,
+		GridsTab,
+		ExtProgsTab,
+		DownloadTab
+	};
+	
+	explicit ConfigDialog (Tab deftab = InterfaceTab, QWidget* parent = null, Qt::WindowFlags f = 0);
 	virtual ~ConfigDialog();
 	static void staticDialog();
 	const Ui_ConfigUI* getUI() const;

mercurial