forked from qt-creator/qt-creator
Extend wizard modules page.
Change-Id: I445ebd37fec4fa56f43c7dff2012d6e514014b48 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -53,8 +53,24 @@ static inline QVector<const item*> itemVector()
|
||||
true},
|
||||
{"gui",
|
||||
QLatin1String("QtGui"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Graphical user interface components"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Base classes for graphical user interface (GUI) components. (Qt 4: Includes widgets. Qt 5: Includes OpenGL.)"),
|
||||
true},
|
||||
{"widgets",
|
||||
QLatin1String("QtWidgets"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Classes to extend Qt GUI with C++ widgets (Qt 5)"),
|
||||
false},
|
||||
{"declarative",
|
||||
QLatin1String("QtDeclarative"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Qt Quick 1 classes"),
|
||||
false},
|
||||
{"qml",
|
||||
QLatin1String("QtQml"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Classes for QML and JavaScript languages (Qt 5)"),
|
||||
false},
|
||||
{"quick",
|
||||
QLatin1String("QtQuick"),
|
||||
QCoreApplication::translate("QtModulesInfo", "A declarative framework for building highly dynamic applications with custom user interfaces"),
|
||||
false},
|
||||
{"network",
|
||||
QLatin1String("QtNetwork"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Classes for network programming"),
|
||||
@@ -63,6 +79,10 @@ static inline QVector<const item*> itemVector()
|
||||
QLatin1String("QtOpenGL"),
|
||||
QCoreApplication::translate("QtModulesInfo", "OpenGL support classes"),
|
||||
false},
|
||||
{"printsupport",
|
||||
QLatin1String("QtPrintSupport"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Print support classes (Qt 5)"),
|
||||
false},
|
||||
{"sql",
|
||||
QLatin1String("QtSql"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Classes for database integration using SQL"),
|
||||
@@ -83,6 +103,10 @@ static inline QVector<const item*> itemVector()
|
||||
QLatin1String("QtWebKit"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Classes for displaying and editing Web content"),
|
||||
false},
|
||||
{"webkitwidgets",
|
||||
QLatin1String("QtWebKitWidgets"),
|
||||
QCoreApplication::translate("QtModulesInfo", "WebKit1 and QWidget-based classes from Qt 4 (Qt 5)"),
|
||||
false},
|
||||
{"xml",
|
||||
QLatin1String("QtXml"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Classes for handling XML"),
|
||||
@@ -93,7 +117,7 @@ static inline QVector<const item*> itemVector()
|
||||
false},
|
||||
{"phonon",
|
||||
QLatin1String("Phonon"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Multimedia framework classes"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Multimedia framework classes (Qt 4 only)"),
|
||||
false},
|
||||
{"multimedia",
|
||||
QLatin1String("QtMultimedia"),
|
||||
@@ -101,7 +125,7 @@ static inline QVector<const item*> itemVector()
|
||||
false},
|
||||
{"qt3support",
|
||||
QLatin1String("Qt3Support"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Classes that ease porting from Qt 3 to Qt 4"),
|
||||
QCoreApplication::translate("QtModulesInfo", "Classes that ease porting from Qt 3 to Qt 4 (Qt 4 only)"),
|
||||
false},
|
||||
{"testlib",
|
||||
QLatin1String("QtTest"),
|
||||
|
||||
Reference in New Issue
Block a user