Skip to content
Snippets Groups Projects
Commit 49aa35f1 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: cleanup of unused files

parent 21634c49
No related branches found
No related tags found
No related merge requests found
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;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment