diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-01-08 16:27:31 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-01-08 16:27:31 +0000 |
commit | edc4fdcc4aaa9c501848c1a4b775cd2bef437091 (patch) | |
tree | b86cdb526d606fae049a73401848d06bc4a13175 /FaceTrackNoIR/FTNoIR_KeyboardShortcuts.ui | |
parent | 56cb704c208f0fcc29bd50368e61ecf9aa07b151 (diff) |
Making Filter-DLL into plug-in
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@97 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/FTNoIR_KeyboardShortcuts.ui')
-rw-r--r-- | FaceTrackNoIR/FTNoIR_KeyboardShortcuts.ui | 56 |
1 files changed, 49 insertions, 7 deletions
diff --git a/FaceTrackNoIR/FTNoIR_KeyboardShortcuts.ui b/FaceTrackNoIR/FTNoIR_KeyboardShortcuts.ui index 41fc4d36..783b2a0e 100644 --- a/FaceTrackNoIR/FTNoIR_KeyboardShortcuts.ui +++ b/FaceTrackNoIR/FTNoIR_KeyboardShortcuts.ui @@ -7,7 +7,7 @@ <x>0</x>
<y>0</y>
<width>558</width>
- <height>404</height>
+ <height>415</height>
</rect>
</property>
<property name="windowTitle">
@@ -571,9 +571,15 @@ </item>
<item row="2" column="2">
<widget class="QSpinBox" name="spinYawAngle4ReverseAxis">
+ <property name="minimumSize">
+ <size>
+ <width>50</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
- <width>40</width>
+ <width>60</width>
<height>16777215</height>
</size>
</property>
@@ -614,9 +620,15 @@ </item>
<item row="3" column="2">
<widget class="QSpinBox" name="spinZ_Pos4ReverseAxis">
+ <property name="minimumSize">
+ <size>
+ <width>50</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
- <width>40</width>
+ <width>60</width>
<height>16777215</height>
</size>
</property>
@@ -624,10 +636,10 @@ <number>-50</number>
</property>
<property name="maximum">
- <number>50</number>
+ <number>150</number>
</property>
<property name="value">
- <number>-20</number>
+ <number>50</number>
</property>
</widget>
</item>
@@ -647,9 +659,15 @@ </item>
<item row="3" column="5">
<widget class="QSpinBox" name="spinZ_PosWhenReverseAxis">
+ <property name="minimumSize">
+ <size>
+ <width>50</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
- <width>40</width>
+ <width>60</width>
<height>16777215</height>
</size>
</property>
@@ -657,7 +675,7 @@ <number>-50</number>
</property>
<property name="maximum">
- <number>50</number>
+ <number>150</number>
</property>
<property name="value">
<number>-20</number>
@@ -703,6 +721,30 @@ </spacer>
</item>
<item>
+ <layout class="QHBoxLayout" name="horizontalLayout_6">
+ <item>
+ <spacer name="horizontalSpacer_5">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_8">
+ <property name="text">
+ <string>These settings are saved 'per game' (INI-file)</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer_2">
|