|
63 | 63 | <item row="1" column="1"> |
64 | 64 | <widget class="DoubleSlider" name="joystickSpeedSlider"> |
65 | 65 | <property name="orientation"> |
66 | | - <enum>Qt::Horizontal</enum> |
| 66 | + <enum>Qt::Orientation::Horizontal</enum> |
67 | 67 | </property> |
68 | 68 | </widget> |
69 | 69 | </item> |
|
80 | 80 | <string>Set this value higher if the camera position drifts when the joysticks are centered</string> |
81 | 81 | </property> |
82 | 82 | <property name="orientation"> |
83 | | - <enum>Qt::Horizontal</enum> |
| 83 | + <enum>Qt::Orientation::Horizontal</enum> |
84 | 84 | </property> |
85 | 85 | </widget> |
86 | 86 | </item> |
|
103 | 103 | </body></html></string> |
104 | 104 | </property> |
105 | 105 | <property name="alignment"> |
106 | | - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 106 | + <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set> |
107 | 107 | </property> |
108 | 108 | <property name="wordWrap"> |
109 | 109 | <bool>true</bool> |
|
133 | 133 | <item> |
134 | 134 | <spacer name="verticalSpacer"> |
135 | 135 | <property name="orientation"> |
136 | | - <enum>Qt::Vertical</enum> |
| 136 | + <enum>Qt::Orientation::Vertical</enum> |
137 | 137 | </property> |
138 | 138 | <property name="sizeHint" stdset="0"> |
139 | 139 | <size> |
|
165 | 165 | <item> |
166 | 166 | <widget class="QSplitter" name="splitter"> |
167 | 167 | <property name="orientation"> |
168 | | - <enum>Qt::Horizontal</enum> |
| 168 | + <enum>Qt::Orientation::Horizontal</enum> |
169 | 169 | </property> |
170 | 170 | <widget class="QWidget" name="widget_1" native="true"> |
171 | 171 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
172 | 172 | <property name="sizeConstraint"> |
173 | | - <enum>QLayout::SetMinimumSize</enum> |
| 173 | + <enum>QLayout::SizeConstraint::SetMinimumSize</enum> |
174 | 174 | </property> |
175 | 175 | <item> |
176 | 176 | <widget class="QLabel" name="label_2"> |
|
182 | 182 | <item> |
183 | 183 | <widget class="QListView" name="deviceList"> |
184 | 184 | <property name="contextMenuPolicy"> |
185 | | - <enum>Qt::CustomContextMenu</enum> |
| 185 | + <enum>Qt::ContextMenuPolicy::CustomContextMenu</enum> |
186 | 186 | </property> |
187 | 187 | <property name="editTriggers"> |
188 | | - <set>QAbstractItemView::NoEditTriggers</set> |
| 188 | + <set>QAbstractItemView::EditTrigger::NoEditTriggers</set> |
189 | 189 | </property> |
190 | 190 | </widget> |
191 | 191 | </item> |
|
244 | 244 | <item> |
245 | 245 | <spacer name="horizontalSpacer_2"> |
246 | 246 | <property name="orientation"> |
247 | | - <enum>Qt::Horizontal</enum> |
| 247 | + <enum>Qt::Orientation::Horizontal</enum> |
248 | 248 | </property> |
249 | 249 | <property name="sizeHint" stdset="0"> |
250 | 250 | <size> |
|
261 | 261 | <widget class="QWidget" name="widget" native="true"> |
262 | 262 | <layout class="QVBoxLayout" name="verticalLayout_4" stretch="0"> |
263 | 263 | <property name="sizeConstraint"> |
264 | | - <enum>QLayout::SetDefaultConstraint</enum> |
| 264 | + <enum>QLayout::SizeConstraint::SetDefaultConstraint</enum> |
265 | 265 | </property> |
266 | 266 | <item> |
267 | 267 | <layout class="QHBoxLayout" name="propertiesLayout"> |
268 | 268 | <property name="spacing"> |
269 | 269 | <number>0</number> |
270 | 270 | </property> |
271 | 271 | <property name="sizeConstraint"> |
272 | | - <enum>QLayout::SetNoConstraint</enum> |
| 272 | + <enum>QLayout::SizeConstraint::SetNoConstraint</enum> |
273 | 273 | </property> |
274 | 274 | </layout> |
275 | 275 | </item> |
|
293 | 293 | </sizepolicy> |
294 | 294 | </property> |
295 | 295 | <property name="alignment"> |
296 | | - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 296 | + <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set> |
297 | 297 | </property> |
298 | 298 | </widget> |
299 | 299 | </item> |
|
0 commit comments