Advertisement
Guest User

Untitled

a guest
Jan 21st, 2023
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>715</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>800</width>
  16. <height>715</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>800</width>
  22. <height>715</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Sway Input Configurator</string>
  27. </property>
  28. <property name="locale">
  29. <locale language="English" country="UnitedStates"/>
  30. </property>
  31. <widget class="QWidget" name="centralwidget">
  32. <layout class="QVBoxLayout" name="verticalLayout_2">
  33. <item>
  34. <widget class="QTabWidget" name="tabWidget">
  35. <property name="styleSheet">
  36. <string notr="true">combobox-popup: 0</string>
  37. </property>
  38. <property name="currentIndex">
  39. <number>0</number>
  40. </property>
  41. <widget class="QWidget" name="KeyboardTab">
  42. <attribute name="title">
  43. <string>Keyboard</string>
  44. </attribute>
  45. <layout class="QVBoxLayout" name="verticalLayout_4">
  46. <item>
  47. <widget class="QGroupBox" name="groupBox">
  48. <property name="title">
  49. <string>Keyboard Settings</string>
  50. </property>
  51. <layout class="QGridLayout" name="gridLayout_2">
  52. <item row="0" column="0" colspan="4">
  53. <layout class="QHBoxLayout" name="horizontalLayout_2">
  54. <item>
  55. <widget class="QTreeWidget" name="layouts">
  56. <property name="dragEnabled">
  57. <bool>true</bool>
  58. </property>
  59. <property name="dragDropMode">
  60. <enum>QAbstractItemView::InternalMove</enum>
  61. </property>
  62. <property name="rootIsDecorated">
  63. <bool>false</bool>
  64. </property>
  65. <property name="itemsExpandable">
  66. <bool>false</bool>
  67. </property>
  68. <property name="columnCount">
  69. <number>2</number>
  70. </property>
  71. <column>
  72. <property name="text">
  73. <string>Layout</string>
  74. </property>
  75. </column>
  76. <column>
  77. <property name="text">
  78. <string>Variant</string>
  79. </property>
  80. </column>
  81. </widget>
  82. </item>
  83. </layout>
  84. </item>
  85. <item row="7" column="0">
  86. <widget class="QLabel" name="num_lockLabel">
  87. <property name="text">
  88. <string>NumLock:</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="4" column="0">
  93. <widget class="QLabel" name="repeatDelayLabel">
  94. <property name="text">
  95. <string>Repeat delay:</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="5" column="2">
  100. <widget class="QSpinBox" name="repeatRate">
  101. <property name="toolTip">
  102. <string>Frequency of key repeats once the repeat_delay has passed.</string>
  103. </property>
  104. <property name="suffix">
  105. <string> repeats/s</string>
  106. </property>
  107. <property name="minimum">
  108. <number>1</number>
  109. </property>
  110. <property name="maximum">
  111. <number>4000</number>
  112. </property>
  113. </widget>
  114. </item>
  115. <item row="3" column="1">
  116. <widget class="QComboBox" name="shortcutName">
  117. <property name="toolTip">
  118. <string>Keyboard shortcut to switch between layouts.</string>
  119. </property>
  120. <property name="styleSheet">
  121. <string notr="true">combobox-popup: 0;</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="4" column="2">
  126. <widget class="QSpinBox" name="repeatDelay">
  127. <property name="toolTip">
  128. <string>Amount of time a key must be held before it starts repeating.</string>
  129. </property>
  130. <property name="suffix">
  131. <string> ms</string>
  132. </property>
  133. <property name="minimum">
  134. <number>1</number>
  135. </property>
  136. <property name="maximum">
  137. <number>6000</number>
  138. </property>
  139. </widget>
  140. </item>
  141. <item row="6" column="0">
  142. <widget class="QLabel" name="caps_lockLabel">
  143. <property name="text">
  144. <string>CapsLock:</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="2" column="0">
  149. <widget class="QLabel" name="kbdModel_label">
  150. <property name="text">
  151. <string>Keyboard model:</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item row="7" column="1">
  156. <widget class="QCheckBox" name="num_lock">
  157. <property name="toolTip">
  158. <string>Initially enables or disables NumLock on startup.</string>
  159. </property>
  160. <property name="text">
  161. <string/>
  162. </property>
  163. </widget>
  164. </item>
  165. <item row="1" column="0">
  166. <widget class="QLabel" name="kbdID_label">
  167. <property name="text">
  168. <string>Keyboard identifier:</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="6" column="1">
  173. <widget class="QCheckBox" name="caps_lock">
  174. <property name="toolTip">
  175. <string>Initially enables or disables CapsLock on startup.</string>
  176. </property>
  177. <property name="text">
  178. <string/>
  179. </property>
  180. </widget>
  181. </item>
  182. <item row="2" column="1">
  183. <widget class="QComboBox" name="kbdModel">
  184. <property name="styleSheet">
  185. <string notr="true">combobox-popup: 0;</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item row="0" column="4">
  190. <layout class="QVBoxLayout" name="verticalLayout_5">
  191. <item>
  192. <widget class="QPushButton" name="addBtn">
  193. <property name="toolTip">
  194. <string>Add layout to the list</string>
  195. </property>
  196. <property name="text">
  197. <string>Add</string>
  198. </property>
  199. </widget>
  200. </item>
  201. <item>
  202. <widget class="QPushButton" name="rmBtn">
  203. <property name="toolTip">
  204. <string>Remove layout from the list.</string>
  205. </property>
  206. <property name="text">
  207. <string>Remove</string>
  208. </property>
  209. </widget>
  210. </item>
  211. <item>
  212. <widget class="QPushButton" name="upBtn">
  213. <property name="toolTip">
  214. <string>Move selected layout up.</string>
  215. </property>
  216. <property name="text">
  217. <string>Up</string>
  218. </property>
  219. </widget>
  220. </item>
  221. <item>
  222. <widget class="QPushButton" name="downBtn">
  223. <property name="toolTip">
  224. <string>Move selected layout down.</string>
  225. </property>
  226. <property name="text">
  227. <string>Down</string>
  228. </property>
  229. </widget>
  230. </item>
  231. <item>
  232. <spacer name="verticalSpacer">
  233. <property name="orientation">
  234. <enum>Qt::Vertical</enum>
  235. </property>
  236. <property name="sizeHint" stdset="0">
  237. <size>
  238. <width>20</width>
  239. <height>40</height>
  240. </size>
  241. </property>
  242. </spacer>
  243. </item>
  244. </layout>
  245. </item>
  246. <item row="5" column="0">
  247. <widget class="QLabel" name="repeatRateLabel">
  248. <property name="text">
  249. <string>Repeat rate:</string>
  250. </property>
  251. </widget>
  252. </item>
  253. <item row="3" column="0">
  254. <widget class="QLabel" name="shortcutLabel">
  255. <property name="text">
  256. <string>Keyboard shortcut:</string>
  257. </property>
  258. </widget>
  259. </item>
  260. <item row="4" column="1">
  261. <widget class="QSlider" name="repeatDelaySlider">
  262. <property name="minimum">
  263. <number>1</number>
  264. </property>
  265. <property name="maximum">
  266. <number>6000</number>
  267. </property>
  268. <property name="pageStep">
  269. <number>50</number>
  270. </property>
  271. <property name="orientation">
  272. <enum>Qt::Horizontal</enum>
  273. </property>
  274. </widget>
  275. </item>
  276. <item row="1" column="1">
  277. <widget class="QComboBox" name="kbdID">
  278. <property name="styleSheet">
  279. <string notr="true">combobox-popup: 0</string>
  280. </property>
  281. </widget>
  282. </item>
  283. <item row="9" column="0" colspan="5">
  284. <layout class="QHBoxLayout" name="horizontalLayout_3">
  285. <item>
  286. <spacer name="horizontalSpacer">
  287. <property name="orientation">
  288. <enum>Qt::Horizontal</enum>
  289. </property>
  290. <property name="sizeHint" stdset="0">
  291. <size>
  292. <width>40</width>
  293. <height>20</height>
  294. </size>
  295. </property>
  296. </spacer>
  297. </item>
  298. <item>
  299. <widget class="QCheckBox" name="KeyBoardUseSettings">
  300. <property name="layoutDirection">
  301. <enum>Qt::LeftToRight</enum>
  302. </property>
  303. <property name="text">
  304. <string>Use this settings</string>
  305. </property>
  306. </widget>
  307. </item>
  308. </layout>
  309. </item>
  310. <item row="5" column="1">
  311. <widget class="QSlider" name="repeatRateSlider">
  312. <property name="minimum">
  313. <number>1</number>
  314. </property>
  315. <property name="maximum">
  316. <number>4000</number>
  317. </property>
  318. <property name="pageStep">
  319. <number>50</number>
  320. </property>
  321. <property name="orientation">
  322. <enum>Qt::Horizontal</enum>
  323. </property>
  324. </widget>
  325. </item>
  326. </layout>
  327. </widget>
  328. </item>
  329. </layout>
  330. </widget>
  331. <widget class="QWidget" name="MouseTab">
  332. <attribute name="title">
  333. <string>Mouse</string>
  334. </attribute>
  335. <layout class="QVBoxLayout" name="verticalLayout_6">
  336. <item>
  337. <widget class="QGroupBox" name="groupBox_2">
  338. <property name="title">
  339. <string>Pointer device settings</string>
  340. </property>
  341. <layout class="QVBoxLayout" name="verticalLayout_7">
  342. <item>
  343. <layout class="QHBoxLayout" name="horizontalLayout_6">
  344. <item>
  345. <spacer name="horizontalSpacer_3">
  346. <property name="orientation">
  347. <enum>Qt::Horizontal</enum>
  348. </property>
  349. <property name="sizeHint" stdset="0">
  350. <size>
  351. <width>40</width>
  352. <height>20</height>
  353. </size>
  354. </property>
  355. </spacer>
  356. </item>
  357. <item>
  358. <layout class="QFormLayout" name="formLayout">
  359. <item row="1" column="0">
  360. <widget class="QLabel" name="label">
  361. <property name="text">
  362. <string>General:</string>
  363. </property>
  364. </widget>
  365. </item>
  366. <item row="2" column="1">
  367. <widget class="QCheckBox" name="pointerMiddle">
  368. <property name="toolTip">
  369. <string>Enables or disables middle click emulation.</string>
  370. </property>
  371. <property name="text">
  372. <string>Press left and right buttons for middle click</string>
  373. </property>
  374. </widget>
  375. </item>
  376. <item row="3" column="0">
  377. <widget class="QLabel" name="label_2">
  378. <property name="text">
  379. <string>Pointer speed:</string>
  380. </property>
  381. </widget>
  382. </item>
  383. <item row="3" column="1">
  384. <widget class="QSlider" name="pointerAccel">
  385. <property name="toolTip">
  386. <string>Changes the pointer acceleration.</string>
  387. </property>
  388. <property name="minimum">
  389. <number>-10</number>
  390. </property>
  391. <property name="maximum">
  392. <number>10</number>
  393. </property>
  394. <property name="pageStep">
  395. <number>1</number>
  396. </property>
  397. <property name="orientation">
  398. <enum>Qt::Horizontal</enum>
  399. </property>
  400. <property name="tickPosition">
  401. <enum>QSlider::TicksBelow</enum>
  402. </property>
  403. <property name="tickInterval">
  404. <number>1</number>
  405. </property>
  406. </widget>
  407. </item>
  408. <item row="4" column="0">
  409. <widget class="QLabel" name="label_3">
  410. <property name="text">
  411. <string>Acceleration profile:</string>
  412. </property>
  413. </widget>
  414. </item>
  415. <item row="4" column="1">
  416. <widget class="QRadioButton" name="pointerFlat">
  417. <property name="toolTip">
  418. <string>Cursor moves the same distance as the mouse movement.</string>
  419. </property>
  420. <property name="text">
  421. <string>Flat</string>
  422. </property>
  423. </widget>
  424. </item>
  425. <item row="5" column="1">
  426. <widget class="QRadioButton" name="pointerAdaptive">
  427. <property name="toolTip">
  428. <string>Cursor travel distance depends on the mouse movement speed.</string>
  429. </property>
  430. <property name="text">
  431. <string>Adaptive</string>
  432. </property>
  433. </widget>
  434. </item>
  435. <item row="6" column="0">
  436. <widget class="QLabel" name="label_4">
  437. <property name="text">
  438. <string>Scrolling:</string>
  439. </property>
  440. </widget>
  441. </item>
  442. <item row="6" column="1">
  443. <widget class="QCheckBox" name="pointerNatScroll">
  444. <property name="toolTip">
  445. <string>Touchscreen like scrolling.</string>
  446. </property>
  447. <property name="text">
  448. <string>Invert scroll direction</string>
  449. </property>
  450. </widget>
  451. </item>
  452. <item row="7" column="0">
  453. <widget class="QLabel" name="label_5">
  454. <property name="text">
  455. <string>Scrolling speed:</string>
  456. </property>
  457. </widget>
  458. </item>
  459. <item row="7" column="1">
  460. <widget class="QSlider" name="pointerScrollFactor">
  461. <property name="toolTip">
  462. <string>Scroll speed will be scaled by the given value.</string>
  463. </property>
  464. <property name="minimum">
  465. <number>1</number>
  466. </property>
  467. <property name="maximum">
  468. <number>100</number>
  469. </property>
  470. <property name="pageStep">
  471. <number>1</number>
  472. </property>
  473. <property name="orientation">
  474. <enum>Qt::Horizontal</enum>
  475. </property>
  476. <property name="tickPosition">
  477. <enum>QSlider::TicksBelow</enum>
  478. </property>
  479. <property name="tickInterval">
  480. <number>9</number>
  481. </property>
  482. </widget>
  483. </item>
  484. <item row="1" column="1">
  485. <widget class="QCheckBox" name="pointerLeftHanded">
  486. <property name="toolTip">
  487. <string>Enables or disables left handed mode.</string>
  488. </property>
  489. <property name="text">
  490. <string>Left handed mode</string>
  491. </property>
  492. </widget>
  493. </item>
  494. <item row="0" column="0">
  495. <widget class="QLabel" name="pointerID_label">
  496. <property name="text">
  497. <string>Pointer device identifier:</string>
  498. </property>
  499. </widget>
  500. </item>
  501. <item row="0" column="1">
  502. <widget class="QComboBox" name="pointerID">
  503. <property name="styleSheet">
  504. <string notr="true">combobox-popup: 0</string>
  505. </property>
  506. </widget>
  507. </item>
  508. </layout>
  509. </item>
  510. <item>
  511. <layout class="QHBoxLayout" name="horizontalLayout_5"/>
  512. </item>
  513. <item>
  514. <spacer name="horizontalSpacer_2">
  515. <property name="orientation">
  516. <enum>Qt::Horizontal</enum>
  517. </property>
  518. <property name="sizeHint" stdset="0">
  519. <size>
  520. <width>40</width>
  521. <height>20</height>
  522. </size>
  523. </property>
  524. </spacer>
  525. </item>
  526. </layout>
  527. </item>
  528. <item>
  529. <spacer name="verticalSpacer_2">
  530. <property name="orientation">
  531. <enum>Qt::Vertical</enum>
  532. </property>
  533. <property name="sizeHint" stdset="0">
  534. <size>
  535. <width>20</width>
  536. <height>40</height>
  537. </size>
  538. </property>
  539. </spacer>
  540. </item>
  541. <item>
  542. <layout class="QHBoxLayout" name="horizontalLayout_4">
  543. <item>
  544. <spacer name="horizontalSpacer_4">
  545. <property name="orientation">
  546. <enum>Qt::Horizontal</enum>
  547. </property>
  548. <property name="sizeHint" stdset="0">
  549. <size>
  550. <width>40</width>
  551. <height>20</height>
  552. </size>
  553. </property>
  554. </spacer>
  555. </item>
  556. <item>
  557. <widget class="QCheckBox" name="PointerUseSettings">
  558. <property name="text">
  559. <string>Use this settings</string>
  560. </property>
  561. </widget>
  562. </item>
  563. </layout>
  564. </item>
  565. </layout>
  566. </widget>
  567. </item>
  568. </layout>
  569. </widget>
  570. <widget class="QWidget" name="TouchpadTab">
  571. <attribute name="title">
  572. <string>Touchpad</string>
  573. </attribute>
  574. <layout class="QVBoxLayout" name="verticalLayout_8">
  575. <item>
  576. <widget class="QGroupBox" name="groupBox_3">
  577. <property name="title">
  578. <string>Touchpad Settings</string>
  579. </property>
  580. <layout class="QVBoxLayout" name="verticalLayout_9">
  581. <item>
  582. <layout class="QHBoxLayout" name="horizontalLayout_8">
  583. <item>
  584. <spacer name="horizontalSpacer_5">
  585. <property name="orientation">
  586. <enum>Qt::Horizontal</enum>
  587. </property>
  588. <property name="sizeHint" stdset="0">
  589. <size>
  590. <width>40</width>
  591. <height>20</height>
  592. </size>
  593. </property>
  594. </spacer>
  595. </item>
  596. <item>
  597. <layout class="QFormLayout" name="formLayout_2">
  598. <item row="1" column="0">
  599. <widget class="QLabel" name="label_6">
  600. <property name="text">
  601. <string>General:</string>
  602. </property>
  603. </widget>
  604. </item>
  605. <item row="1" column="1">
  606. <widget class="QCheckBox" name="DWT">
  607. <property name="text">
  608. <string>Disable while typing</string>
  609. </property>
  610. </widget>
  611. </item>
  612. <item row="3" column="1">
  613. <widget class="QCheckBox" name="touchLeftHanded">
  614. <property name="text">
  615. <string>Left handed mode</string>
  616. </property>
  617. </widget>
  618. </item>
  619. <item row="4" column="1">
  620. <widget class="QCheckBox" name="touchMiddle">
  621. <property name="text">
  622. <string>Press left and right buttons for middle click</string>
  623. </property>
  624. </widget>
  625. </item>
  626. <item row="5" column="0">
  627. <widget class="QLabel" name="label_7">
  628. <property name="text">
  629. <string>Pointer speed:</string>
  630. </property>
  631. </widget>
  632. </item>
  633. <item row="5" column="1">
  634. <widget class="QSlider" name="touchAccel">
  635. <property name="minimum">
  636. <number>-10</number>
  637. </property>
  638. <property name="maximum">
  639. <number>10</number>
  640. </property>
  641. <property name="pageStep">
  642. <number>1</number>
  643. </property>
  644. <property name="orientation">
  645. <enum>Qt::Horizontal</enum>
  646. </property>
  647. <property name="tickPosition">
  648. <enum>QSlider::TicksBelow</enum>
  649. </property>
  650. <property name="tickInterval">
  651. <number>1</number>
  652. </property>
  653. </widget>
  654. </item>
  655. <item row="6" column="0">
  656. <widget class="QLabel" name="label_8">
  657. <property name="text">
  658. <string>Acceleration profile:</string>
  659. </property>
  660. </widget>
  661. </item>
  662. <item row="6" column="1">
  663. <widget class="QRadioButton" name="touchFlat">
  664. <property name="text">
  665. <string>Flat</string>
  666. </property>
  667. </widget>
  668. </item>
  669. <item row="7" column="1">
  670. <widget class="QRadioButton" name="touchAdaptive">
  671. <property name="text">
  672. <string>Adaptive</string>
  673. </property>
  674. </widget>
  675. </item>
  676. <item row="8" column="0">
  677. <widget class="QLabel" name="label_9">
  678. <property name="text">
  679. <string>Tapping:</string>
  680. </property>
  681. </widget>
  682. </item>
  683. <item row="8" column="1">
  684. <widget class="QCheckBox" name="tap_click">
  685. <property name="text">
  686. <string>Tap-to-click</string>
  687. </property>
  688. </widget>
  689. </item>
  690. <item row="9" column="1">
  691. <widget class="QCheckBox" name="drag">
  692. <property name="text">
  693. <string>Tap-and-drag</string>
  694. </property>
  695. </widget>
  696. </item>
  697. <item row="10" column="1">
  698. <widget class="QCheckBox" name="drag_lock">
  699. <property name="text">
  700. <string>Tap-and-drag lock</string>
  701. </property>
  702. </widget>
  703. </item>
  704. <item row="11" column="0">
  705. <widget class="QLabel" name="label_10">
  706. <property name="text">
  707. <string>Two-finger tap:</string>
  708. </property>
  709. </widget>
  710. </item>
  711. <item row="11" column="1">
  712. <widget class="QRadioButton" name="lrm">
  713. <property name="text">
  714. <string>Two-type right, three middle</string>
  715. </property>
  716. </widget>
  717. </item>
  718. <item row="12" column="1">
  719. <widget class="QRadioButton" name="lmr">
  720. <property name="text">
  721. <string>Two-tap middle, three right</string>
  722. </property>
  723. </widget>
  724. </item>
  725. <item row="13" column="0">
  726. <widget class="QLabel" name="label_11">
  727. <property name="text">
  728. <string>Scrolling</string>
  729. </property>
  730. </widget>
  731. </item>
  732. <item row="13" column="1">
  733. <widget class="QRadioButton" name="method1">
  734. <property name="text">
  735. <string>Two fingers</string>
  736. </property>
  737. </widget>
  738. </item>
  739. <item row="14" column="1">
  740. <widget class="QRadioButton" name="method2">
  741. <property name="text">
  742. <string>Touchpad edges</string>
  743. </property>
  744. </widget>
  745. </item>
  746. <item row="15" column="1">
  747. <widget class="QRadioButton" name="method3">
  748. <property name="text">
  749. <string>On button down</string>
  750. </property>
  751. </widget>
  752. </item>
  753. <item row="16" column="1">
  754. <widget class="QRadioButton" name="method4">
  755. <property name="text">
  756. <string>No scroll</string>
  757. </property>
  758. </widget>
  759. </item>
  760. <item row="17" column="1">
  761. <widget class="QCheckBox" name="touchNatScroll">
  762. <property name="text">
  763. <string>Invert scroll direction</string>
  764. </property>
  765. </widget>
  766. </item>
  767. <item row="18" column="0">
  768. <widget class="QLabel" name="label_12">
  769. <property name="text">
  770. <string>Scrolling speed:</string>
  771. </property>
  772. </widget>
  773. </item>
  774. <item row="18" column="1">
  775. <widget class="QSlider" name="touchScrollFactor">
  776. <property name="minimum">
  777. <number>1</number>
  778. </property>
  779. <property name="maximum">
  780. <number>100</number>
  781. </property>
  782. <property name="pageStep">
  783. <number>1</number>
  784. </property>
  785. <property name="orientation">
  786. <enum>Qt::Horizontal</enum>
  787. </property>
  788. <property name="tickPosition">
  789. <enum>QSlider::TicksBelow</enum>
  790. </property>
  791. <property name="tickInterval">
  792. <number>9</number>
  793. </property>
  794. </widget>
  795. </item>
  796. <item row="2" column="1">
  797. <widget class="QCheckBox" name="DWTP">
  798. <property name="text">
  799. <string>Disable while trackpointing</string>
  800. </property>
  801. </widget>
  802. </item>
  803. <item row="0" column="0">
  804. <widget class="QLabel" name="touchpadID_label">
  805. <property name="text">
  806. <string>Touchpad identifier:</string>
  807. </property>
  808. </widget>
  809. </item>
  810. <item row="0" column="1">
  811. <widget class="QComboBox" name="touchpadID"/>
  812. </item>
  813. </layout>
  814. </item>
  815. <item>
  816. <spacer name="horizontalSpacer_6">
  817. <property name="orientation">
  818. <enum>Qt::Horizontal</enum>
  819. </property>
  820. <property name="sizeHint" stdset="0">
  821. <size>
  822. <width>40</width>
  823. <height>20</height>
  824. </size>
  825. </property>
  826. </spacer>
  827. </item>
  828. </layout>
  829. </item>
  830. <item>
  831. <spacer name="verticalSpacer_3">
  832. <property name="orientation">
  833. <enum>Qt::Vertical</enum>
  834. </property>
  835. <property name="sizeHint" stdset="0">
  836. <size>
  837. <width>20</width>
  838. <height>40</height>
  839. </size>
  840. </property>
  841. </spacer>
  842. </item>
  843. <item>
  844. <layout class="QHBoxLayout" name="horizontalLayout_7">
  845. <item>
  846. <spacer name="horizontalSpacer_7">
  847. <property name="orientation">
  848. <enum>Qt::Horizontal</enum>
  849. </property>
  850. <property name="sizeHint" stdset="0">
  851. <size>
  852. <width>40</width>
  853. <height>20</height>
  854. </size>
  855. </property>
  856. </spacer>
  857. </item>
  858. <item>
  859. <widget class="QCheckBox" name="TouchPadUseSettings">
  860. <property name="text">
  861. <string>Use this settings</string>
  862. </property>
  863. </widget>
  864. </item>
  865. </layout>
  866. </item>
  867. </layout>
  868. </widget>
  869. </item>
  870. </layout>
  871. </widget>
  872. </widget>
  873. </item>
  874. <item>
  875. <widget class="QDialogButtonBox" name="buttonBox">
  876. <property name="standardButtons">
  877. <set>QDialogButtonBox::Apply|QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::RestoreDefaults</set>
  878. </property>
  879. </widget>
  880. </item>
  881. </layout>
  882. </widget>
  883. </widget>
  884. <resources/>
  885. <connections/>
  886. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement