geosolver/workbench/ui/randomproblemdialog.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

192 lines
4.2 KiB
XML

<ui version="4.0" >
<class>randomProblemDialog</class>
<widget class="QDialog" name="randomProblemDialog" >
<property name="windowModality" >
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>393</width>
<height>288</height>
</rect>
</property>
<property name="windowTitle" >
<string>Generate random problem</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="geometry" >
<rect>
<x>30</x>
<y>240</y>
<width>341</width>
<height>32</height>
</rect>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QSpinBox" name="numPointsSpinbox" >
<property name="geometry" >
<rect>
<x>260</x>
<y>50</y>
<width>61</width>
<height>28</height>
</rect>
</property>
<property name="value" >
<number>10</number>
</property>
</widget>
<widget class="QDoubleSpinBox" name="ratioSpinbox" >
<property name="geometry" >
<rect>
<x>260</x>
<y>90</y>
<width>62</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label" >
<property name="geometry" >
<rect>
<x>80</x>
<y>60</y>
<width>101</width>
<height>18</height>
</rect>
</property>
<property name="text" >
<string>Numer of points</string>
</property>
</widget>
<widget class="QLabel" name="label_2" >
<property name="geometry" >
<rect>
<x>80</x>
<y>140</y>
<width>121</width>
<height>18</height>
</rect>
</property>
<property name="text" >
<string>Layout box size</string>
</property>
</widget>
<widget class="QLabel" name="label_3" >
<property name="geometry" >
<rect>
<x>20</x>
<y>20</y>
<width>371</width>
<height>18</height>
</rect>
</property>
<property name="font" >
<font>
<pointsize>13</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text" >
<string>Create a random, well-constrained probem</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="sizeSpinbox" >
<property name="geometry" >
<rect>
<x>260</x>
<y>130</y>
<width>62</width>
<height>28</height>
</rect>
</property>
<property name="maximum" >
<double>1000.000000000000000</double>
</property>
<property name="value" >
<double>100.000000000000000</double>
</property>
</widget>
<widget class="QLabel" name="label_4" >
<property name="geometry" >
<rect>
<x>80</x>
<y>100</y>
<width>141</width>
<height>18</height>
</rect>
</property>
<property name="text" >
<string>Distance to angle ratio</string>
</property>
</widget>
<widget class="QLabel" name="label_5" >
<property name="geometry" >
<rect>
<x>80</x>
<y>180</y>
<width>141</width>
<height>18</height>
</rect>
</property>
<property name="text" >
<string>Position rounding</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="roundingSpingbox" >
<property name="geometry" >
<rect>
<x>260</x>
<y>170</y>
<width>62</width>
<height>28</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>randomProblemDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel" >
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>randomProblemDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel" >
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>