Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ca83165e
Commit
ca83165e
authored
Mar 24, 2010
by
Thomas Hartmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QmlDesigner.propertyEditor: translation
parent
7b18b08c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+3
-3
No files found.
share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
View file @
ca83165e
...
...
@@ -35,8 +35,8 @@ QFrame {
id
:
layoutMode
;
checkable
:
true
;
checked
:
false
;
toolTip
:
"
layout and geometry
"
;
text
:
"
Geometry
"
;
toolTip
:
qsTr
(
"
layout and geometry
"
)
;
text
:
qsTr
(
"
Geometry
"
)
;
onClicked
:
{
extendedMode
.
checked
=
false
;
standardMode
.
checked
=
false
;
...
...
@@ -52,7 +52,7 @@ QFrame {
toolTip
:
"
advanced properties
"
;
checkable
:
true
;
checked
:
false
;
text
:
"
Advanced
"
text
:
qsTr
(
"
Advanced
"
)
onClicked
:
{
standardMode
.
checked
=
false
;
layoutMode
.
checked
=
false
;
...
...
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