geosolver/workbench/ui/pointeditdialog.ui
kwikrick 22e159a5ad Changes to GeometricSolver:
- Added RigidConstraint.
- Depricated some methods (get_result, get_constrainedness) and 
added some new methods (get_solution, get_cluster, get_status).

Removed old SelectionConstraint and renamed FunctionConstraint to SelectionConstraint

Depricated ClusterSolver2D
Small bugfixes in cluster ClusterSolver3D

Renamed solvergui directory to workbench

Renamed solvertest directory to test
2009-10-09 12:23:02 +00:00

202 lines
4.7 KiB
XML

<ui version="4.0" >
<class>PointDialog</class>
<widget class="QWidget" name="PointDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>226</width>
<height>319</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<widget class="QLabel" name="label_19" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>54</width>
<height>24</height>
</rect>
</property>
<property name="font" >
<font>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text" >
<string>Point</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_8" >
<property name="geometry" >
<rect>
<x>20</x>
<y>80</y>
<width>181</width>
<height>141</height>
</rect>
</property>
<property name="title" >
<string>Coordinates</string>
</property>
<widget class="QWidget" name="gridLayout_4" >
<property name="geometry" >
<rect>
<x>30</x>
<y>20</y>
<width>121</width>
<height>101</height>
</rect>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="label_21" >
<property name="text" >
<string>X:</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_22" >
<property name="text" >
<string>Y:</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_23" >
<property name="text" >
<string>Z:</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QDoubleSpinBox" name="pointCoordX_2" >
<property name="decimals" >
<number>4</number>
</property>
<property name="maximum" >
<double>9999.999900000000707</double>
</property>
<property name="minimum" >
<double>-10000.000000000000000</double>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QDoubleSpinBox" name="pointCoordY_2" >
<property name="decimals" >
<number>4</number>
</property>
<property name="maximum" >
<double>10000.000000000000000</double>
</property>
<property name="minimum" >
<double>-10000.000000000000000</double>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QDoubleSpinBox" name="pointCoordZ_2" >
<property name="decimals" >
<number>4</number>
</property>
<property name="maximum" >
<double>10000.000000000000000</double>
</property>
<property name="minimum" >
<double>-10000.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_7" >
<property name="geometry" >
<rect>
<x>20</x>
<y>230</y>
<width>181</width>
<height>61</height>
</rect>
</property>
<property name="title" >
<string>Options</string>
</property>
<widget class="QCheckBox" name="pointFixed_2" >
<property name="geometry" >
<rect>
<x>40</x>
<y>20</y>
<width>79</width>
<height>22</height>
</rect>
</property>
<property name="text" >
<string>Fixed</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="horizontalLayout_6" >
<property name="geometry" >
<rect>
<x>20</x>
<y>40</y>
<width>181</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label_20" >
<property name="font" >
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text" >
<string>Name:</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>8</width>
<height>15</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="pointName_2" />
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>