lpo-projekt2020/src/gui/dialogs/corner_harris_dialog.ui
2020-02-29 14:08:41 +01:00

215 lines
4.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CornerHarrisDialog</class>
<widget class="QDialog" name="CornerHarrisDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>252</width>
<height>138</height>
</rect>
</property>
<property name="windowTitle">
<string>Corner Harris</string>
</property>
<property name="windowIcon">
<iconset resource="../../../res/icons.qrc">
<normaloff>:/icons/icons/things_digital.png</normaloff>:/icons/icons/things_digital.png</iconset>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>160</x>
<y>10</y>
<width>81</width>
<height>241</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>sigma</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="dSB_sigma">
<property name="geometry">
<rect>
<x>80</x>
<y>10</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<double>0.000000000000000</double>
</property>
<property name="maximum">
<double>10.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
<widget class="QDoubleSpinBox" name="dSB_sigma_weight">
<property name="geometry">
<rect>
<x>80</x>
<y>40</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<double>0.000000000000000</double>
</property>
<property name="maximum">
<double>5.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
<property name="value">
<double>0.780000000000000</double>
</property>
</widget>
<widget class="QDoubleSpinBox" name="dSB_k">
<property name="geometry">
<rect>
<x>80</x>
<y>70</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="decimals">
<number>4</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
</property>
<property name="maximum">
<double>1.000000000000000</double>
</property>
<property name="singleStep">
<double>0.050000000000000</double>
</property>
<property name="value">
<double>0.050000000000000</double>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>sigma weight</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>k</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>threshold</string>
</property>
</widget>
<widget class="QSpinBox" name="sB_threshold">
<property name="geometry">
<rect>
<x>80</x>
<y>100</y>
<width>81</width>
<height>22</height>
</rect>
</property>
<property name="maximum">
<number>100000000</number>
</property>
<property name="singleStep">
<number>1000</number>
</property>
<property name="value">
<number>30000000</number>
</property>
</widget>
</widget>
<resources>
<include location="../../../res/icons.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>CornerHarrisDialog</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>CornerHarrisDialog</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>