leocad/qt/lc_qimagedialog.ui

236 lines
6.3 KiB
Text
Raw Normal View History

2013-08-09 06:57:18 +02:00
<?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>
2014-10-12 01:26:23 +02:00
<width>421</width>
<height>196</height>
2013-08-09 06:57:18 +02:00
</rect>
</property>
<property name="windowTitle">
<string>Save Image</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2014-10-12 01:26:23 +02:00
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
2013-08-09 06:57:18 +02:00
<item>
2014-10-12 01:26:23 +02:00
<widget class="QLabel" name="label">
<property name="text">
<string>File name:</string>
</property>
<property name="buddy">
<cstring>fileName</cstring>
</property>
</widget>
2013-08-09 06:57:18 +02:00
</item>
<item>
<widget class="QLineEdit" name="fileName"/>
</item>
<item>
<widget class="QToolButton" name="fileNameBrowse">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
2014-10-12 01:26:23 +02:00
<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="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="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="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="maximumSize">
<size>
<width>75</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
2013-08-09 06:57:18 +02:00
</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>
2014-10-12 01:26:23 +02:00
<tabstop>rangeAll</tabstop>
<tabstop>rangeCurrent</tabstop>
<tabstop>rangeCustom</tabstop>
2013-08-09 06:57:18 +02:00
<tabstop>firstStep</tabstop>
<tabstop>lastStep</tabstop>
2014-10-12 01:26:23 +02:00
<tabstop>buttonBox</tabstop>
2013-08-09 06:57:18 +02:00
</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>