Skip to content
GitLab
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
58adeb84
Commit
58adeb84
authored
Apr 23, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: fix qml indenting
parent
b90a103f
Changes
3
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
View file @
58adeb84
...
...
@@ -8,11 +8,11 @@ GroupBox {
id
:
layout
;
enabled
:
anchorBackend
.
hasParent
;
property
bool
isInBaseState
:
isBaseState
property
variant
targetLabelWidth
:
90
-
20
-
26
property
int
leftMarginMargin
:
16
property
int
leftMarginMargin
:
16
layout
:
VerticalLayout
{
Label
{
...
...
@@ -21,7 +21,7 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
leftMargin
:
10
topMargin
:
8
topMargin
:
8
AnchorButtons
{
...
...
@@ -64,7 +64,7 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
leftMargin
:
leftMarginMargin
leftMargin
:
leftMarginMargin
IntEditor
{
id
:
topbox
slider
:
false
...
...
@@ -114,7 +114,7 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
leftMargin
:
leftMarginMargin
leftMargin
:
leftMarginMargin
IntEditor
{
slider
:
false
caption
:
qsTr
(
"
Margin
"
)
...
...
@@ -162,7 +162,7 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
leftMargin
:
leftMarginMargin
leftMargin
:
leftMarginMargin
IntEditor
{
slider
:
false
caption
:
qsTr
(
"
Margin
"
)
...
...
@@ -210,7 +210,7 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
leftMargin
:
leftMarginMargin
leftMargin
:
leftMarginMargin
IntEditor
{
slider
:
false
caption
:
qsTr
(
"
Margin
"
)
...
...
@@ -258,7 +258,7 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
leftMargin
:
leftMarginMargin
leftMargin
:
leftMarginMargin
IntEditor
{
slider
:
false
caption
:
qsTr
(
"
Margin
"
)
...
...
@@ -306,8 +306,8 @@ GroupBox {
QWidget
{
layout
:
HorizontalLayout
{
leftMargin
:
leftMarginMargin
IntEditor
{
leftMargin
:
leftMarginMargin
IntEditor
{
slider
:
false
caption
:
qsTr
(
"
Margin
"
)
backendValue
:
backendValues
.
anchors_verticalCenterOffset
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
View file @
58adeb84
...
...
@@ -15,12 +15,12 @@ QScrollArea {
bottomMargin
:
0
;
leftMargin
:
0
;
rightMargin
:
0
;
spacing
:
0
Geometry
{
}
Layout
{
spacing
:
0
Geometry
{
}
Layout
{
id
:
layoutBox
;
}
QScrollArea
{
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
View file @
58adeb84
...
...
@@ -112,11 +112,10 @@ GroupBox {
showButtons
:
true
;
backendColor
:
backendValues
.
border_color
property
variant
backendColorValue
:
backendValues
.
border_color
.
vlaue
enabled
:
isBaseState
||
hasBorder
onBackendColorValueChanged
:
{
if
(
backendValues
.
border_color
.
isInModel
)
borderColorBox
.
setNoneButtonChecked
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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