| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>Ui_RoundOptions</class> |
| <widget class="QWidget" name="Ui_RoundOptions"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>200</width> |
| <height>24</height> |
| </rect> |
| </property> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="minimumSize"> |
| <size> |
| <width>170</width> |
| <height>22</height> |
| </size> |
| </property> |
| <property name="maximumSize"> |
| <size> |
| <width>200</width> |
| <height>32767</height> |
| </size> |
| </property> |
| <property name="windowTitle"> |
| <string>Round Options</string> |
| </property> |
| <property name="toolTip"> |
| <string/> |
| </property> |
| <layout class="QHBoxLayout"> |
| <property name="leftMargin"> |
| <number>0</number> |
| </property> |
| <property name="topMargin"> |
| <number>1</number> |
| </property> |
| <property name="rightMargin"> |
| <number>0</number> |
| </property> |
| <property name="bottomMargin"> |
| <number>1</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="cbTrim"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="toolTip"> |
| <string>Check to trim both edges to the rounding</string> |
| </property> |
| <property name="text"> |
| <string>Trim</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="sep1_2"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="frameShape"> |
| <enum>QFrame::VLine</enum> |
| </property> |
| <property name="frameShadow"> |
| <enum>QFrame::Sunken</enum> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLabel" name="lRadius"> |
| <property name="text"> |
| <string>Radius:</string> |
| </property> |
| <property name="wordWrap"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLineEdit" name="leRadius"> |
| <property name="toolTip"> |
| <string>Rounding radius</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QToolButton" name="tbPickRadius"> |
| <property name="toolTip"> |
| <string>Pick radius from drawing</string> |
| </property> |
| <property name="text"> |
| <string/> |
| </property> |
| <property name="icon"> |
| <iconset resource="../../../../res/icons/icons.qrc"> |
| <normaloff>:/icons/interactive_pick_distance.lci</normaloff>:/icons/interactive_pick_distance.lci</iconset> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| <layoutdefault spacing="6" margin="11"/> |
| <resources> |
| <include location="../../../../res/icons/icons.qrc"/> |
| </resources> |
| <connections/> |
| <slots> |
| <slot>updateData()</slot> |
| </slots> |
| </ui> |
|
|