ui: language standard options

Added some language standard options.

<description>
This commit is contained in:
Manuel Dobusch
2015-12-11 15:22:28 +01:00
parent 52352baa8e
commit 0f4e49477a
4 changed files with 226 additions and 13 deletions
+3 -1
View File
@@ -77,8 +77,10 @@ private:
QComboBox* m_language;
QComboBox* m_cppStandard;
QComboBox* m_cStandard;
QLabel* m_standardLabel;
QLabel* m_cppStandardLabel;
QLabel* m_cStandardLabel;
};
#endif //QT_PROJECT_SETUP_SCREEN_H