<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LayoutConfigForm</class> <widget class="QWidget" name="LayoutConfigForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>680</width> <height>432</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Item Layout</string> </property> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Layout:</string> </property> <property name="buddy"> <cstring>layoutCombo</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="KComboBox" name="layoutCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <item> <property name="text"> <string>Vertical</string> </property> </item> <item> <property name="text"> <string>Horizontal</string> </property> </item> <item> <property name="text"> <string>Tabular</string> </property> </item> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Item layout:</string> </property> <property name="buddy"> <cstring>itemLayoutCombo</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="KComboBox" name="itemLayoutCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </widget> </item> <item row="0" column="1" rowspan="2"> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Minimum Size</string> </property> <layout class="QFormLayout" name="formLayout_3"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::ExpandingFieldsGrow</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Width:</string> </property> <property name="buddy"> <cstring>minWidthSpinBox</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="KIntSpinBox" name="minWidthSpinBox"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Minimum width, as a percentage of screen width.</string> </property> <property name="suffix"> <string> %</string> </property> <property name="maximum"> <number>100</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Height:</string> </property> <property name="buddy"> <cstring>minHeightSpinBox</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="KIntSpinBox" name="minHeightSpinBox"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Minimum height, as a percentage of screen height.</string> </property> <property name="suffix"> <string> %</string> </property> <property name="maximum"> <number>100</number> </property> </widget> </item> </layout> </widget> </item> <item row="1" column="0"> <widget class="QGroupBox" name="selectedItemBox"> <property name="title"> <string>Show Selected Item</string> </property> <property name="checkable"> <bool>true</bool> </property> <layout class="QFormLayout" name="formLayout_2"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::ExpandingFieldsGrow</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Selected item view:</string> </property> <property name="buddy"> <cstring>selectedItemCombo</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="KComboBox" name="selectedItemCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <item> <property name="text"> <string>Top</string> </property> </item> <item> <property name="text"> <string>Bottom</string> </property> </item> <item> <property name="text"> <string>Left</string> </property> </item> <item> <property name="text"> <string>Right</string> </property> </item> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> <string>Selected item layout:</string> </property> <property name="buddy"> <cstring>selectedItemLayoutCombo</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="KComboBox" name="selectedItemLayoutCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item row="2" column="1"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QScrollArea" name="scrollArea"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>400</width> <height>200</height> </size> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>672</width> <height>200</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>400</width> <height>200</height> </size> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QWidget" name="previewWidget" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>KIntSpinBox</class> <extends>QSpinBox</extends> <header>knuminput.h</header> </customwidget> <customwidget> <class>KComboBox</class> <extends>QComboBox</extends> <header>kcombobox.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>layoutCombo</tabstop> <tabstop>itemLayoutCombo</tabstop> <tabstop>selectedItemBox</tabstop> <tabstop>selectedItemCombo</tabstop> <tabstop>selectedItemLayoutCombo</tabstop> <tabstop>minWidthSpinBox</tabstop> <tabstop>minHeightSpinBox</tabstop> </tabstops> <resources/> <connections/> </ui>