Files
newspark110/ui/forms/qg_dlgmoverotate.ui
Chenwenxuan edac2715f0 init
2024-03-06 14:54:30 +08:00

293 lines
7.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QG_DlgMoveRotate</class>
<widget class="QDialog" name="QG_DlgMoveRotate">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>406</width>
<height>237</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>190</height>
</size>
</property>
<property name="windowTitle">
<string>Move/Rotate Options</string>
</property>
<layout class="QGridLayout">
<item row="1" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QVBoxLayout">
<item>
<widget class="QToolButton" name="toolButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/dlgmodifymoverotate.png</normaloff>:/extui/dlgmodifymoverotate.png</iconset>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="lAngle">
<property name="text">
<string>&amp;Angle (a):</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="buddy">
<cstring>leAngle</cstring>
</property>
</widget>
</item>
<item>
<spacer name="spacer13">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>41</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="leAngle"/>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="cbCurrentAttributes">
<property name="text">
<string>Use current &amp;attributes</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbCurrentLayer">
<property name="text">
<string>Use current &amp;layer</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="0">
<widget class="QGroupBox" name="bgNumber">
<property name="title">
<string>Number of copies</string>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QRadioButton" name="rbMove">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>18</height>
</size>
</property>
<property name="text">
<string>&amp;Delete Original</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rbCopy">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>18</height>
</size>
</property>
<property name="text">
<string>&amp;Keep Original</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rbMultiCopy">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>18</height>
</size>
</property>
<property name="text">
<string>&amp;Multiple Copies</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="leNumber"/>
</item>
<item>
<spacer name="spacer7">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>21</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>rbMove</tabstop>
<tabstop>rbCopy</tabstop>
<tabstop>rbMultiCopy</tabstop>
<tabstop>leNumber</tabstop>
<tabstop>leAngle</tabstop>
<tabstop>cbCurrentAttributes</tabstop>
<tabstop>cbCurrentLayer</tabstop>
</tabstops>
<resources>
<include location="../../../res/extui/extui.qrc"/>
</resources>
<connections>
<connection>
<sender>rbMove</sender>
<signal>toggled(bool)</signal>
<receiver>leNumber</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>rbCopy</sender>
<signal>toggled(bool)</signal>
<receiver>leNumber</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>rbMultiCopy</sender>
<signal>toggled(bool)</signal>
<receiver>leNumber</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>QG_DlgMoveRotate</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>202</x>
<y>220</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>QG_DlgMoveRotate</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>202</x>
<y>220</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
</connections>
</ui>