| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>LC_ParabolaPropertiesEditingWidget</class> |
| <widget class="QWidget" name="LC_ParabolaPropertiesEditingWidget"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>1029</width> |
| <height>330</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="sizePolicy"> |
| <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| <horstretch>1</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="title"> |
| <string>Geometry</string> |
| </property> |
| <layout class="QGridLayout"> |
| <item row="0" column="0" colspan="2"> |
| <layout class="QHBoxLayout" name="horizontalLayout_2"/> |
| </item> |
| <item row="2" column="0" colspan="2"> |
| <widget class="QTableView" name="tvPoints"> |
| <property name="minimumSize"> |
| <size> |
| <width>320</width> |
| <height>240</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Points on Spline</string> |
| </property> |
| <property name="whatsThis"> |
| <string>Points on Spline</string> |
| </property> |
| <property name="textElideMode"> |
| <enum>Qt::ElideRight</enum> |
| </property> |
| <attribute name="horizontalHeaderCascadingSectionResizes"> |
| <bool>false</bool> |
| </attribute> |
| </widget> |
| </item> |
| <item row="3" 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="1" column="0"> |
| <widget class="QLabel" name="lPointLabel"> |
| <property name="text"> |
| <string>Control Points</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |
|
|