| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>LC_PointPropertiesEditingWidget</class> | |
| <widget class="QWidget" name="LC_PointPropertiesEditingWidget"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>1360</width> | |
| <height>92</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string>Form</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout"> | |
| <property name="leftMargin"> | |
| <number>0</number> | |
| </property> | |
| <property name="topMargin"> | |
| <number>0</number> | |
| </property> | |
| <property name="rightMargin"> | |
| <number>0</number> | |
| </property> | |
| <property name="bottomMargin"> | |
| <number>0</number> | |
| </property> | |
| <property name="spacing"> | |
| <number>0</number> | |
| </property> | |
| <item row="0" column="0"> | |
| <widget class="QGroupBox" name="buttonGroup8"> | |
| <property name="title"> | |
| <string>Geometry</string> | |
| </property> | |
| <layout class="QGridLayout" columnstretch="0,5,0"> | |
| <item row="8" column="0"> | |
| <spacer name="spacer58"> | |
| <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>0</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item row="3" column="1"> | |
| <widget class="QLineEdit" name="lePosY"> | |
| <property name="minimumSize"> | |
| <size> | |
| <width>64</width> | |
| <height>0</height> | |
| </size> | |
| </property> | |
| <property name="toolTip"> | |
| <string>Position of point by Y coordinate</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QLabel" name="lPosX"> | |
| <property name="text"> | |
| <string>Position (x):</string> | |
| </property> | |
| <property name="wordWrap"> | |
| <bool>false</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="3" column="0"> | |
| <widget class="QLabel" name="lPosY"> | |
| <property name="text"> | |
| <string>Position (y):</string> | |
| </property> | |
| <property name="wordWrap"> | |
| <bool>false</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="1"> | |
| <widget class="QLineEdit" name="lePosX"> | |
| <property name="minimumSize"> | |
| <size> | |
| <width>64</width> | |
| <height>0</height> | |
| </size> | |
| </property> | |
| <property name="toolTip"> | |
| <string>Position of point by X coordinate</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="2" rowspan="3"> | |
| <widget class="QToolButton" name="tbPickPos"> | |
| <property name="toolTip"> | |
| <string>Pick position from the drawing</string> | |
| </property> | |
| <property name="text"> | |
| <string/> | |
| </property> | |
| <property name="icon"> | |
| <iconset resource="../../../../res/icons/icons.qrc"> | |
| <normaloff>:/icons/interactive_pick_point.lci</normaloff>:/icons/interactive_pick_point.lci</iconset> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| <resources> | |
| <include location="../../../../res/icons/icons.qrc"/> | |
| </resources> | |
| <connections/> | |
| </ui> | |