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:
@@ -29,12 +29,7 @@ QtProjectWizzardContentPreferences::~QtProjectWizzardContentPreferences()
|
||||
}
|
||||
}
|
||||
|
||||
void QtProjectWizzardContentPreferences::populateWindow(QGridLayout* layout, int& row)
|
||||
{
|
||||
populateForm(layout, row);
|
||||
}
|
||||
|
||||
void QtProjectWizzardContentPreferences::populateForm(QGridLayout* layout, int& row)
|
||||
void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row)
|
||||
{
|
||||
ApplicationSettings* appSettings = ApplicationSettings::getInstance().get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user