Files
qt-creator/share/qtcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml
T

12 lines
168 B
QML
Raw Normal View History

import Qt 4.7
import Bauhaus 1.0
QVBoxLayout {
id: verticalLayout
topMargin: 20;
bottomMargin: 4;
leftMargin: 0;
rightMargin: 10;
spacing: 4
}