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
238ca8dc
Commit
238ca8dc
authored
Jan 28, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: cleanup of ItemPane.qml
parent
1c7ddfff
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml
View file @
238ca8dc
...
...
@@ -27,6 +27,7 @@ PropertyFrame {
ScrollArea
{
styleSheetFile
:
"
:/qmldesigner/scrollbar.css
"
;
widgetResizable
:
true
;
...
...
@@ -70,34 +71,7 @@ PropertyFrame {
}
// layout
}
//QWidget
}
//QScrollArea
ScrollArea
{
widgetResizable
:
true
;
styleSheetFile
:
"
:/qmldesigner/scrollbar.css
"
;
finished
:
finishedNotify
;
horizontalScrollBarPolicy
:
"
Qt::ScrollBarAlwaysOff
"
;
id
:
specialPane
;
visible
:
false
;
visible
:
false
;
content
:
ProperyEditorSpecial
;
QFrame
{
minimumHeight
:
600
;
id
:
ProperyEditorSpecial
layout
:
QVBoxLayout
{
topMargin
:
2
;
bottomMargin
:
2
;
leftMargin
:
2
;
rightMargin
:
2
;
Type
{
}
QScrollArea
{
}
}
}
}
}
//QScrollArea
ExtendedPane
{
id
:
extendedPane
;
...
...
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