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
49aa35f1
Commit
49aa35f1
authored
May 20, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: cleanup of unused files
parent
21634c49
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/ListView.qml
deleted
100644 → 0
View file @
21634c49
import
Qt
4.7
import
Bauhaus
1.0
PropertyFrame
{
layout
:
QVBoxLayout
{
topMargin
:
0
;
bottomMargin
:
0
;
leftMargin
:
0
;
rightMargin
:
0
;
spacing
:
0
;
Switches
{
}
QScrollArea
{
horizontalScrollBarPolicy
:
"
Qt::ScrollBarAlwaysOff
"
;
id
:
standardPane
;
content
:
properyEditorStandard
;
QFrame
{
minimumHeight
:
400
;
id
:
properyEditorStandard
layout
:
QVBoxLayout
{
topMargin
:
2
;
bottomMargin
:
2
;
leftMargin
:
2
;
rightMargin
:
2
;
Type
{
}
HorizontalLine
{
}
Geometry
{
}
Modifiers
{
}
QScrollArea
{
}
}
// layout
}
//QWidget
}
//QScrollArea
QScrollArea
{
horizontalScrollBarPolicy
:
"
Qt::ScrollBarAlwaysOff
"
;
id
:
specialPane
;
visible
:
false
;
visible
:
false
;
content
:
properyEditorSpecial
;
QFrame
{
minimumHeight
:
200
;
id
:
properyEditorSpecial
layout
:
QVBoxLayout
{
topMargin
:
2
;
bottomMargin
:
2
;
leftMargin
:
2
;
rightMargin
:
2
;
Type
{
}
QScrollArea
{
}
}
}
}
ExtendedPane
{
id
:
extendedPane
;
}
LayoutPane
{
id
:
layoutPane
;
}
ResetPane
{
id
:
resetPane
;
}
}
}
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