<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>lcQImageDialog</class> <widget class="QDialog" name="lcQImageDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>545</width> <height>219</height> </rect> </property> <property name="windowTitle"> <string>Save Image</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>File name:</string> </property> <property name="buddy"> <cstring>fileName</cstring> </property> </widget> </item> <item> <widget class="QLineEdit" name="fileName"/> </item> <item> <widget class="QToolButton" name="fileNameBrowse"> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Dimensions</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Width:</string> </property> <property name="buddy"> <cstring>width</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="width"> <property name="minimumSize"> <size> <width>75</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>75</width> <height>16777215</height> </size> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Height:</string> </property> <property name="buddy"> <cstring>height</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="height"> <property name="minimumSize"> <size> <width>75</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>75</width> <height>16777215</height> </size> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Step Range</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QRadioButton" name="rangeAll"> <property name="text"> <string>All Steps</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="rangeCurrent"> <property name="text"> <string>Current Step</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QRadioButton" name="rangeCustom"> <property name="text"> <string>Custom Range</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>From:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="firstStep"> <property name="minimumSize"> <size> <width>75</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>75</width> <height>16777215</height> </size> </property> </widget> </item> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>To:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="lastStep"> <property name="minimumSize"> <size> <width>75</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>75</width> <height>16777215</height> </size> </property> </widget> </item> </layout> </item> </layout> </widget> </item> </layout> </item> </layout> </item> <item> <widget class="QFrame" name="frame"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> </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> <tabstops> <tabstop>fileName</tabstop> <tabstop>fileNameBrowse</tabstop> <tabstop>width</tabstop> <tabstop>height</tabstop> <tabstop>rangeAll</tabstop> <tabstop>rangeCurrent</tabstop> <tabstop>rangeCustom</tabstop> <tabstop>firstStep</tabstop> <tabstop>lastStep</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>lcQImageDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>222</x> <y>225</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>239</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>lcQImageDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>290</x> <y>231</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>239</y> </hint> </hints> </connection> </connections> </ui>