253 lines
6.6 KiB
XML
253 lines
6.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>manualBlindsOrderDialog</class>
|
|
<widget class="QDialog" name="manualBlindsOrderDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>424</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>800</width>
|
|
<height>424</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Manual Blinds Order</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QObject {font: 26px}</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="leftMargin">
|
|
<number>30</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>30</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>30</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<layout class="QGridLayout">
|
|
<property name="horizontalSpacing">
|
|
<number>4</number>
|
|
</property>
|
|
<item row="2" column="0" rowspan="2">
|
|
<widget class="QListWidget" name="listWidget_blinds"/>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QPushButton" name="pushButton_delete">
|
|
<property name="text">
|
|
<string>Delete</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>121</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QSpinBox" name="spinBox_input">
|
|
<property name="prefix">
|
|
<string>$</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20000</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>5</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QPushButton" name="pushButton_add">
|
|
<property name="text">
|
|
<string>Add</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" 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>
|
|
<item row="2" column="0">
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string>Afterwards:</string>
|
|
</property>
|
|
<layout class="QGridLayout">
|
|
<property name="topMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QRadioButton" name="radioButton_alwaysDoubleBlinds">
|
|
<property name="text">
|
|
<string>Always double blinds</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<layout class="QHBoxLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButton_alwaysRaiseAbout">
|
|
<property name="text">
|
|
<string>Always raise by:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="spinBox_alwaysRaiseValue">
|
|
<property name="prefix">
|
|
<string>$</string>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20000</number>
|
|
</property>
|
|
<property name="singleStep">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>5</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QRadioButton" name="radioButton_stayAtLastBlind">
|
|
<property name="text">
|
|
<string>Keep last blind</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<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>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="text">
|
|
<string> OK </string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../resources/pokerth.qrc">
|
|
<normaloff>:/gfx/dialog_ok_apply.png</normaloff>:/gfx/dialog_ok_apply.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</size>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>listWidget_blinds</tabstop>
|
|
<tabstop>radioButton_alwaysDoubleBlinds</tabstop>
|
|
<tabstop>radioButton_alwaysRaiseAbout</tabstop>
|
|
<tabstop>spinBox_alwaysRaiseValue</tabstop>
|
|
<tabstop>radioButton_stayAtLastBlind</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="../resources/pokerth.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>radioButton_alwaysRaiseAbout</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>spinBox_alwaysRaiseValue</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>147</x>
|
|
<y>302</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>575</x>
|
|
<y>306</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>pushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>manualBlindsOrderDialog</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>666</x>
|
|
<y>367</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>622</x>
|
|
<y>394</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|