ui: Revised project setup

* changed help texts
* use help buttons instead of descriptions in dialogs
* fixed show files button not up-to-date with directory list box
* fixed source file extensions shown in cdb setup
* refactored size and content setting for project content classes
This commit is contained in:
Eberhard Graether
2016-08-30 11:20:32 +02:00
parent d4131ce92c
commit ebdc2d3382
31 changed files with 202 additions and 320 deletions
@@ -18,6 +18,8 @@ public:
QtProjectWizzardContent* content() const;
void setContent(QtProjectWizzardContent* content);
void setPreferredSize(QSize size);
static const int FRONT_COL = 0;
static const int HELP_COL = 1;
static const int LINE_COL = 2;
@@ -33,6 +35,7 @@ protected:
private:
QtProjectWizzardContent* m_content;
QSize m_preferredSize;
};
#endif // QT_PROJECT_WIZZARD_WINDOW_H