Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ce5380aa
Commit
ce5380aa
authored
Nov 18, 2009
by
Friedemann Kleint
Browse files
Wizard: Polish, layout and module names.
Reviewed-by: con
parent
213b8638
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectwizardpage.ui
View file @
ce5380aa
...
...
@@ -65,10 +65,13 @@
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeType"
>
<enum>
QSizePolicy::Fixed
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
2
0
</width>
<height>
4
0
</height>
<width>
0
</width>
<height>
1
0
</height>
</size>
</property>
</spacer>
...
...
@@ -92,8 +95,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
6
0
1
</width>
<height>
154
</height>
<width>
6
1
1
</width>
<height>
305
</height>
</rect>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
...
...
src/plugins/qt4projectmanager/qtmodulesinfo.cpp
View file @
ce5380aa
...
...
@@ -51,67 +51,67 @@ const itemVectorType itemVector()
{
static
const
struct
item
items
[]
=
{
{
"core"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtCore Modul
e"
),
Q
Latin1String
(
"QtCor
e"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Core non-GUI classes used by other modules"
),
true
},
{
"gui"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtGui Module
"
),
Q
Latin1String
(
"QtGui
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Graphical user interface components"
),
true
},
{
"network"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtNetwork Module
"
),
Q
Latin1String
(
"QtNetwork
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for network programming"
),
false
},
{
"opengl"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtOpenGL Module
"
),
Q
Latin1String
(
"QtOpenGL
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"OpenGL support classes"
),
false
},
{
"sql"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtSql Module
"
),
Q
Latin1String
(
"QtSql
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for database integration using SQL"
),
false
},
{
"script"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtScript Module
"
),
Q
Latin1String
(
"QtScript
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for evaluating Qt Scripts"
),
false
},
{
"scripttools"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtScriptTools
Module
"
),
Q
Latin1String
(
"QtScriptTools"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Additional Qt Script components"
),
false
},
{
"svg"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtSvg Module
"
),
Q
Latin1String
(
"QtSvg
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for displaying the contents of SVG files"
),
false
},
{
"webkit"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtWebKit Module
"
),
Q
Latin1String
(
"QtWebKit
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for displaying and editing Web content"
),
false
},
{
"xml"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtXml Module
"
),
Q
Latin1String
(
"QtXml
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for handling XML"
),
false
},
{
"xmlpatterns"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtXmlPatterns
Module
"
),
Q
Latin1String
(
"QtXmlPatterns"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"An XQuery/XPath engine for XML and custom data models"
),
false
},
{
"phonon"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"Phonon Module
"
),
Q
Latin1String
(
"Phonon
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Multimedia framework classes"
),
false
},
{
"multimedia"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtMultimedia
Module
"
),
Q
Latin1String
(
"QtMultimedia"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for low-level multimedia functionality"
),
false
},
{
"qt3support"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"Qt3Support
Module
"
),
Q
Latin1String
(
"Qt3Support"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes that ease porting from Qt 3 to Qt 4"
),
false
},
{
"testlib"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtTest Module
"
),
Q
Latin1String
(
"QtTest
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Tool classes for unit testing"
),
false
},
{
"dbus"
,
Q
CoreApplication
::
translate
(
"QtModulesInfo"
,
"QtDBus Module
"
),
Q
Latin1String
(
"QtDBus
"
),
QCoreApplication
::
translate
(
"QtModulesInfo"
,
"Classes for Inter-Process Communication using the D-Bus"
),
false
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment