You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
4.1 KiB
156 lines
4.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>quicklaunchConfig</class> |
|
<widget class="QWidget" name="quicklaunchConfig"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>405</width> |
|
<height>143</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Configure Quicklaunch</string> |
|
</property> |
|
<layout class="QGridLayout"> |
|
<item row="0" column="0"> |
|
<widget class="QLabel" name="autoSectionCountEnabledLabel"> |
|
<property name="text"> |
|
<string>Determine number of rows automatically:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>autoSectionCountEnabledCheckBox</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="QCheckBox" name="autoSectionCountEnabledCheckBox"> |
|
<property name="text"> |
|
<string notr="true"/> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="3"> |
|
<spacer name="horizontalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item row="1" column="0"> |
|
<widget class="QLabel" name="sectionCountLabel"> |
|
<property name="text"> |
|
<string>Number of rows:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>sectionCountSpinBox</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1" colspan="2"> |
|
<widget class="QSpinBox" name="sectionCountSpinBox"> |
|
<property name="suffix"> |
|
<string notr="true"/> |
|
</property> |
|
<property name="minimum"> |
|
<number>1</number> |
|
</property> |
|
<property name="value"> |
|
<number>1</number> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="0"> |
|
<widget class="QLabel" name="launcherNamesVisibleLabel"> |
|
<property name="text"> |
|
<string>Show launcher names:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>launcherNamesVisibleCheckBox</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="1"> |
|
<widget class="QCheckBox" name="launcherNamesVisibleCheckBox"> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="0"> |
|
<widget class="QLabel" name="popupEnabledLabel"> |
|
<property name="text"> |
|
<string>Enable popup:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>popupEnabledCheckBox</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="1"> |
|
<widget class="QCheckBox" name="popupEnabledCheckBox"> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="4" column="0"> |
|
<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> |
|
<tabstops> |
|
<tabstop>autoSectionCountEnabledCheckBox</tabstop> |
|
<tabstop>sectionCountSpinBox</tabstop> |
|
<tabstop>launcherNamesVisibleCheckBox</tabstop> |
|
<tabstop>popupEnabledCheckBox</tabstop> |
|
</tabstops> |
|
<resources/> |
|
<connections> |
|
<connection> |
|
<sender>autoSectionCountEnabledCheckBox</sender> |
|
<signal>toggled(bool)</signal> |
|
<receiver>sectionCountSpinBox</receiver> |
|
<slot>setDisabled(bool)</slot> |
|
<hints> |
|
<hint type="sourcelabel"> |
|
<x>279</x> |
|
<y>22</y> |
|
</hint> |
|
<hint type="destinationlabel"> |
|
<x>285</x> |
|
<y>37</y> |
|
</hint> |
|
</hints> |
|
</connection> |
|
</connections> |
|
</ui>
|
|
|