|
1303 | 1303 | </property> |
1304 | 1304 | </widget> |
1305 | 1305 | </item> |
1306 | | - <item row="1" column="0"> |
1307 | | - <widget class="QLabel" name="autoTypeDesktopPortalPersistModeLabel"> |
| 1306 | + <item row="4" column="0"> |
| 1307 | + <widget class="QLabel" name="autoTypeDelayLabel"> |
1308 | 1308 | <property name="text"> |
1309 | | - <string>Remote desktop mode:</string> |
| 1309 | + <string>Auto-Type typing delay:</string> |
1310 | 1310 | </property> |
1311 | 1311 | <property name="alignment"> |
1312 | 1312 | <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
1313 | 1313 | </property> |
1314 | | - </widget> |
1315 | | - </item> |
1316 | | - <item row="4" column="1"> |
1317 | | - <widget class="QSpinBox" name="autoTypeDelaySpinBox"> |
1318 | | - <property name="sizePolicy"> |
1319 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
1320 | | - <horstretch>0</horstretch> |
1321 | | - <verstretch>0</verstretch> |
1322 | | - </sizepolicy> |
1323 | | - </property> |
1324 | | - <property name="accessibleName"> |
1325 | | - <string>Auto-type character typing delay milliseconds</string> |
1326 | | - </property> |
1327 | | - <property name="suffix"> |
1328 | | - <string comment="Milliseconds"> ms</string> |
1329 | | - </property> |
1330 | | - <property name="prefix"> |
1331 | | - <string/> |
1332 | | - </property> |
1333 | | - <property name="maximum"> |
1334 | | - <number>1000</number> |
1335 | | - </property> |
1336 | | - <property name="value"> |
1337 | | - <number>25</number> |
| 1314 | + <property name="buddy"> |
| 1315 | + <cstring>autoTypeDelaySpinBox</cstring> |
1338 | 1316 | </property> |
1339 | 1317 | </widget> |
1340 | 1318 | </item> |
|
1351 | 1329 | </property> |
1352 | 1330 | </widget> |
1353 | 1331 | </item> |
| 1332 | + <item row="2" column="1"> |
| 1333 | + <widget class="QSpinBox" name="autoTypeRetypeTimeSpinBox"> |
| 1334 | + <property name="suffix"> |
| 1335 | + <string comment="Seconds"> sec</string> |
| 1336 | + </property> |
| 1337 | + <property name="minimum"> |
| 1338 | + <number>0</number> |
| 1339 | + </property> |
| 1340 | + <property name="maximum"> |
| 1341 | + <number>60</number> |
| 1342 | + </property> |
| 1343 | + <property name="value"> |
| 1344 | + <number>15</number> |
| 1345 | + </property> |
| 1346 | + </widget> |
| 1347 | + </item> |
1354 | 1348 | <item row="2" column="0"> |
1355 | 1349 | <widget class="QLabel" name="autoTypeRetypeLabel"> |
1356 | 1350 | <property name="text"> |
|
1361 | 1355 | </property> |
1362 | 1356 | </widget> |
1363 | 1357 | </item> |
1364 | | - <item row="0" column="1"> |
1365 | | - <layout class="QVBoxLayout" name="autoTypeShortcutLayout"> |
1366 | | - <item> |
1367 | | - <widget class="ShortcutWidget" name="autoTypeShortcutWidget"> |
1368 | | - <property name="sizePolicy"> |
1369 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
1370 | | - <horstretch>0</horstretch> |
1371 | | - <verstretch>0</verstretch> |
1372 | | - </sizepolicy> |
1373 | | - </property> |
1374 | | - <property name="accessibleName"> |
1375 | | - <string>Global auto-type shortcut</string> |
1376 | | - </property> |
1377 | | - </widget> |
1378 | | - </item> |
1379 | | - <item> |
1380 | | - <widget class="QPushButton" name="autoTypeShortcutConfigureButton"> |
1381 | | - <property name="enabled"> |
1382 | | - <bool>true</bool> |
1383 | | - </property> |
1384 | | - <property name="text"> |
1385 | | - <string>Configure...</string> |
1386 | | - </property> |
1387 | | - </widget> |
1388 | | - </item> |
1389 | | - </layout> |
1390 | | - </item> |
1391 | | - <item row="1" column="3"> |
1392 | | - <spacer name="horizontalSpacer_14"> |
1393 | | - <property name="orientation"> |
1394 | | - <enum>Qt::Orientation::Horizontal</enum> |
1395 | | - </property> |
1396 | | - <property name="sizeHint" stdset="0"> |
1397 | | - <size> |
1398 | | - <width>0</width> |
1399 | | - <height>0</height> |
1400 | | - </size> |
1401 | | - </property> |
1402 | | - </spacer> |
1403 | | - </item> |
1404 | 1358 | <item row="1" column="1" colspan="2"> |
1405 | 1359 | <widget class="QComboBox" name="autoTypeDesktopPortalPersistModeComboBox"> |
1406 | 1360 | <property name="sizePolicy"> |
|
1426 | 1380 | </item> |
1427 | 1381 | </widget> |
1428 | 1382 | </item> |
1429 | | - <item row="4" column="0"> |
1430 | | - <widget class="QLabel" name="autoTypeDelayLabel"> |
| 1383 | + <item row="1" column="0"> |
| 1384 | + <widget class="QLabel" name="autoTypeDesktopPortalPersistModeLabel"> |
1431 | 1385 | <property name="text"> |
1432 | | - <string>Auto-Type typing delay:</string> |
| 1386 | + <string>Remote desktop mode:</string> |
1433 | 1387 | </property> |
1434 | 1388 | <property name="alignment"> |
1435 | 1389 | <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
1436 | 1390 | </property> |
1437 | | - <property name="buddy"> |
1438 | | - <cstring>autoTypeDelaySpinBox</cstring> |
1439 | | - </property> |
1440 | 1391 | </widget> |
1441 | 1392 | </item> |
1442 | 1393 | <item row="3" column="1"> |
|
1470 | 1421 | </property> |
1471 | 1422 | </widget> |
1472 | 1423 | </item> |
1473 | | - <item row="2" column="1"> |
1474 | | - <widget class="QSpinBox" name="autoTypeRetypeTimeSpinBox"> |
1475 | | - <property name="suffix"> |
1476 | | - <string comment="Seconds"> sec</string> |
1477 | | - </property> |
1478 | | - <property name="minimum"> |
1479 | | - <number>0</number> |
1480 | | - </property> |
1481 | | - <property name="maximum"> |
1482 | | - <number>60</number> |
| 1424 | + <item row="1" column="3"> |
| 1425 | + <spacer name="horizontalSpacer_14"> |
| 1426 | + <property name="orientation"> |
| 1427 | + <enum>Qt::Orientation::Horizontal</enum> |
1483 | 1428 | </property> |
1484 | | - <property name="value"> |
1485 | | - <number>15</number> |
| 1429 | + <property name="sizeHint" stdset="0"> |
| 1430 | + <size> |
| 1431 | + <width>0</width> |
| 1432 | + <height>0</height> |
| 1433 | + </size> |
1486 | 1434 | </property> |
1487 | | - </widget> |
| 1435 | + </spacer> |
1488 | 1436 | </item> |
1489 | 1437 | <item row="0" column="2" colspan="2"> |
1490 | 1438 | <spacer name="horizontalSpacer_6"> |
|
1499 | 1447 | </property> |
1500 | 1448 | </spacer> |
1501 | 1449 | </item> |
| 1450 | + <item row="4" column="1"> |
| 1451 | + <widget class="QSpinBox" name="autoTypeDelaySpinBox"> |
| 1452 | + <property name="sizePolicy"> |
| 1453 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 1454 | + <horstretch>0</horstretch> |
| 1455 | + <verstretch>0</verstretch> |
| 1456 | + </sizepolicy> |
| 1457 | + </property> |
| 1458 | + <property name="accessibleName"> |
| 1459 | + <string>Auto-type character typing delay milliseconds</string> |
| 1460 | + </property> |
| 1461 | + <property name="suffix"> |
| 1462 | + <string comment="Milliseconds"> ms</string> |
| 1463 | + </property> |
| 1464 | + <property name="prefix"> |
| 1465 | + <string/> |
| 1466 | + </property> |
| 1467 | + <property name="maximum"> |
| 1468 | + <number>1000</number> |
| 1469 | + </property> |
| 1470 | + <property name="value"> |
| 1471 | + <number>25</number> |
| 1472 | + </property> |
| 1473 | + </widget> |
| 1474 | + </item> |
| 1475 | + <item row="0" column="1"> |
| 1476 | + <widget class="ShortcutWidget" name="autoTypeShortcutWidget"> |
| 1477 | + <property name="sizePolicy"> |
| 1478 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 1479 | + <horstretch>0</horstretch> |
| 1480 | + <verstretch>0</verstretch> |
| 1481 | + </sizepolicy> |
| 1482 | + </property> |
| 1483 | + <property name="accessibleName"> |
| 1484 | + <string>Global auto-type shortcut</string> |
| 1485 | + </property> |
| 1486 | + <property name="placeholderText"> |
| 1487 | + <string>Not configured</string> |
| 1488 | + </property> |
| 1489 | + </widget> |
| 1490 | + </item> |
1502 | 1491 | </layout> |
1503 | 1492 | </item> |
1504 | 1493 | <item> |
|
1581 | 1570 | <tabstop>autoTypeRelockDatabaseCheckBox</tabstop> |
1582 | 1571 | <tabstop>autoTypeDesktopPortalPersistConnectionCheckBox</tabstop> |
1583 | 1572 | <tabstop>autoTypeShortcutWidget</tabstop> |
1584 | | - <tabstop>autoTypeShortcutConfigureButton</tabstop> |
1585 | 1573 | <tabstop>autoTypeDesktopPortalPersistModeComboBox</tabstop> |
1586 | 1574 | <tabstop>autoTypeRetypeTimeSpinBox</tabstop> |
1587 | 1575 | <tabstop>autoTypeStartDelaySpinBox</tabstop> |
|
0 commit comments