diff options
Diffstat (limited to 'FTNoIR_Tracker_HT/TrackerControls.ui')
-rw-r--r-- | FTNoIR_Tracker_HT/TrackerControls.ui | 51 |
1 files changed, 21 insertions, 30 deletions
diff --git a/FTNoIR_Tracker_HT/TrackerControls.ui b/FTNoIR_Tracker_HT/TrackerControls.ui index 561d6118..23ae4cad 100644 --- a/FTNoIR_Tracker_HT/TrackerControls.ui +++ b/FTNoIR_Tracker_HT/TrackerControls.ui @@ -2,11 +2,14 @@ <ui version="4.0"> <class>Form</class> <widget class="QWidget" name="Form"> + <property name="windowModality"> + <enum>Qt::NonModal</enum> + </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>333</width> + <width>500</width> <height>127</height> </rect> </property> @@ -18,7 +21,7 @@ </property> <property name="maximumSize"> <size> - <width>378</width> + <width>500</width> <height>127</height> </size> </property> @@ -43,7 +46,7 @@ <rect> <x>130</x> <y>10</y> - <width>91</width> + <width>251</width> <height>22</height> </rect> </property> @@ -78,7 +81,7 @@ <rect> <x>130</x> <y>40</y> - <width>81</width> + <width>251</width> <height>22</height> </rect> </property> @@ -113,35 +116,13 @@ </rect> </property> <property name="text"> - <string>Camera index</string> - </property> - </widget> - <widget class="QSpinBox" name="cameraIndex"> - <property name="geometry"> - <rect> - <x>130</x> - <y>70</y> - <width>42</width> - <height>22</height> - </rect> - </property> - <property name="minimum"> - <number>-1</number> - </property> - <property name="maximum"> - <number>255</number> - </property> - <property name="singleStep"> - <number>1</number> - </property> - <property name="value"> - <number>-1</number> + <string>Camera name</string> </property> </widget> <widget class="QPushButton" name="buttonOK"> <property name="geometry"> <rect> - <x>170</x> + <x>340</x> <y>100</y> <width>75</width> <height>23</height> @@ -154,7 +135,7 @@ <widget class="QPushButton" name="buttonCancel"> <property name="geometry"> <rect> - <x>250</x> + <x>420</x> <y>100</y> <width>75</width> <height>23</height> @@ -167,7 +148,7 @@ <widget class="QGroupBox" name="groupBox"> <property name="geometry"> <rect> - <x>220</x> + <x>390</x> <y>10</y> <width>101</width> <height>81</height> @@ -255,6 +236,16 @@ </property> </widget> </widget> + <widget class="QComboBox" name="cameraName"> + <property name="geometry"> + <rect> + <x>130</x> + <y>70</y> + <width>251</width> + <height>22</height> + </rect> + </property> + </widget> </widget> <resources/> <connections/> |