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
742d9008
Commit
742d9008
authored
Oct 22, 2010
by
Thomas Hartmann
Browse files
QmlDesigner: delete Row/Column and Grid specifics
The default panes are good enough and work fine Reviewed-by: Kai Koehne
parent
c9d68898
Changes
3
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.qml
deleted
100644 → 0
View file @
c9d68898
import
Qt
4.7
import
Bauhaus
1.0
QWidget
{
layout
:
QVBoxLayout
{
topMargin
:
0
bottomMargin
:
0
leftMargin
:
0
rightMargin
:
0
spacing
:
0
GroupBox
{
GroupBox
{
maximumHeight
:
200
;
finished
:
finishedNotify
;
caption
:
qsTr
(
"
Grid
"
);
id
:
gridSpecifics
;
layout
:
QVBoxLayout
{
topMargin
:
18
;
bottomMargin
:
2
;
leftMargin
:
8
;
rightMargin
:
8
;
IntEditor
{
id
:
spacing
;
backendValue
:
backendValues
.
spacing
;
caption
:
qsTr
(
"
Spacing
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
maximumValue
:
200
;
}
}
}
}
}
share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml
deleted
100644 → 0
View file @
c9d68898
import
Qt
4.7
import
Bauhaus
1.0
QWidget
{
layout
:
QVBoxLayout
{
topMargin
:
0
bottomMargin
:
0
leftMargin
:
0
rightMargin
:
0
spacing
:
0
GroupBox
{
GroupBox
{
maximumHeight
:
200
;
finished
:
finishedNotify
;
caption
:
qsTr
(
"
Grid
"
)
id
:
gridSpecifics
;
layout
:
QVBoxLayout
{
topMargin
:
18
;
bottomMargin
:
2
;
leftMargin
:
8
;
rightMargin
:
8
;
IntEditor
{
id
:
spacing
;
backendValue
:
backendValues
.
spacing
;
caption
:
qsTr
(
"
Spacing
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
maximumValue
:
200
;
}
IntEditor
{
id
:
rows
;
backendValue
:
backendValues
.
rows
;
caption
:
qsTr
(
"
Rows
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
1
;
maximumValue
:
20
;
}
IntEditor
{
id
:
columns
;
backendValue
:
backendValues
.
columns
;
caption
:
qsTr
(
"
Columns
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
1
;
maximumValue
:
20
;
}
}
}
}
}
share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
deleted
100644 → 0
View file @
c9d68898
import
Qt
4.7
import
Bauhaus
1.0
QWidget
{
layout
:
QVBoxLayout
{
topMargin
:
0
bottomMargin
:
0
leftMargin
:
0
rightMargin
:
0
spacing
:
0
GroupBox
{
GroupBox
{
maximumHeight
:
200
;
finished
:
finishedNotify
;
caption
:
qsTr
(
"
Grid
"
)
id
:
gridSpecifics
;
layout
:
QVBoxLayout
{
topMargin
:
18
;
bottomMargin
:
2
;
leftMargin
:
8
;
rightMargin
:
8
;
IntEditor
{
id
:
spacing
;
backendValue
:
backendValues
.
spacing
;
caption
:
qsTr
(
"
Spacing
"
)
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
maximumValue
:
200
;
}
}
}
}
}
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