Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
b655c31b
Commit
b655c31b
authored
Jan 29, 2009
by
con
Browse files
Fixes: - UI consistency
Details: - Seems that we use colons in forms.
parent
c5948891
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4buildconfigwidget.ui
View file @
b655c31b
...
...
@@ -22,7 +22,7 @@
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"nameLabel"
>
<property
name=
"text"
>
<string>
Configuration Name
</string>
<string>
Configuration Name
:
</string>
</property>
</widget>
</item>
...
...
@@ -45,7 +45,7 @@
</sizepolicy>
</property>
<property
name=
"text"
>
<string>
Qt Version
</string>
<string>
Qt Version
:
</string>
</property>
</widget>
</item>
...
...
@@ -93,7 +93,7 @@
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
Shadow Build
</string>
<string>
Shadow Build
:
</string>
</property>
</widget>
</item>
...
...
@@ -113,7 +113,7 @@
</sizepolicy>
</property>
<property
name=
"text"
>
<string>
Build Directory
</string>
<string>
Build Directory
:
</string>
</property>
</widget>
</item>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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