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
23dacb24
Commit
23dacb24
authored
Mar 24, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: adjust layout.qml to new pngs
parent
468e952c
Changes
1
Show whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
View file @
23dacb24
...
...
@@ -10,7 +10,7 @@ GroupBox {
enabled
:
anchorBackend
.
hasParent
;
property
var
targetLabelWidth
:
90
-
20
-
26
property
int
leftMarginMargin
:
0
property
int
leftMarginMargin
:
16
layout
:
VerticalLayout
{
Label
{
...
...
@@ -19,6 +19,7 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
leftMargin
:
10
topMargin
:
8
AnchorButtons
{
...
...
@@ -39,8 +40,8 @@ GroupBox {
leftMargin
:
10
QLabel
{
//iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth
:
32
fixedHeight
:
32
fixedWidth
:
16
fixedHeight
:
16
styleSheet
:
"
border-image: url(:/qmldesigner/images/icon-top.png)
"
;
}
...
...
@@ -88,8 +89,8 @@ GroupBox {
leftMargin
:
10
QLabel
{
//iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth
:
32
fixedHeight
:
32
fixedWidth
:
16
fixedHeight
:
16
styleSheet
:
"
border-image: url(:/qmldesigner/images/icon-bottom.png)
"
;
}
...
...
@@ -136,8 +137,8 @@ GroupBox {
leftMargin
:
10
QLabel
{
//iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth
:
32
fixedHeight
:
32
fixedWidth
:
16
fixedHeight
:
16
styleSheet
:
"
border-image: url(:/qmldesigner/images/icon-left.png)
"
;
}
...
...
@@ -183,8 +184,8 @@ GroupBox {
leftMargin
:
10
QLabel
{
//iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth
:
32
fixedHeight
:
32
fixedWidth
:
16
fixedHeight
:
16
styleSheet
:
"
border-image: url(:/qmldesigner/images/icon-right.png)
"
;
}
...
...
@@ -230,8 +231,8 @@ GroupBox {
leftMargin
:
10
QLabel
{
//iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth
:
32
fixedHeight
:
32
fixedWidth
:
16
fixedHeight
:
16
styleSheet
:
"
border-image: url(:/qmldesigner/images/icon-horizontal.png)
"
;
}
...
...
@@ -277,8 +278,8 @@ GroupBox {
leftMargin
:
10
QLabel
{
//iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth
:
32
fixedHeight
:
32
fixedWidth
:
16
fixedHeight
:
16
styleSheet
:
"
border-image: url(:/qmldesigner/images/icon-vertical.png)
"
;
}
...
...
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