|
27 | 27 | <item row="1" column="0"> |
28 | 28 | <widget class="QTabWidget" name="configurationTab"> |
29 | 29 | <property name="currentIndex"> |
30 | | - <number>2</number> |
| 30 | + <number>0</number> |
31 | 31 | </property> |
32 | 32 | <widget class="QWidget" name="tab"> |
33 | 33 | <attribute name="title"> |
|
40 | 40 | <string>Image Display</string> |
41 | 41 | </property> |
42 | 42 | <layout class="QGridLayout" name="gridLayout"> |
43 | | - <item row="2" column="0"> |
44 | | - <widget class="QCheckBox" name="enable_fps_limit_recording"> |
45 | | - <property name="sizePolicy"> |
46 | | - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
47 | | - <horstretch>1</horstretch> |
48 | | - <verstretch>0</verstretch> |
49 | | - </sizepolicy> |
| 43 | + <item row="2" column="2"> |
| 44 | + <widget class="QLabel" name="label_16"> |
| 45 | + <property name="text"> |
| 46 | + <string>FPS</string> |
50 | 47 | </property> |
| 48 | + </widget> |
| 49 | + </item> |
| 50 | + <item row="0" column="0" colspan="3"> |
| 51 | + <widget class="QCheckBox" name="debayer"> |
51 | 52 | <property name="text"> |
52 | | - <string>Set FPS limit while recording</string> |
| 53 | + <string>Debayer images (colour camera only in raw mode)</string> |
53 | 54 | </property> |
54 | 55 | </widget> |
55 | 56 | </item> |
|
60 | 61 | </property> |
61 | 62 | </widget> |
62 | 63 | </item> |
63 | | - <item row="1" column="0"> |
64 | | - <widget class="QCheckBox" name="enable_fps_limit"> |
| 64 | + <item row="2" column="1"> |
| 65 | + <widget class="QSpinBox" name="fps_limit_recording"> |
65 | 66 | <property name="sizePolicy"> |
66 | 67 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
67 | 68 | <horstretch>1</horstretch> |
68 | 69 | <verstretch>0</verstretch> |
69 | 70 | </sizepolicy> |
70 | 71 | </property> |
71 | | - <property name="text"> |
72 | | - <string>Set FPS limit while not recording</string> |
| 72 | + <property name="minimum"> |
| 73 | + <number>1</number> |
73 | 74 | </property> |
74 | 75 | </widget> |
75 | 76 | </item> |
|
86 | 87 | </property> |
87 | 88 | </widget> |
88 | 89 | </item> |
89 | | - <item row="2" column="1"> |
90 | | - <widget class="QSpinBox" name="fps_limit_recording"> |
| 90 | + <item row="1" column="0"> |
| 91 | + <widget class="QCheckBox" name="enable_fps_limit"> |
91 | 92 | <property name="sizePolicy"> |
92 | 93 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
93 | 94 | <horstretch>1</horstretch> |
94 | 95 | <verstretch>0</verstretch> |
95 | 96 | </sizepolicy> |
96 | 97 | </property> |
97 | | - <property name="minimum"> |
98 | | - <number>1</number> |
| 98 | + <property name="text"> |
| 99 | + <string>Set FPS limit while not recording</string> |
99 | 100 | </property> |
100 | 101 | </widget> |
101 | 102 | </item> |
102 | | - <item row="2" column="2"> |
103 | | - <widget class="QLabel" name="label_16"> |
| 103 | + <item row="2" column="0"> |
| 104 | + <widget class="QCheckBox" name="enable_fps_limit_recording"> |
| 105 | + <property name="sizePolicy"> |
| 106 | + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
| 107 | + <horstretch>1</horstretch> |
| 108 | + <verstretch>0</verstretch> |
| 109 | + </sizepolicy> |
| 110 | + </property> |
104 | 111 | <property name="text"> |
105 | | - <string>FPS</string> |
| 112 | + <string>Set FPS limit while recording</string> |
106 | 113 | </property> |
107 | 114 | </widget> |
108 | 115 | </item> |
109 | | - <item row="4" column="1"> |
| 116 | + <item row="3" column="1"> |
110 | 117 | <spacer name="verticalSpacer_3"> |
111 | 118 | <property name="orientation"> |
112 | 119 | <enum>Qt::Vertical</enum> |
|
119 | 126 | </property> |
120 | 127 | </spacer> |
121 | 128 | </item> |
122 | | - <item row="0" column="0" colspan="3"> |
123 | | - <widget class="QCheckBox" name="debayer"> |
124 | | - <property name="text"> |
125 | | - <string>Debayer images (colour camera only in raw mode)</string> |
126 | | - </property> |
127 | | - </widget> |
128 | | - </item> |
129 | | - <item row="3" column="0" colspan="3"> |
130 | | - <widget class="QCheckBox" name="opengl"> |
131 | | - <property name="text"> |
132 | | - <string>Use OpenGL rendering (requires restart)</string> |
133 | | - </property> |
134 | | - </widget> |
135 | | - </item> |
136 | 129 | </layout> |
137 | 130 | </widget> |
138 | 131 | </item> |
|
0 commit comments