diff options
author | martin <martin@thegreens.net> | 2015-05-02 08:42:50 +1000 |
---|---|---|
committer | martin <martin@thegreens.net> | 2015-05-02 08:42:50 +1000 |
commit | 4da4b7608ff03782ed2a157a7ef2bc843101b271 (patch) | |
tree | 3189b57a6a3cd901c44387a877f35ecacbf296cc /ftnoir_tracker_hatire/ftnoir_hatcontrols.ui | |
parent | 0dbfd34bab63170915b9bdd0f456f39def4ea43e (diff) |
Fix returning consistent data to get headpose and other minor issues
Diffstat (limited to 'ftnoir_tracker_hatire/ftnoir_hatcontrols.ui')
-rw-r--r-- | ftnoir_tracker_hatire/ftnoir_hatcontrols.ui | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/ftnoir_tracker_hatire/ftnoir_hatcontrols.ui b/ftnoir_tracker_hatire/ftnoir_hatcontrols.ui index 1611489b..2d347f08 100644 --- a/ftnoir_tracker_hatire/ftnoir_hatcontrols.ui +++ b/ftnoir_tracker_hatire/ftnoir_hatcontrols.ui @@ -1119,7 +1119,7 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> - <item row="2" column="0" colspan="2"> + <item row="3" column="0" colspan="2"> <widget class="QLineEdit" name="lineSend"> <property name="inputMask"> <string notr="true"/> @@ -1129,14 +1129,14 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> - <item row="2" column="2"> + <item row="3" column="2"> <widget class="QPushButton" name="btnSend"> <property name="text"> <string>Send</string> </property> </widget> </item> - <item row="3" column="0" colspan="3"> + <item row="4" column="0" colspan="3"> <widget class="QPlainTextEdit" name="pteINFO"> <property name="contextMenuPolicy"> <enum>Qt::ActionsContextMenu</enum> @@ -1158,6 +1158,16 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> + <item row="2" column="0" colspan="3"> + <widget class="QCheckBox" name="chkEnableLogging"> + <property name="toolTip"> + <string>Disable when not in use, will have a performance impact</string> + </property> + <property name="text"> + <string>Enable logging to diagnostic file</string> + </property> + </widget> + </item> </layout> </widget> </widget> |