<?xml version="1.0" encoding="UTF-8"?> <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>354</width> <height>179</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>750</width> <height>280</height> </size> </property> <property name="windowTitle"> <string>HT tracker settings</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Frames per second</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QDoubleSpinBox" name="cameraFOV"> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> <property name="minimum"> <double>35.000000000000000</double> </property> <property name="maximum"> <double>180.000000000000000</double> </property> <property name="value"> <double>52.000000000000000</double> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Diagonal FOV</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="cameraFPS"> <item> <property name="text"> <string notr="true">Default</string> </property> </item> <item> <property name="text"> <string>30</string> </property> </item> <item> <property name="text"> <string>60</string> </property> </item> <item> <property name="text"> <string>120</string> </property> </item> <item> <property name="text"> <string>180</string> </property> </item> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="cameraName"/> </item> <item row="3" 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="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Resolution</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Camera name</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Camera settings</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QPushButton" name="camera_settings"> <property name="text"> <string>Open</string> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>