Tue, 12 Jan 2010 18:36:05 +0000
Renamed e5App to e5App.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>InputDialogWizardDialog</class> <widget class="QDialog" name="InputDialogWizardDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>501</width> <height>658</height> </rect> </property> <property name="windowTitle"> <string>QInputDialog Wizard</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Type</string> </property> <layout class="QHBoxLayout"> <item> <widget class="QRadioButton" name="rText"> <property name="text"> <string>Text</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="rInteger"> <property name="text"> <string>Integer</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="rDouble"> <property name="text"> <string>Double</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="rItem"> <property name="text"> <string>Item</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QLabel" name="TextLabel1"> <property name="text"> <string>Caption</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="eCaption"/> </item> <item> <widget class="QLabel" name="TextLabel2"> <property name="text"> <string>Label</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="eLabel"/> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Text</string> </property> <layout class="QVBoxLayout"> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Echo Mode</string> </property> <layout class="QHBoxLayout"> <item> <widget class="QRadioButton" name="rEchoNormal"> <property name="text"> <string>Normal</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="rEchoNoEcho"> <property name="text"> <string>No Echo</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="rEchoPassword"> <property name="text"> <string>Password</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QLabel" name="TextLabel3"> <property name="text"> <string>Default</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="eTextDefault"/> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4"> <property name="enabled"> <bool>false</bool> </property> <property name="title"> <string>Integer</string> </property> <layout class="QGridLayout"> <item row="1" column="3"> <widget class="QSpinBox" name="sIntStep"> <property name="minimum"> <number>-2147483647</number> </property> <property name="maximum"> <number>2147483647</number> </property> <property name="value"> <number>1</number> </property> </widget> </item> <item row="1" column="2"> <widget class="QSpinBox" name="sIntTo"> <property name="minimum"> <number>-2147483647</number> </property> <property name="maximum"> <number>2147483647</number> </property> <property name="value"> <number>2147483647</number> </property> </widget> </item> <item row="1" column="1"> <widget class="QSpinBox" name="sIntFrom"> <property name="minimum"> <number>-2147483647</number> </property> <property name="maximum"> <number>2147483647</number> </property> <property name="value"> <number>-2147483647</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QSpinBox" name="sIntDefault"> <property name="minimum"> <number>-2147483647</number> </property> <property name="maximum"> <number>2147483647</number> </property> </widget> </item> <item row="0" column="3"> <widget class="QLabel" name="TextLabel4_4"> <property name="text"> <string>Step</string> </property> </widget> </item> <item row="0" column="2"> <widget class="QLabel" name="TextLabel4_3"> <property name="text"> <string>To</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="TextLabel4_2"> <property name="text"> <string>From</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="TextLabel4"> <property name="text"> <string>Default</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_5"> <property name="enabled"> <bool>false</bool> </property> <property name="title"> <string>Double</string> </property> <layout class="QGridLayout"> <item row="1" column="3"> <widget class="QSpinBox" name="sDoubleDecimals"> <property name="minimum"> <number>-2147483647</number> </property> <property name="maximum"> <number>2147483647</number> </property> <property name="value"> <number>1</number> </property> </widget> </item> <item row="1" column="2"> <widget class="QLineEdit" name="eDoubleTo"> <property name="text"> <string>2147483647</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="eDoubleFrom"> <property name="text"> <string>-2147483647</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLineEdit" name="eDoubleDefault"> <property name="text"> <string>0</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="TextLabel5"> <property name="text"> <string>Default</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="TextLabel6"> <property name="text"> <string>From</string> </property> </widget> </item> <item row="0" column="2"> <widget class="QLabel" name="TextLabel7"> <property name="text"> <string>To</string> </property> </widget> </item> <item row="0" column="3"> <widget class="QLabel" name="TextLabel8"> <property name="text"> <string>Decimals</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_6"> <property name="enabled"> <bool>false</bool> </property> <property name="title"> <string>Item</string> </property> <layout class="QGridLayout"> <item row="1" column="2"> <widget class="QCheckBox" name="cEditable"> <property name="text"> <string>Editable</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="1" column="1"> <widget class="QSpinBox" name="sCurrentItem"/> </item> <item row="1" column="0"> <widget class="QLineEdit" name="eVariable"/> </item> <item row="0" column="1"> <widget class="QLabel" name="TextLabel10"> <property name="text"> <string>Current Item</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="TextLabel9"> <property name="text"> <string>String List Variable</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>rText</tabstop> <tabstop>rInteger</tabstop> <tabstop>rDouble</tabstop> <tabstop>rItem</tabstop> <tabstop>eCaption</tabstop> <tabstop>eLabel</tabstop> <tabstop>rEchoNormal</tabstop> <tabstop>rEchoNoEcho</tabstop> <tabstop>rEchoPassword</tabstop> <tabstop>eTextDefault</tabstop> <tabstop>sIntDefault</tabstop> <tabstop>sIntFrom</tabstop> <tabstop>sIntTo</tabstop> <tabstop>sIntStep</tabstop> <tabstop>eDoubleDefault</tabstop> <tabstop>eDoubleFrom</tabstop> <tabstop>eDoubleTo</tabstop> <tabstop>sDoubleDecimals</tabstop> <tabstop>eVariable</tabstop> <tabstop>sCurrentItem</tabstop> <tabstop>cEditable</tabstop> </tabstops> <resources/> <connections> <connection> <sender>rText</sender> <signal>toggled(bool)</signal> <receiver>groupBox_2</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>55</x> <y>108</y> </hint> <hint type="destinationlabel"> <x>30</x> <y>222</y> </hint> </hints> </connection> <connection> <sender>rInteger</sender> <signal>toggled(bool)</signal> <receiver>groupBox_4</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>171</x> <y>88</y> </hint> <hint type="destinationlabel"> <x>169</x> <y>359</y> </hint> </hints> </connection> <connection> <sender>rDouble</sender> <signal>toggled(bool)</signal> <receiver>groupBox_5</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>272</x> <y>89</y> </hint> <hint type="destinationlabel"> <x>274</x> <y>433</y> </hint> </hints> </connection> <connection> <sender>rItem</sender> <signal>toggled(bool)</signal> <receiver>groupBox_6</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>439</x> <y>94</y> </hint> <hint type="destinationlabel"> <x>439</x> <y>513</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>InputDialogWizardDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>25</x> <y>605</y> </hint> <hint type="destinationlabel"> <x>25</x> <y>622</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>InputDialogWizardDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>111</x> <y>612</y> </hint> <hint type="destinationlabel"> <x>111</x> <y>621</y> </hint> </hints> </connection> </connections> </ui>