<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>UICKeyboardShortcutDialog</class> <widget class="QWidget" name="UICKeyboardShortcutDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>289</width> <height>81</height> </rect> </property> <property name="windowTitle"> <string>FaceTrackNoIR Keyboard and Mouse shortcuts</string> </property> <property name="windowIcon"> <iconset> <normaloff>images/FaceTrackNoIR.png</normaloff>images/FaceTrackNoIR.png</iconset> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <widget class="QPushButton" name="btnCancel"> <property name="geometry"> <rect> <x>180</x> <y>50</y> <width>100</width> <height>23</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string>Cancel</string> </property> </widget> <widget class="QPushButton" name="btnOK"> <property name="geometry"> <rect> <x>74</x> <y>50</y> <width>100</width> <height>23</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string>OK</string> </property> </widget> <widget class="QComboBox" name="cbxCenterKey"> <property name="geometry"> <rect> <x>179</x> <y>19</y> <width>101</width> <height>20</height> </rect> </property> <property name="minimumSize"> <size> <width>90</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select Number</string> </property> <property name="insertPolicy"> <enum>QComboBox::InsertAlphabetically</enum> </property> </widget> <widget class="QLabel" name="textLabel2_4"> <property name="geometry"> <rect> <x>210</x> <y>0</y> <width>46</width> <height>16</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Keyboard</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="wordWrap"> <bool>false</bool> </property> </widget> <widget class="QCheckBox" name="chkCenterAlt"> <property name="geometry"> <rect> <x>141</x> <y>21</y> <width>36</width> <height>17</height> </rect> </property> <property name="maximumSize"> <size> <width>50</width> <height>16777215</height> </size> </property> <property name="text"> <string>Alt</string> </property> </widget> <widget class="QLabel" name="textLabel2_3"> <property name="geometry"> <rect> <x>5</x> <y>23</y> <width>33</width> <height>16</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Center</string> </property> <property name="wordWrap"> <bool>false</bool> </property> </widget> <widget class="QCheckBox" name="chkCenterCtrl"> <property name="geometry"> <rect> <x>95</x> <y>21</y> <width>40</width> <height>17</height> </rect> </property> <property name="maximumSize"> <size> <width>50</width> <height>16777215</height> </size> </property> <property name="text"> <string>Ctrl</string> </property> </widget> <widget class="QCheckBox" name="chkCenterShift"> <property name="geometry"> <rect> <x>44</x> <y>21</y> <width>45</width> <height>17</height> </rect> </property> <property name="maximumSize"> <size> <width>50</width> <height>16777215</height> </size> </property> <property name="text"> <string>Shift</string> </property> </widget> </widget> <resources/> <connections/> <slots> <slot>startEngineClicked()</slot> <slot>stopEngineClicked()</slot> <slot>cameraSettingsClicked()</slot> </slots> </ui>