summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_HT/TrackerControls.ui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-01-29 21:51:02 +0000
committerStanislaw Halik <sthalik@misaki.pl>2013-01-29 21:51:02 +0000
commite3c532a6c542d3ec956544902dade2a919d30be0 (patch)
tree3a4c9127b1926094cd5bba32bcc82d022f275c64 /FTNoIR_Tracker_HT/TrackerControls.ui
parent0d9a02b99b0ee5f2a9805fbd929d19e4b32dff98 (diff)
Add the ability to change camera resolution in a dropdown menu
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@254 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FTNoIR_Tracker_HT/TrackerControls.ui')
-rw-r--r--FTNoIR_Tracker_HT/TrackerControls.ui51
1 files changed, 47 insertions, 4 deletions
diff --git a/FTNoIR_Tracker_HT/TrackerControls.ui b/FTNoIR_Tracker_HT/TrackerControls.ui
index 23ae4cad..0a1bc3ae 100644
--- a/FTNoIR_Tracker_HT/TrackerControls.ui
+++ b/FTNoIR_Tracker_HT/TrackerControls.ui
@@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>500</width>
- <height>127</height>
+ <height>160</height>
</rect>
</property>
<property name="sizePolicy">
@@ -22,7 +22,7 @@
<property name="maximumSize">
<size>
<width>500</width>
- <height>127</height>
+ <height>160</height>
</size>
</property>
<property name="windowTitle">
@@ -123,7 +123,7 @@
<property name="geometry">
<rect>
<x>340</x>
- <y>100</y>
+ <y>130</y>
<width>75</width>
<height>23</height>
</rect>
@@ -136,7 +136,7 @@
<property name="geometry">
<rect>
<x>420</x>
- <y>100</y>
+ <y>130</y>
<width>75</width>
<height>23</height>
</rect>
@@ -246,6 +246,49 @@
</rect>
</property>
</widget>
+ <widget class="QLabel" name="label_4">
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>100</y>
+ <width>61</width>
+ <height>16</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Resolution</string>
+ </property>
+ </widget>
+ <widget class="QComboBox" name="resolution">
+ <property name="geometry">
+ <rect>
+ <x>130</x>
+ <y>100</y>
+ <width>251</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <item>
+ <property name="text">
+ <string>640x480</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>320x240</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>320x200</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Default (not recommended!)</string>
+ </property>
+ </item>
+ </widget>
</widget>
<resources/>
<connections/>