2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>WrapUi</class>
|
|
|
|
<widget class="QDialog" name="WrapUi" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-10-04 07:48:26 +00:00
|
|
|
<width>359</width>
|
2008-03-02 17:28:41 +00:00
|
|
|
<height>167</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2007-10-04 07:48:26 +00:00
|
|
|
<layout class="QGridLayout" >
|
2008-03-02 17:28:41 +00:00
|
|
|
<property name="margin" >
|
2007-10-04 07:48:26 +00:00
|
|
|
<number>9</number>
|
2007-09-24 13:43:58 +00:00
|
|
|
</property>
|
2008-03-02 17:28:41 +00:00
|
|
|
<property name="spacing" >
|
2007-10-04 07:48:26 +00:00
|
|
|
<number>6</number>
|
2007-10-03 09:56:28 +00:00
|
|
|
</property>
|
2008-03-02 17:28:41 +00:00
|
|
|
<item row="1" column="3" >
|
|
|
|
<widget class="LengthCombo" name="widthUnitLC" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>0</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy" >
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Unit of width value</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-10-04 07:48:26 +00:00
|
|
|
<item row="3" column="2" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1" >
|
|
|
|
<widget class="QSpinBox" name="linesSB" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>number of needed lines</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" >
|
|
|
|
<widget class="QCheckBox" name="linesCB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>use number of lines</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Line span:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="widthLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Width:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>widthED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2" >
|
|
|
|
<widget class="QLineEdit" name="widthED" >
|
|
|
|
<property name="sizePolicy" >
|
2008-03-02 17:28:41 +00:00
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>0</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
2007-10-04 07:48:26 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Width value</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="4" >
|
|
|
|
<layout class="QHBoxLayout" >
|
2008-03-02 17:28:41 +00:00
|
|
|
<property name="margin" >
|
2008-03-02 17:12:22 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-03-02 17:28:41 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2008-03-02 17:12:22 +00:00
|
|
|
</property>
|
2007-10-04 07:48:26 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="restorePB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2007-09-24 22:35:00 +00:00
|
|
|
<property name="text" >
|
2007-10-04 07:48:26 +00:00
|
|
|
<string>&Restore</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
2007-09-24 22:35:00 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2007-10-04 07:48:26 +00:00
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="applyPB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
2007-09-24 22:35:00 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2007-10-04 07:48:26 +00:00
|
|
|
<string>&Apply</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>false</bool>
|
2007-09-24 22:35:00 +00:00
|
|
|
</property>
|
2007-10-04 07:48:26 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
2007-09-24 22:35:00 +00:00
|
|
|
<property name="text" >
|
2007-10-04 07:48:26 +00:00
|
|
|
<string>&Close</string>
|
2007-09-24 22:35:00 +00:00
|
|
|
</property>
|
2007-10-04 07:48:26 +00:00
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="valignLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Placement:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>valignCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2" >
|
|
|
|
<widget class="QComboBox" name="valignCO" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Vertical alignment</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Outer (default)</string>
|
2007-09-24 13:43:58 +00:00
|
|
|
</property>
|
2007-10-04 07:48:26 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Inner</string>
|
2007-09-24 13:43:58 +00:00
|
|
|
</property>
|
2007-10-04 07:48:26 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Left</string>
|
2007-09-24 13:43:58 +00:00
|
|
|
</property>
|
2007-10-04 07:48:26 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Right</string>
|
2007-09-24 13:43:58 +00:00
|
|
|
</property>
|
2007-10-04 07:48:26 +00:00
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QCheckBox" name="overhangCB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>use overhang</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Over&hang:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1" colspan="2" >
|
|
|
|
<widget class="QLineEdit" name="overhangED" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy" >
|
2008-03-02 17:28:41 +00:00
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>0</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
2007-10-04 07:48:26 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Overhang value</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3" >
|
|
|
|
<widget class="LengthCombo" name="overhangUnitLC" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy" >
|
2008-03-02 17:28:41 +00:00
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>0</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
2007-10-04 07:48:26 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy" >
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Unit of overhang value</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-03-02 17:12:22 +00:00
|
|
|
<item row="0" column="3" >
|
|
|
|
<widget class="QCheckBox" name="floatCB" >
|
|
|
|
<property name="toolTip" >
|
2008-03-02 17:28:41 +00:00
|
|
|
<string>Check this to allow flexible placement</string>
|
2008-03-02 17:12:22 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2008-03-02 17:28:41 +00:00
|
|
|
<string>Allow &floating</string>
|
2008-03-02 17:12:22 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-10-04 07:48:26 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>LengthCombo</class>
|
2007-09-24 13:43:58 +00:00
|
|
|
<extends>QComboBox</extends>
|
2007-04-26 03:53:02 +00:00
|
|
|
<header>LengthCombo.h</header>
|
2006-03-24 15:59:11 +00:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
2007-10-04 07:48:26 +00:00
|
|
|
<tabstop>valignCO</tabstop>
|
2008-03-02 17:12:22 +00:00
|
|
|
<tabstop>floatCB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>widthED</tabstop>
|
2007-09-24 13:43:58 +00:00
|
|
|
<tabstop>widthUnitLC</tabstop>
|
2007-09-24 22:35:00 +00:00
|
|
|
<tabstop>overhangCB</tabstop>
|
|
|
|
<tabstop>overhangED</tabstop>
|
|
|
|
<tabstop>overhangUnitLC</tabstop>
|
|
|
|
<tabstop>linesCB</tabstop>
|
|
|
|
<tabstop>linesSB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>okPB</tabstop>
|
2007-09-24 22:35:00 +00:00
|
|
|
<tabstop>applyPB</tabstop>
|
2008-03-02 17:12:22 +00:00
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
<tabstop>restorePB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2007-09-09 23:47:22 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2007-09-09 23:47:22 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
2007-10-04 07:48:26 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>overhangCB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>overhangED</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>52</x>
|
|
|
|
<y>71</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>124</x>
|
|
|
|
<y>70</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>overhangCB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>overhangUnitLC</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>54</x>
|
|
|
|
<y>80</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>259</x>
|
|
|
|
<y>80</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>linesCB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>linesSB</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>13</x>
|
|
|
|
<y>93</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
2008-03-02 17:12:22 +00:00
|
|
|
<x>132</x>
|
|
|
|
<y>108</y>
|
2007-10-04 07:48:26 +00:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|