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
Tobias Hunger
qt-creator
Commits
7fc5c417
Commit
7fc5c417
authored
Apr 14, 2010
by
Thorbjørn Lindeijer
Browse files
Corrected a bunch of capitalizations in label texts
parent
20636f52
Changes
12
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/generalsettings.ui
View file @
7fc5c417
...
...
@@ -77,14 +77,7 @@
</item>
</layout>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"languageLabel"
>
<property
name=
"text"
>
<string>
Language:
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
rowspan=
"2"
>
<item
row=
"2"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_3"
>
<item>
<widget
class=
"QComboBox"
name=
"languageBox"
>
...
...
@@ -111,10 +104,10 @@
</item>
</layout>
</item>
<item
row=
"
2
"
column=
"0"
rowspan=
"2"
>
<item
row=
"
3
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"encodingLabel"
>
<property
name=
"text"
>
<string>
Default
F
ile
E
ncoding:
</string>
<string>
Default
f
ile
e
ncoding:
</string>
</property>
</widget>
</item>
...
...
@@ -151,6 +144,13 @@
</item>
</layout>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"languageLabel"
>
<property
name=
"text"
>
<string>
Language:
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
...
...
src/plugins/cpaster/pastebindotcomsettings.ui
View file @
7fc5c417
...
...
@@ -25,7 +25,7 @@
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"serverPrefix"
>
<property
name=
"text"
>
<string>
Server
P
refix:
</string>
<string>
Server
p
refix:
</string>
</property>
</widget>
</item>
...
...
src/plugins/cpptools/cppfilesettingspage.ui
View file @
7fc5c417
...
...
@@ -44,7 +44,7 @@
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"licenseTemplateLabel"
>
<property
name=
"text"
>
<string>
License
T
emplate:
</string>
<string>
License
t
emplate:
</string>
</property>
</widget>
</item>
...
...
@@ -72,27 +72,6 @@
<zorder>
headerSuffixComboBox
</zorder>
<zorder>
sourceSuffixComboBox
</zorder>
<zorder>
licenseTemplateLabel
</zorder>
<zorder>
licenseTemplatePathChooser
</zorder>
<zorder>
sourceSuffixLabel
</zorder>
<zorder>
headerSuffixLabel
</zorder>
<zorder>
lowerCaseFileNamesCheckBox
</zorder>
<zorder>
headerSuffixComboBox
</zorder>
<zorder>
sourceSuffixComboBox
</zorder>
<zorder>
licenseTemplateLabel
</zorder>
<zorder>
licenseTemplatePathChooser
</zorder>
<zorder>
sourceSuffixLabel
</zorder>
<zorder>
headerSuffixLabel
</zorder>
<zorder>
lowerCaseFileNamesCheckBox
</zorder>
<zorder>
headerSuffixComboBox
</zorder>
<zorder>
sourceSuffixComboBox
</zorder>
<zorder>
licenseTemplateLabel
</zorder>
<zorder>
licenseTemplatePathChooser
</zorder>
<zorder>
sourceSuffixLabel
</zorder>
<zorder>
headerSuffixLabel
</zorder>
<zorder>
lowerCaseFileNamesCheckBox
</zorder>
<zorder>
headerSuffixComboBox
</zorder>
<zorder>
sourceSuffixComboBox
</zorder>
<zorder>
licenseTemplateLabel
</zorder>
</widget>
<customwidgets>
<customwidget>
...
...
src/plugins/cvs/settingspage.ui
View file @
7fc5c417
...
...
@@ -20,7 +20,7 @@
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"commandLabel"
>
<property
name=
"text"
>
<string>
CVS
C
ommand:
</string>
<string>
CVS
c
ommand:
</string>
</property>
</widget>
</item>
...
...
@@ -30,7 +30,7 @@
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"rootLabel"
>
<property
name=
"text"
>
<string>
CVS
R
oot:
</string>
<string>
CVS
r
oot:
</string>
</property>
</widget>
</item>
...
...
@@ -49,7 +49,7 @@
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"diffOptionsLabel"
>
<property
name=
"text"
>
<string>
Diff
O
ptions:
</string>
<string>
Diff
o
ptions:
</string>
</property>
</widget>
</item>
...
...
@@ -117,6 +117,10 @@
<extends>
QWidget
</extends>
<header
location=
"global"
>
utils/pathchooser.h
</header>
<container>
1
</container>
<slots>
<signal>
editingFinished()
</signal>
<signal>
browsingFinished()
</signal>
</slots>
</customwidget>
</customwidgets>
<resources/>
...
...
src/plugins/fakevim/fakevimplugin.cpp
View file @
7fc5c417
...
...
@@ -310,7 +310,7 @@ QWidget *FakeVimExCommandsPage::createPage(QWidget *parent)
QWidget
*
w
=
CommandMappings
::
createPage
(
parent
);
setPageTitle
(
tr
(
"Ex Command Mapping"
));
setTargetHeader
(
tr
(
"Ex Trigger Expression"
));
setTargetLabelText
(
tr
(
"Regular
E
xpression:"
));
setTargetLabelText
(
tr
(
"Regular
e
xpression:"
));
setTargetEditTitle
(
tr
(
"Ex Command"
));
setImportExportEnabled
(
false
);
...
...
src/plugins/help/generalsettingspage.ui
View file @
7fc5c417
...
...
@@ -212,7 +212,7 @@
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"homePageLabel"
>
<property
name=
"text"
>
<string>
Home
P
age:
</string>
<string>
Home
p
age:
</string>
</property>
</widget>
</item>
...
...
src/plugins/locator/settingspage.ui
View file @
7fc5c417
...
...
@@ -70,7 +70,7 @@
<item>
<widget
class=
"QLabel"
name=
"refreshIntervalLabel"
>
<property
name=
"text"
>
<string>
Refresh
I
nterval:
</string>
<string>
Refresh
i
nterval:
</string>
</property>
</widget>
</item>
...
...
src/plugins/perforce/settingspage.ui
View file @
7fc5c417
...
...
@@ -20,7 +20,7 @@
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"commandLabel"
>
<property
name=
"text"
>
<string>
P4
C
ommand:
</string>
<string>
P4
c
ommand:
</string>
</property>
</widget>
</item>
...
...
@@ -57,21 +57,21 @@
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"clientLabel"
>
<property
name=
"text"
>
<string>
P4
C
lient:
</string>
<string>
P4
c
lient:
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"userLabel"
>
<property
name=
"text"
>
<string>
P4
U
ser:
</string>
<string>
P4
u
ser:
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"portLabel"
>
<property
name=
"text"
>
<string>
P4
P
ort:
</string>
<string>
P4
p
ort:
</string>
</property>
</widget>
</item>
...
...
@@ -205,6 +205,10 @@
<extends>
QWidget
</extends>
<header
location=
"global"
>
utils/pathchooser.h
</header>
<container>
1
</container>
<slots>
<signal>
editingFinished()
</signal>
<signal>
browsingFinished()
</signal>
</slots>
</customwidget>
</customwidgets>
<tabstops>
...
...
src/plugins/projectexplorer/editorsettingspropertiespage.ui
View file @
7fc5c417
...
...
@@ -20,7 +20,7 @@
<item>
<widget
class=
"QLabel"
name=
"encodingLabel"
>
<property
name=
"text"
>
<string>
Default
F
ile
E
ncoding:
</string>
<string>
Default
f
ile
e
ncoding:
</string>
</property>
</widget>
</item>
...
...
src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.ui
View file @
7fc5c417
...
...
@@ -6,8 +6,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
448
</width>
<height>
30
7
</height>
<width>
550
</width>
<height>
3
5
0
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
...
...
@@ -139,14 +139,14 @@
<item>
<widget
class=
"QRadioButton"
name=
"deviceButton"
>
<property
name=
"text"
>
<string>
Remote
D
evice
</string>
<string>
Remote
d
evice
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QRadioButton"
name=
"simulatorButton"
>
<property
name=
"text"
>
<string>
Local
S
imulator
</string>
<string>
Local
s
imulator
</string>
</property>
</widget>
</item>
...
...
@@ -186,7 +186,7 @@
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"hostNameLabel"
>
<property
name=
"text"
>
<string>
Host
N
ame:
</string>
<string>
Host
n
ame:
</string>
</property>
</widget>
</item>
...
...
@@ -248,7 +248,7 @@
<item
row=
"5"
column=
"0"
>
<widget
class=
"QLabel"
name=
"connectionTimeoutLabel"
>
<property
name=
"text"
>
<string>
Connection
T
imeout:
</string>
<string>
Connection
t
imeout:
</string>
</property>
</widget>
</item>
...
...
@@ -262,7 +262,7 @@
<item
row=
"6"
column=
"0"
>
<widget
class=
"QLabel"
name=
"userNameLabel"
>
<property
name=
"text"
>
<string>
User
N
ame:
</string>
<string>
User
n
ame:
</string>
</property>
</widget>
</item>
...
...
src/plugins/qt4projectmanager/qtversionmanager.ui
View file @
7fc5c417
...
...
@@ -6,7 +6,7 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
40
0
</width>
<width>
40
6
</width>
<height>
424
</height>
</rect>
</property>
...
...
@@ -94,7 +94,7 @@
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"versionNameLabel"
>
<property
name=
"text"
>
<string>
Version
N
ame:
</string>
<string>
Version
n
ame:
</string>
</property>
</widget>
</item>
...
...
@@ -104,7 +104,7 @@
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"pathLabel"
>
<property
name=
"text"
>
<string>
qmake
L
ocation:
</string>
<string>
qmake
l
ocation:
</string>
</property>
</widget>
</item>
...
...
@@ -114,7 +114,7 @@
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"mingwLabel"
>
<property
name=
"text"
>
<string>
MinGW
D
irectory:
</string>
<string>
MinGW
d
irectory:
</string>
</property>
</widget>
</item>
...
...
@@ -172,7 +172,7 @@ p, li { white-space: pre-wrap; }
<item
row=
"5"
column=
"0"
>
<widget
class=
"QLabel"
name=
"gcceLabel"
>
<property
name=
"text"
>
<string>
CSL/GCCE
D
irectory:
</string>
<string>
CSL/GCCE
d
irectory:
</string>
</property>
</widget>
</item>
...
...
@@ -182,7 +182,7 @@ p, li { white-space: pre-wrap; }
<item
row=
"6"
column=
"0"
>
<widget
class=
"QLabel"
name=
"mwcLabel"
>
<property
name=
"text"
>
<string>
Carbide
D
irectory:
</string>
<string>
Carbide
d
irectory:
</string>
</property>
</widget>
</item>
...
...
@@ -192,7 +192,7 @@ p, li { white-space: pre-wrap; }
<item
row=
"7"
column=
"0"
>
<widget
class=
"QLabel"
name=
"debuggingHelperLabel"
>
<property
name=
"text"
>
<string>
Debugging
H
elper:
</string>
<string>
Debugging
h
elper:
</string>
</property>
</widget>
</item>
...
...
@@ -244,6 +244,10 @@ p, li { white-space: pre-wrap; }
<extends>
QWidget
</extends>
<header
location=
"global"
>
utils/pathchooser.h
</header>
<container>
1
</container>
<slots>
<signal>
editingFinished()
</signal>
<signal>
browsingFinished()
</signal>
</slots>
</customwidget>
</customwidgets>
<tabstops>
...
...
src/plugins/subversion/settingspage.ui
View file @
7fc5c417
...
...
@@ -12,7 +12,7 @@
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"commandLabel"
>
<property
name=
"text"
>
<string>
Subversion
C
ommand:
</string>
<string>
Subversion
c
ommand:
</string>
</property>
</widget>
</item>
...
...
@@ -139,6 +139,10 @@
<extends>
QWidget
</extends>
<header
location=
"global"
>
utils/pathchooser.h
</header>
<container>
1
</container>
<slots>
<signal>
editingFinished()
</signal>
<signal>
browsingFinished()
</signal>
</slots>
</customwidget>
</customwidgets>
<resources/>
...
...
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