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
ce734c63
Commit
ce734c63
authored
Feb 04, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: adjusting alignmet (layout)
parent
818b9979
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
View file @
ce734c63
...
...
@@ -18,6 +18,8 @@ GroupBox {
DoubleSpinBox
{
id
:
XSpinBox
;
text
:
"
X
"
alignRight
:
false
spacing
:
4
singleStep
:
1
;
objectName
:
"
XSpinBox
"
;
enabled
:
anchorBackend
.
hasParent
;
...
...
@@ -31,6 +33,8 @@ GroupBox {
id
:
YSpinBox
;
singleStep
:
1
;
text
:
"
Y
"
alignRight
:
false
spacing
:
4
objectName
:
"
YSpinBox
"
;
backendValue
:
backendValues
.
y
enabled
:
anchorBackend
.
hasParent
;
...
...
@@ -53,6 +57,8 @@ GroupBox {
DoubleSpinBox
{
id
:
WidthSpinBox
;
text
:
"
W
"
alignRight
:
false
spacing
:
4
singleStep
:
1
;
objectName
:
"
WidthSpinBox
"
;
backendValue
:
backendValues
.
width
...
...
@@ -64,6 +70,8 @@ GroupBox {
DoubleSpinBox
{
id
:
HeightSpinBox
;
text
:
"
H
"
alignRight
:
false
spacing
:
4
singleStep
:
1
;
objectName
:
"
HeightSpinBox
"
;
backendValue
:
backendValues
.
height
...
...
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