diff options
Diffstat (limited to 'ftnoir_tracker_aruco/aruco-trackercontrols.ui')
-rw-r--r-- | ftnoir_tracker_aruco/aruco-trackercontrols.ui | 109 |
1 files changed, 52 insertions, 57 deletions
diff --git a/ftnoir_tracker_aruco/aruco-trackercontrols.ui b/ftnoir_tracker_aruco/aruco-trackercontrols.ui index 340ed0ad..6cc8c29d 100644 --- a/ftnoir_tracker_aruco/aruco-trackercontrols.ui +++ b/ftnoir_tracker_aruco/aruco-trackercontrols.ui @@ -105,6 +105,45 @@ </layout> </widget> </item> + <item row="7" column="1"> + <widget class="QComboBox" name="ewma"> + <item> + <property name="text"> + <string>0</string> + </property> + </item> + <item> + <property name="text"> + <string>1</string> + </property> + </item> + <item> + <property name="text"> + <string>2</string> + </property> + </item> + <item> + <property name="text"> + <string>3</string> + </property> + </item> + <item> + <property name="text"> + <string>4</string> + </property> + </item> + <item> + <property name="text"> + <string>5</string> + </property> + </item> + <item> + <property name="text"> + <string>6</string> + </property> + </item> + </widget> + </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> @@ -254,6 +293,13 @@ </property> </widget> </item> + <item row="7" column="0"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string>Frame EWMA</string> + </property> + </widget> + </item> <item row="6" column="2" rowspan="3" colspan="3"> <widget class="QLabel" name="label_6"> <property name="sizePolicy"> @@ -285,30 +331,6 @@ </property> </widget> </item> - <item row="6" column="1"> - <widget class="QComboBox" name="resolution"> - <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> - </item> <item row="9" column="4"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> @@ -323,57 +345,30 @@ </property> </widget> </item> - <item row="7" column="1"> - <widget class="QComboBox" name="ewma"> - <item> - <property name="text"> - <string>0</string> - </property> - </item> - <item> - <property name="text"> - <string>1</string> - </property> - </item> - <item> - <property name="text"> - <string>2</string> - </property> - </item> - <item> - <property name="text"> - <string>3</string> - </property> - </item> + <item row="6" column="1"> + <widget class="QComboBox" name="resolution"> <item> <property name="text"> - <string>4</string> + <string>640x480</string> </property> </item> <item> <property name="text"> - <string>5</string> + <string>320x240</string> </property> </item> <item> <property name="text"> - <string>6</string> + <string>320x200</string> </property> </item> <item> <property name="text"> - <string>7</string> + <string>Default (not recommended!)</string> </property> </item> </widget> </item> - <item row="7" column="0"> - <widget class="QLabel" name="label_10"> - <property name="text"> - <string>Frame EWMA</string> - </property> - </widget> - </item> </layout> </widget> <tabstops> |