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
80e77e95
Commit
80e77e95
authored
May 17, 2011
by
Leena Miettinen
Browse files
UI text: fix capitalization of labels and tooltips
Reviewed-by: Thomas Hartmann
parent
5aaa595e
Changes
17
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/BorderImageSpecifics.qml
View file @
80e77e95
...
...
@@ -41,7 +41,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Source
S
ize
"
)
text
:
qsTr
(
"
Source
s
ize
"
)
}
DoubleSpinBox
{
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml
View file @
80e77e95
...
...
@@ -9,7 +9,7 @@ GroupBox {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Content
S
ize
"
)
text
:
qsTr
(
"
Content
s
ize
"
)
}
DoubleSpinBox
{
...
...
@@ -40,8 +40,8 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Flick
D
irection
"
)
toolTip
:
qsTr
(
"
Flickable
D
irection
"
)
text
:
qsTr
(
"
Flick
d
irection
"
)
toolTip
:
qsTr
(
"
Flickable
d
irection
"
)
}
ComboBox
{
...
...
@@ -59,7 +59,7 @@ GroupBox {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Behavior
"
)
toolTip
:
qsTr
(
"
Bounds
B
ehavior
"
)
toolTip
:
qsTr
(
"
Bounds
b
ehavior
"
)
}
ComboBox
{
...
...
@@ -90,8 +90,8 @@ GroupBox {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Max.
V
elocity
"
)
toolTip
:
qsTr
(
"
Maximum
F
lick
V
elocity
"
)
text
:
qsTr
(
"
Max.
v
elocity
"
)
toolTip
:
qsTr
(
"
Maximum
f
lick
v
elocity
"
)
}
DoubleSpinBox
{
...
...
@@ -111,7 +111,7 @@ GroupBox {
Label
{
text
:
qsTr
(
"
Deceleration
"
)
toolTip
:
qsTr
(
"
Flick
D
eceleration
"
)
toolTip
:
qsTr
(
"
Flick
d
eceleration
"
)
}
DoubleSpinBox
{
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/FlowSpecifics.qml
View file @
80e77e95
...
...
@@ -33,7 +33,7 @@ QWidget {
// QWidget {
// layout: HorizontalLayout {
// Label {
// text: qsTr("Layout
D
irection")
// text: qsTr("Layout
d
irection")
// }
// ComboBox {
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml
View file @
80e77e95
...
...
@@ -67,7 +67,7 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Font
S
tyle
"
)
text
:
qsTr
(
"
Font
s
tyle
"
)
}
FontStyleButtons
{}
}
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml
View file @
80e77e95
...
...
@@ -49,7 +49,7 @@ QWidget {
// QWidget {
// layout: HorizontalLayout {
// Label {
// text: qsTr("Layout
D
irection")
// text: qsTr("Layout
d
irection")
// }
// ComboBox {
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/GridViewSpecifics.qml
View file @
80e77e95
...
...
@@ -17,7 +17,7 @@ QWidget {
IntEditor
{
backendValue
:
backendValues
.
cacheBuffer
caption
:
qsTr
(
"
Cache
"
)
toolTip
:
qsTr
(
"
Cache
B
uffer
"
)
toolTip
:
qsTr
(
"
Cache
b
uffer
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -25,7 +25,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
cellHeight
caption
:
qsTr
(
"
Cell
H
eight
"
)
caption
:
qsTr
(
"
Cell
h
eight
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -33,7 +33,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
cellWidth
caption
:
qsTr
(
"
Cell
W
idth
"
)
caption
:
qsTr
(
"
Cell
w
idth
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -59,7 +59,7 @@ QWidget {
IntEditor
{
backendValue
:
backendValues
.
keyNavigationWraps
caption
:
qsTr
(
"
Resize
W
raps
"
)
caption
:
qsTr
(
"
Resize
w
raps
"
)
toolTip
:
qsTr
(
"
Determines whether the grid wraps key navigation.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -70,7 +70,7 @@ QWidget {
// QWidget {
// layout: HorizontalLayout {
// Label {
// text: qsTr("Layout
D
irection")
// text: qsTr("Layout
d
irection")
// }
// ComboBox {
...
...
@@ -87,7 +87,7 @@ QWidget {
QWidget
{
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Snap
M
ode
"
)
text
:
qsTr
(
"
Snap
m
ode
"
)
toolTip
:
qsTr
(
"
Determines how the view scrolling will settle following a drag or flick.
"
)
}
...
...
@@ -112,7 +112,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Range
"
)
toolTip
:
qsTr
(
"
Highlight
R
ange
"
)
toolTip
:
qsTr
(
"
Highlight
r
ange
"
)
}
ComboBox
{
...
...
@@ -128,7 +128,7 @@ QWidget {
}
//QWidget
IntEditor
{
backendValue
:
backendValues
.
highlightMoveDuration
caption
:
qsTr
(
"
Move
D
uration
"
)
caption
:
qsTr
(
"
Move
d
uration
"
)
toolTip
:
qsTr
(
"
Move animation duration of the highlight delegate.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -137,7 +137,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
highlightMoveSpeed
caption
:
qsTr
(
"
Move
S
peed
"
)
caption
:
qsTr
(
"
Move
s
peed
"
)
toolTip
:
qsTr
(
"
Move animation speed of the highlight delegate.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -146,8 +146,8 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
preferredHighlightBegin
caption
:
qsTr
(
"
Preferred
B
egin
"
)
toolTip
:
qsTr
(
"
Preferred highlight begin - must be smaller than Preferred
E
nd.
"
)
caption
:
qsTr
(
"
Preferred
b
egin
"
)
toolTip
:
qsTr
(
"
Preferred highlight begin - must be smaller than Preferred
e
nd.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -155,8 +155,8 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
preferredHighlightEnd
caption
:
qsTr
(
"
Preferred
E
nd
"
)
toolTip
:
qsTr
(
"
Preferred highlight end - must be larger than Preferred
B
egin.
"
)
caption
:
qsTr
(
"
Preferred
e
nd
"
)
toolTip
:
qsTr
(
"
Preferred highlight end - must be larger than Preferred
b
egin.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -166,7 +166,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Follows
C
urrent
"
)
text
:
qsTr
(
"
Follows
c
urrent
"
)
}
CheckBox
{
backendValue
:
backendValues
.
highlightFollowsCurrentItem
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml
View file @
80e77e95
...
...
@@ -38,7 +38,7 @@ QWidget {
QWidget
{
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Fill
M
ode
"
)
text
:
qsTr
(
"
Fill
m
ode
"
)
}
ComboBox
{
...
...
@@ -72,7 +72,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Source
S
ize
"
)
text
:
qsTr
(
"
Source
s
ize
"
)
}
DoubleSpinBox
{
...
...
@@ -107,7 +107,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Painted
S
ize
"
)
text
:
qsTr
(
"
Painted
s
ize
"
)
}
DoubleSpinBox
{
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml
View file @
80e77e95
...
...
@@ -18,7 +18,7 @@ QWidget {
IntEditor
{
backendValue
:
backendValues
.
cacheBuffer
caption
:
qsTr
(
"
Cache
"
)
toolTip
:
qsTr
(
"
Cache
B
uffer
"
)
toolTip
:
qsTr
(
"
Cache
b
uffer
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -26,7 +26,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
cellHeight
caption
:
qsTr
(
"
Cell
H
eight
"
)
caption
:
qsTr
(
"
Cell
h
eight
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -34,7 +34,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
cellWidth
caption
:
qsTr
(
"
Cell
W
idth
"
)
caption
:
qsTr
(
"
Cell
w
idth
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -59,7 +59,7 @@ QWidget {
}
//QWidget
IntEditor
{
backendValue
:
backendValues
.
keyNavigationWraps
caption
:
qsTr
(
"
Navigation
W
raps
"
)
caption
:
qsTr
(
"
Navigation
w
raps
"
)
toolTip
:
qsTr
(
"
Determines whether the grid wraps key navigation.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -70,7 +70,7 @@ QWidget {
// QWidget {
// layout: HorizontalLayout {
// Label {
// text: qsTr("Layout
D
irection")
// text: qsTr("Layout
d
irection")
// }
// ComboBox {
...
...
@@ -106,7 +106,7 @@ QWidget {
QWidget
{
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Snap
M
ode
"
)
text
:
qsTr
(
"
Snap
m
ode
"
)
toolTip
:
qsTr
(
"
Determines how the view scrolling will settle following a drag or flick.
"
)
}
...
...
@@ -156,7 +156,7 @@ QWidget {
}
//QWidget
IntEditor
{
backendValue
:
backendValues
.
highlightMoveDuration
caption
:
qsTr
(
"
Move
D
uration
"
)
caption
:
qsTr
(
"
Move
d
uration
"
)
toolTip
:
qsTr
(
"
Move animation duration of the highlight delegate.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -165,7 +165,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
highlightMoveSpeed
caption
:
qsTr
(
"
Move
S
peed
"
)
caption
:
qsTr
(
"
Move
s
peed
"
)
toolTip
:
qsTr
(
"
Move animation speed of the highlight delegate.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -174,7 +174,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
highlightResizeDuration
caption
:
qsTr
(
"
Resize
D
uration
"
)
caption
:
qsTr
(
"
Resize
d
uration
"
)
toolTip
:
qsTr
(
"
Resize animation duration of the highlight delegate.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -183,7 +183,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
highlightResizeSpeed
caption
:
qsTr
(
"
Resize
S
peed
"
)
caption
:
qsTr
(
"
Resize
s
peed
"
)
toolTip
:
qsTr
(
"
Resize animation speed of the highlight delegate.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -192,8 +192,8 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
preferredHighlightBegin
caption
:
qsTr
(
"
Preferred
B
egin
"
)
toolTip
:
qsTr
(
"
Preferred highlight begin - must be smaller than Preferred
E
nd.
"
)
caption
:
qsTr
(
"
Preferred
b
egin
"
)
toolTip
:
qsTr
(
"
Preferred highlight begin - must be smaller than Preferred
e
nd.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -201,8 +201,8 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
preferredHighlightEnd
caption
:
qsTr
(
"
Preferred
E
nd
"
)
toolTip
:
qsTr
(
"
Preferred highlight end - must be larger than Preferred
B
egin.
"
)
caption
:
qsTr
(
"
Preferred
e
nd
"
)
toolTip
:
qsTr
(
"
Preferred highlight end - must be larger than Preferred
b
egin.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -212,7 +212,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Follows
C
urrent
"
)
text
:
qsTr
(
"
Follows
c
urrent
"
)
}
CheckBox
{
backendValue
:
backendValues
.
highlightFollowsCurrentItem
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/PathViewSpecifics.qml
View file @
80e77e95
...
...
@@ -16,7 +16,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Drag
M
argin
"
)
text
:
qsTr
(
"
Drag
m
argin
"
)
}
DoubleSpinBox
{
...
...
@@ -34,7 +34,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Flick
D
eceleration
"
)
text
:
qsTr
(
"
Flick
d
eceleration
"
)
}
DoubleSpinBox
{
...
...
@@ -51,7 +51,7 @@ QWidget {
QWidget
{
// 1
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Follows
C
urrent
"
)
text
:
qsTr
(
"
Follows
c
urrent
"
)
toolTip
:
qsTr
(
"
A user cannot drag or flick a PathView that is not interactive.
"
)
}
CheckBox
{
...
...
@@ -81,7 +81,7 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
pathItemCount
caption
:
qsTr
(
"
Item
C
ount
"
)
caption
:
qsTr
(
"
Item
c
ount
"
)
toolTip
:
qsTr
(
"
pathItemCount: number of items visible on the path at any one time.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -97,7 +97,7 @@ QWidget {
QWidget
{
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Highlight
R
ange
"
)
text
:
qsTr
(
"
Highlight
r
ange
"
)
}
ComboBox
{
...
...
@@ -113,7 +113,7 @@ QWidget {
}
//QWidget
IntEditor
{
backendValue
:
backendValues
.
highlightMoveDuration
caption
:
qsTr
(
"
Move
D
uration
"
)
caption
:
qsTr
(
"
Move
d
uration
"
)
toolTip
:
qsTr
(
"
Move animation duration of the highlight delegate.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
...
...
@@ -122,8 +122,8 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
preferredHighlightBegin
caption
:
qsTr
(
"
Preferred
B
egin
"
)
toolTip
:
qsTr
(
"
Preferred highlight begin - must be smaller than Preferred
E
nd.
"
)
caption
:
qsTr
(
"
Preferred
b
egin
"
)
toolTip
:
qsTr
(
"
Preferred highlight begin - must be smaller than Preferred
e
nd.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -131,8 +131,8 @@ QWidget {
}
IntEditor
{
backendValue
:
backendValues
.
preferredHighlightEnd
caption
:
qsTr
(
"
Preferred
E
nd
"
)
toolTip
:
qsTr
(
"
Preferred highlight end - must be larger than Preferred
B
egin.
"
)
caption
:
qsTr
(
"
Preferred
e
nd
"
)
toolTip
:
qsTr
(
"
Preferred highlight end - must be larger than Preferred
b
egin.
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
...
...
@@ -142,7 +142,7 @@ QWidget {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Follows
C
urrent
"
)
text
:
qsTr
(
"
Follows
c
urrent
"
)
}
CheckBox
{
backendValue
:
backendValues
.
highlightFollowsCurrentItem
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
View file @
80e77e95
...
...
@@ -73,7 +73,7 @@ GroupBox {
spacing
:
2
Label
{
text
:
qsTr
(
"
Stops
"
)
toolTip
:
qsTr
(
"
Gradient
S
tops
"
)
toolTip
:
qsTr
(
"
Gradient
s
tops
"
)
}
GradientLine
{
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
View file @
80e77e95
...
...
@@ -16,7 +16,7 @@ QWidget {
// QWidget {
// layout: HorizontalLayout {
// Label {
// text: qsTr("Layout
D
irection")
// text: qsTr("Layout
d
irection")
// }
// ComboBox {
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml
View file @
80e77e95
...
...
@@ -25,7 +25,7 @@ GroupBox {
visible
:
showIsWrapping
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Wrap
M
ode
"
)
text
:
qsTr
(
"
Wrap
m
ode
"
)
}
ComboBox
{
baseStateFlag
:
isBaseState
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
View file @
80e77e95
...
...
@@ -18,7 +18,7 @@ QFrame {
checkable
:
true
;
checked
:
true
;
id
:
standardMode
;
toolTip
:
qsTr
(
"
s
pecial properties
"
);
toolTip
:
qsTr
(
"
S
pecial properties
"
);
//iconFromFile: "images/rect-icon.png";
text
:
backendValues
===
undefined
||
backendValues
.
className
===
undefined
||
backendValues
.
className
==
"
empty
"
?
"
empty
"
:
backendValues
.
className
.
value
onClicked
:
{
...
...
@@ -35,7 +35,7 @@ QFrame {
id
:
layoutMode
;
checkable
:
true
;
checked
:
false
;
toolTip
:
qsTr
(
"
l
ayout
"
);
toolTip
:
qsTr
(
"
L
ayout
"
);
text
:
qsTr
(
"
Layout
"
);
onClicked
:
{
extendedMode
.
checked
=
false
;
...
...
@@ -49,7 +49,7 @@ QFrame {
QPushButton
{
id
:
extendedMode
;
toolTip
:
qsTr
(
"
a
dvanced properties
"
);
toolTip
:
qsTr
(
"
A
dvanced properties
"
);
checkable
:
true
;
checked
:
false
;
text
:
qsTr
(
"
Advanced
"
)
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml
View file @
80e77e95
...
...
@@ -13,7 +13,7 @@ GroupBox {
visible
:
isTextInput
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Input
M
ask
"
)
}
Label
{
text
:
qsTr
(
"
Input
m
ask
"
)
}
LineEdit
{
backendValue
:
backendValues
.
inputMask
...
...
@@ -26,7 +26,7 @@ GroupBox {
visible
:
isTextInput
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Echo
M
ode
"
)
}
Label
{
text
:
qsTr
(
"
Echo
m
ode
"
)
}
ComboBox
{
baseStateFlag
:
isBaseState
...
...
@@ -45,8 +45,8 @@ GroupBox {
layout
:
HorizontalLayout
{
Label
{
text
:
qsTr
(
"
Pass.
C
har
"
)
toolTip
:
qsTr
(
"
Password
Character
"
)
text
:
qsTr
(
"
Pass.
c
har
"
)
toolTip
:
qsTr
(
"
Character
displayed when users enter passwords.
"
)
}
LineEdit
{
...
...
@@ -61,7 +61,7 @@ GroupBox {
Label
{
text
:
qsTr
(
"
Flags
"
)
}
CheckBox
{
text
:
qsTr
(
"
Read
O
nly
"
)
text
:
qsTr
(
"
Read
o
nly
"
)
baseStateFlag
:
isBaseState
;
checkable
:
true
;
backendValue
:
backendValues
.
readOnly
;
...
...
@@ -76,7 +76,7 @@ GroupBox {
CheckBox
{
text
:
qsTr
(
"
Cursor
V
isible
"
)
text
:
qsTr
(
"
Cursor
v
isible
"
)
baseStateFlag
:
isBaseState
;
checkable
:
true
;
backendValue
:
backendValues
.
cursorVisible
;
...
...
@@ -90,7 +90,7 @@ GroupBox {
layout
:
HorizontalLayout
{
Label
{
text
:
""
}
CheckBox
{
text
:
qsTr
(
"
Focus
O
n
P
ress
"
)
text
:
qsTr
(
"
Focus
o
n
p
ress
"
)
baseStateFlag
:
isBaseState
;
checkable
:
true
;
backendValue
:
backendValues
.
focusOnPress
;
...
...
@@ -103,7 +103,7 @@ GroupBox {
layout
:
HorizontalLayout
{
Label
{
text
:
""
}
CheckBox
{
text
:
qsTr
(
"
Auto
S
croll
"
)
text
:
qsTr
(
"
Auto
s
croll
"
)
baseStateFlag
:
isBaseState
;
checkable
:
true
;
backendValue
:
backendValues
.
autoScroll
;
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/Transformation.qml
View file @
80e77e95
...
...
@@ -32,15 +32,15 @@ GroupBox {
}
actions
:
[
QAction
{
text
:
qsTr
(
"
Top
L
eft
"
);
onTriggered
:
originWidget
.
origin
=
"
TopLeft
"
;
},
QAction
{
text
:
qsTr
(
"
Top
l
eft
"
);
onTriggered
:
originWidget
.
origin
=
"
TopLeft
"
;
},
QAction
{
text
:
qsTr
(
"
Top
"
);
onTriggered
:
originWidget
.
origin
=
"
Top
"
;
},
QAction
{
text
:
qsTr
(
"
Top
R
ight
"
);
onTriggered
:
originWidget
.
origin
=
"
TopRight
"
;
},
QAction
{
text
:
qsTr
(
"
Top
r
ight
"
);
onTriggered
:
originWidget
.
origin
=
"
TopRight
"
;
},
QAction
{
text
:
qsTr
(
"
Left
"
);
onTriggered
:
originWidget
.
origin
=
"
Left
"
;
},
QAction
{
text
:
qsTr
(
"
Center
"
);
onTriggered
:
originWidget
.
origin
=
"
Center
"
;
},
QAction
{
text
:
qsTr
(
"
Right
"
);
onTriggered
:
originWidget
.
origin
=
"
Right
"
;
},
QAction
{
text
:
qsTr
(
"
Bottom
L
eft
"
);
onTriggered
:
originWidget
.
origin
=
"
BottomLeft
"
;
},
QAction
{
text
:
qsTr
(
"
Bottom
l
eft
"
);
onTriggered
:
originWidget
.
origin
=
"
BottomLeft
"
;
},
QAction
{
text
:
qsTr
(
"
Bottom
"
);
onTriggered
:
originWidget
.
origin
=
"
Bottom
"
;
},
QAction
{
text
:
qsTr
(
"
Bottom
R
ight
"
);
onTriggered
:
originWidget
.
origin
=
"
BottomRight
"
;
}
QAction
{
text
:
qsTr
(
"
Bottom
r
ight
"
);
onTriggered
:
originWidget
.
origin
=
"
BottomRight
"
;
}
]
}
}
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
View file @
80e77e95
...
...
@@ -16,7 +16,7 @@ GroupBox {
}
CheckBox
{
id
:
visibleCheckBox
;
text
:
qsTr
(
"
v
isible
"
)
text
:
qsTr
(
"
V
isible
"
)
toolTip
:
qsTr
(
"
isVisible
"
)
backendValue
:
backendValues
.
visible
;
baseStateFlag
:
isBaseState
;
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml
View file @
80e77e95
...
...
@@ -35,7 +35,7 @@ PropertyFrame {
bottomMargin
:
2
;
QLabel
{
minimumHeight
:
20
;
text
:
qsTr
(
"
n
one or multiple items selected
"
);
text
:
qsTr
(
"
N
one or multiple items selected
.
"
);
alignment
:
"
AlignHCenter
"
;
}
}
...
...
Write
Preview
Markdown
is supported
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