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
1944c4f6
Commit
1944c4f6
authored
Jan 28, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: relayout of standard text properties
parent
a0bbb16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml
View file @
1944c4f6
...
...
@@ -19,26 +19,27 @@ GroupBox {
LineEdit
{
backendValue
:
backendValues
.
text
}
}
}
QWidget
{
layout
:
HorizontalLayout
{
Label
{
text
:
""
}
CheckBox
{
fixedWidth
:
70
baseStateFlag
:
isBaseState
;
text
:
"
Wrap
s
"
;
text
:
"
Is
Wrap
ping
"
;
checkable
:
true
;
backendValue
:
backendValues
.
wrap
;
}
}
}
QWidget
{
layout
:
HorizontalLayout
{
Label
{
text
:
"
Alignment
"
}
ComboBox
{
items
:
{
[
"
AlignLeft
"
,
"
AlignRight
"
,
"
AlignHCenter
"
]
}
currentText
:
backendValues
.
horizontalAlignment
.
value
;
...
...
@@ -52,7 +53,6 @@ GroupBox {
}
}
ComboBox
{
items
:
{
[
"
AlignTop
"
,
"
AlignBottom
"
,
"
AlignVCenter
"
]
}
currentText
:
backendValues
.
verticalAlignment
.
value
;
...
...
@@ -64,7 +64,6 @@ GroupBox {
if
(
count
==
3
)
backendValues
.
verticalAlignment
.
value
=
currentText
;
}
}
}
}
...
...
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