Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

916 lines
30KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PluginEdit</class>
  4. <widget class="QDialog" name="PluginEdit">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>592</width>
  10. <height>494</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Plugin Editor</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="tabPosition">
  20. <enum>QTabWidget::South</enum>
  21. </property>
  22. <property name="currentIndex">
  23. <number>0</number>
  24. </property>
  25. <widget class="QWidget" name="tabEdit">
  26. <attribute name="title">
  27. <string>Edit</string>
  28. </attribute>
  29. <layout class="QGridLayout" name="gridLayout_2">
  30. <item row="2" column="0">
  31. <widget class="QGroupBox" name="groupBox_3">
  32. <property name="title">
  33. <string>Control</string>
  34. </property>
  35. <layout class="QVBoxLayout" name="verticalLayout_5">
  36. <item>
  37. <layout class="QHBoxLayout" name="horizontalLayout_5">
  38. <item>
  39. <spacer name="horizontalSpacer_5">
  40. <property name="orientation">
  41. <enum>Qt::Horizontal</enum>
  42. </property>
  43. <property name="sizeHint" stdset="0">
  44. <size>
  45. <width>40</width>
  46. <height>20</height>
  47. </size>
  48. </property>
  49. </spacer>
  50. </item>
  51. <item>
  52. <widget class="QLabel" name="label_ctrl_channel">
  53. <property name="text">
  54. <string>MIDI Control Channel:</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QSpinBox" name="sb_ctrl_channel">
  60. <property name="contextMenuPolicy">
  61. <enum>Qt::CustomContextMenu</enum>
  62. </property>
  63. <property name="alignment">
  64. <set>Qt::AlignCenter</set>
  65. </property>
  66. <property name="specialValueText">
  67. <string>N</string>
  68. </property>
  69. <property name="minimum">
  70. <number>0</number>
  71. </property>
  72. <property name="maximum">
  73. <number>16</number>
  74. </property>
  75. <property name="value">
  76. <number>0</number>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <spacer name="horizontalSpacer_3">
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. <property name="sizeHint" stdset="0">
  86. <size>
  87. <width>40</width>
  88. <height>20</height>
  89. </size>
  90. </property>
  91. </spacer>
  92. </item>
  93. </layout>
  94. </item>
  95. <item>
  96. <layout class="QHBoxLayout" name="horizontalLayout_8">
  97. <item>
  98. <spacer name="horizontalSpacer_6">
  99. <property name="orientation">
  100. <enum>Qt::Horizontal</enum>
  101. </property>
  102. <property name="sizeHint" stdset="0">
  103. <size>
  104. <width>10</width>
  105. <height>10</height>
  106. </size>
  107. </property>
  108. </spacer>
  109. </item>
  110. <item>
  111. <widget class="PixmapDial" name="dial_vol">
  112. <property name="minimumSize">
  113. <size>
  114. <width>34</width>
  115. <height>34</height>
  116. </size>
  117. </property>
  118. <property name="maximumSize">
  119. <size>
  120. <width>34</width>
  121. <height>34</height>
  122. </size>
  123. </property>
  124. <property name="contextMenuPolicy">
  125. <enum>Qt::CustomContextMenu</enum>
  126. </property>
  127. <property name="statusTip">
  128. <string>Output volume (100%)</string>
  129. </property>
  130. <property name="maximum">
  131. <number>1270</number>
  132. </property>
  133. <property name="value">
  134. <number>1000</number>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <widget class="PixmapDial" name="dial_drywet">
  140. <property name="minimumSize">
  141. <size>
  142. <width>34</width>
  143. <height>34</height>
  144. </size>
  145. </property>
  146. <property name="maximumSize">
  147. <size>
  148. <width>34</width>
  149. <height>34</height>
  150. </size>
  151. </property>
  152. <property name="contextMenuPolicy">
  153. <enum>Qt::CustomContextMenu</enum>
  154. </property>
  155. <property name="statusTip">
  156. <string>Output dry/wet (100%)</string>
  157. </property>
  158. <property name="maximum">
  159. <number>1000</number>
  160. </property>
  161. <property name="value">
  162. <number>1000</number>
  163. </property>
  164. </widget>
  165. </item>
  166. <item>
  167. <widget class="QStackedWidget" name="stackedWidget">
  168. <property name="maximumSize">
  169. <size>
  170. <width>16777215</width>
  171. <height>42</height>
  172. </size>
  173. </property>
  174. <property name="lineWidth">
  175. <number>0</number>
  176. </property>
  177. <property name="currentIndex">
  178. <number>0</number>
  179. </property>
  180. <widget class="QWidget" name="page_bal">
  181. <layout class="QHBoxLayout" name="horizontalLayout_6">
  182. <property name="spacing">
  183. <number>0</number>
  184. </property>
  185. <property name="margin">
  186. <number>0</number>
  187. </property>
  188. <item>
  189. <widget class="PixmapDial" name="dial_b_left">
  190. <property name="minimumSize">
  191. <size>
  192. <width>26</width>
  193. <height>26</height>
  194. </size>
  195. </property>
  196. <property name="maximumSize">
  197. <size>
  198. <width>26</width>
  199. <height>26</height>
  200. </size>
  201. </property>
  202. <property name="contextMenuPolicy">
  203. <enum>Qt::CustomContextMenu</enum>
  204. </property>
  205. <property name="statusTip">
  206. <string>Balance Left (0%)</string>
  207. </property>
  208. <property name="minimum">
  209. <number>-1000</number>
  210. </property>
  211. <property name="maximum">
  212. <number>1000</number>
  213. </property>
  214. <property name="value">
  215. <number>-1000</number>
  216. </property>
  217. </widget>
  218. </item>
  219. <item>
  220. <widget class="PixmapDial" name="dial_b_right">
  221. <property name="minimumSize">
  222. <size>
  223. <width>26</width>
  224. <height>26</height>
  225. </size>
  226. </property>
  227. <property name="maximumSize">
  228. <size>
  229. <width>26</width>
  230. <height>26</height>
  231. </size>
  232. </property>
  233. <property name="contextMenuPolicy">
  234. <enum>Qt::CustomContextMenu</enum>
  235. </property>
  236. <property name="statusTip">
  237. <string>Balance Right (0%)</string>
  238. </property>
  239. <property name="minimum">
  240. <number>-1000</number>
  241. </property>
  242. <property name="maximum">
  243. <number>1000</number>
  244. </property>
  245. <property name="value">
  246. <number>1000</number>
  247. </property>
  248. </widget>
  249. </item>
  250. </layout>
  251. </widget>
  252. <widget class="QWidget" name="page_pan">
  253. <layout class="QHBoxLayout" name="horizontalLayout_7">
  254. <property name="spacing">
  255. <number>0</number>
  256. </property>
  257. <property name="margin">
  258. <number>0</number>
  259. </property>
  260. <item>
  261. <widget class="PixmapDial" name="dial_pan">
  262. <property name="minimumSize">
  263. <size>
  264. <width>26</width>
  265. <height>26</height>
  266. </size>
  267. </property>
  268. <property name="maximumSize">
  269. <size>
  270. <width>26</width>
  271. <height>26</height>
  272. </size>
  273. </property>
  274. <property name="contextMenuPolicy">
  275. <enum>Qt::CustomContextMenu</enum>
  276. </property>
  277. <property name="statusTip">
  278. <string>Balance Right (0%)</string>
  279. </property>
  280. <property name="minimum">
  281. <number>-1000</number>
  282. </property>
  283. <property name="maximum">
  284. <number>1000</number>
  285. </property>
  286. <property name="value">
  287. <number>0</number>
  288. </property>
  289. </widget>
  290. </item>
  291. </layout>
  292. </widget>
  293. </widget>
  294. </item>
  295. <item>
  296. <layout class="QVBoxLayout" name="verticalLayout_2">
  297. <property name="spacing">
  298. <number>0</number>
  299. </property>
  300. <item>
  301. <widget class="QRadioButton" name="radioButton">
  302. <property name="text">
  303. <string>Use Balance</string>
  304. </property>
  305. <property name="checked">
  306. <bool>true</bool>
  307. </property>
  308. </widget>
  309. </item>
  310. <item>
  311. <widget class="QRadioButton" name="radioButton_2">
  312. <property name="text">
  313. <string>Use Panning</string>
  314. </property>
  315. </widget>
  316. </item>
  317. </layout>
  318. </item>
  319. <item>
  320. <spacer name="horizontalSpacer_4">
  321. <property name="orientation">
  322. <enum>Qt::Horizontal</enum>
  323. </property>
  324. <property name="sizeHint" stdset="0">
  325. <size>
  326. <width>10</width>
  327. <height>10</height>
  328. </size>
  329. </property>
  330. </spacer>
  331. </item>
  332. </layout>
  333. </item>
  334. </layout>
  335. </widget>
  336. </item>
  337. <item row="1" column="1" rowspan="2">
  338. <widget class="QGroupBox" name="groupBox">
  339. <property name="sizePolicy">
  340. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  341. <horstretch>0</horstretch>
  342. <verstretch>0</verstretch>
  343. </sizepolicy>
  344. </property>
  345. <property name="title">
  346. <string>Settings</string>
  347. </property>
  348. <layout class="QVBoxLayout" name="verticalLayout_4">
  349. <item>
  350. <widget class="QCheckBox" name="ch_use_chunks">
  351. <property name="text">
  352. <string>Use Chunks</string>
  353. </property>
  354. </widget>
  355. </item>
  356. <item>
  357. <widget class="Line" name="line_2">
  358. <property name="lineWidth">
  359. <number>0</number>
  360. </property>
  361. <property name="midLineWidth">
  362. <number>1</number>
  363. </property>
  364. <property name="orientation">
  365. <enum>Qt::Horizontal</enum>
  366. </property>
  367. </widget>
  368. </item>
  369. <item>
  370. <widget class="QLabel" name="label">
  371. <property name="font">
  372. <font>
  373. <weight>75</weight>
  374. <bold>true</bold>
  375. </font>
  376. </property>
  377. <property name="text">
  378. <string> Audio:</string>
  379. </property>
  380. </widget>
  381. </item>
  382. <item>
  383. <widget class="QCheckBox" name="ch_fixed_buffer">
  384. <property name="text">
  385. <string>Fixed-size buffer</string>
  386. </property>
  387. </widget>
  388. </item>
  389. <item>
  390. <widget class="QCheckBox" name="ch_force_stereo">
  391. <property name="text">
  392. <string>Force stereo (needs restart)</string>
  393. </property>
  394. </widget>
  395. </item>
  396. <item>
  397. <widget class="Line" name="line">
  398. <property name="lineWidth">
  399. <number>0</number>
  400. </property>
  401. <property name="midLineWidth">
  402. <number>1</number>
  403. </property>
  404. <property name="orientation">
  405. <enum>Qt::Horizontal</enum>
  406. </property>
  407. </widget>
  408. </item>
  409. <item>
  410. <widget class="QLabel" name="label_2">
  411. <property name="font">
  412. <font>
  413. <weight>75</weight>
  414. <bold>true</bold>
  415. </font>
  416. </property>
  417. <property name="text">
  418. <string> MIDI:</string>
  419. </property>
  420. </widget>
  421. </item>
  422. <item>
  423. <widget class="QCheckBox" name="ch_map_program_changes">
  424. <property name="text">
  425. <string>Map Program changes</string>
  426. </property>
  427. </widget>
  428. </item>
  429. <item>
  430. <widget class="QCheckBox" name="ch_send_control_changes">
  431. <property name="text">
  432. <string>Send Control Changes</string>
  433. </property>
  434. </widget>
  435. </item>
  436. <item>
  437. <widget class="QCheckBox" name="ch_send_channel_pressure">
  438. <property name="text">
  439. <string>Send Channel Pressure</string>
  440. </property>
  441. </widget>
  442. </item>
  443. <item>
  444. <widget class="QCheckBox" name="ch_send_note_aftertouch">
  445. <property name="text">
  446. <string>Send Note Aftertouch</string>
  447. </property>
  448. </widget>
  449. </item>
  450. <item>
  451. <widget class="QCheckBox" name="ch_send_pitchbend">
  452. <property name="text">
  453. <string>Send Pitchbend</string>
  454. </property>
  455. </widget>
  456. </item>
  457. <item>
  458. <widget class="QCheckBox" name="ch_send_all_sound_off">
  459. <property name="text">
  460. <string>Send All Sound/Notes Off</string>
  461. </property>
  462. </widget>
  463. </item>
  464. </layout>
  465. </widget>
  466. </item>
  467. <item row="0" column="0" colspan="2">
  468. <layout class="QHBoxLayout" name="horizontalLayout">
  469. <item>
  470. <spacer name="horizontalSpacer">
  471. <property name="orientation">
  472. <enum>Qt::Horizontal</enum>
  473. </property>
  474. <property name="sizeType">
  475. <enum>QSizePolicy::Fixed</enum>
  476. </property>
  477. <property name="sizeHint" stdset="0">
  478. <size>
  479. <width>10</width>
  480. <height>20</height>
  481. </size>
  482. </property>
  483. </spacer>
  484. </item>
  485. <item>
  486. <widget class="QLabel" name="label_plugin">
  487. <property name="font">
  488. <font>
  489. <pointsize>11</pointsize>
  490. <weight>75</weight>
  491. <bold>true</bold>
  492. </font>
  493. </property>
  494. <property name="text">
  495. <string>
  496. Plugin Name
  497. </string>
  498. </property>
  499. <property name="alignment">
  500. <set>Qt::AlignCenter</set>
  501. </property>
  502. <property name="wordWrap">
  503. <bool>true</bool>
  504. </property>
  505. </widget>
  506. </item>
  507. <item>
  508. <spacer name="horizontalSpacer_2">
  509. <property name="orientation">
  510. <enum>Qt::Horizontal</enum>
  511. </property>
  512. <property name="sizeType">
  513. <enum>QSizePolicy::Fixed</enum>
  514. </property>
  515. <property name="sizeHint" stdset="0">
  516. <size>
  517. <width>10</width>
  518. <height>20</height>
  519. </size>
  520. </property>
  521. </spacer>
  522. </item>
  523. <item>
  524. <layout class="QGridLayout" name="gridLayout">
  525. <item row="1" column="0">
  526. <widget class="QPushButton" name="b_save_state">
  527. <property name="focusPolicy">
  528. <enum>Qt::NoFocus</enum>
  529. </property>
  530. <property name="text">
  531. <string>Save State</string>
  532. </property>
  533. <property name="icon">
  534. <iconset resource="../resources.qrc">
  535. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  536. </property>
  537. </widget>
  538. </item>
  539. <item row="1" column="1">
  540. <widget class="QPushButton" name="b_load_state">
  541. <property name="focusPolicy">
  542. <enum>Qt::NoFocus</enum>
  543. </property>
  544. <property name="text">
  545. <string>Load State</string>
  546. </property>
  547. <property name="icon">
  548. <iconset resource="../resources.qrc">
  549. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  550. </property>
  551. </widget>
  552. </item>
  553. <item row="0" column="0" colspan="2">
  554. <widget class="QStackedWidget" name="sw_programs">
  555. <property name="sizePolicy">
  556. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  557. <horstretch>0</horstretch>
  558. <verstretch>0</verstretch>
  559. </sizepolicy>
  560. </property>
  561. <property name="lineWidth">
  562. <number>0</number>
  563. </property>
  564. <property name="currentIndex">
  565. <number>1</number>
  566. </property>
  567. <widget class="QWidget" name="sww_programs">
  568. <layout class="QHBoxLayout" name="horizontalLayout_3">
  569. <item>
  570. <widget class="QLabel" name="label_programs">
  571. <property name="sizePolicy">
  572. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  573. <horstretch>0</horstretch>
  574. <verstretch>0</verstretch>
  575. </sizepolicy>
  576. </property>
  577. <property name="text">
  578. <string>Program:</string>
  579. </property>
  580. </widget>
  581. </item>
  582. <item>
  583. <widget class="QComboBox" name="cb_programs">
  584. <property name="minimumSize">
  585. <size>
  586. <width>150</width>
  587. <height>0</height>
  588. </size>
  589. </property>
  590. </widget>
  591. </item>
  592. </layout>
  593. </widget>
  594. <widget class="QWidget" name="sww_midiPrograms">
  595. <layout class="QHBoxLayout" name="horizontalLayout_4">
  596. <item>
  597. <widget class="QLabel" name="label_midi_programs">
  598. <property name="sizePolicy">
  599. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  600. <horstretch>0</horstretch>
  601. <verstretch>0</verstretch>
  602. </sizepolicy>
  603. </property>
  604. <property name="text">
  605. <string>MIDI Program:</string>
  606. </property>
  607. </widget>
  608. </item>
  609. <item>
  610. <widget class="QComboBox" name="cb_midi_programs">
  611. <property name="minimumSize">
  612. <size>
  613. <width>150</width>
  614. <height>0</height>
  615. </size>
  616. </property>
  617. </widget>
  618. </item>
  619. </layout>
  620. </widget>
  621. </widget>
  622. </item>
  623. </layout>
  624. </item>
  625. </layout>
  626. </item>
  627. <item row="1" column="0">
  628. <widget class="QGroupBox" name="groupBox_2">
  629. <property name="sizePolicy">
  630. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  631. <horstretch>0</horstretch>
  632. <verstretch>0</verstretch>
  633. </sizepolicy>
  634. </property>
  635. <property name="title">
  636. <string>Information</string>
  637. </property>
  638. <layout class="QVBoxLayout" name="verticalLayout_3">
  639. <item>
  640. <layout class="QGridLayout" name="gridLayout_3">
  641. <item row="3" column="1">
  642. <widget class="QLineEdit" name="le_maker">
  643. <property name="inputMask">
  644. <string notr="true"/>
  645. </property>
  646. <property name="text">
  647. <string notr="true"/>
  648. </property>
  649. <property name="frame">
  650. <bool>false</bool>
  651. </property>
  652. <property name="readOnly">
  653. <bool>true</bool>
  654. </property>
  655. </widget>
  656. </item>
  657. <item row="2" column="0">
  658. <widget class="QLabel" name="label_label">
  659. <property name="text">
  660. <string>Label/URI:</string>
  661. </property>
  662. <property name="alignment">
  663. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  664. </property>
  665. </widget>
  666. </item>
  667. <item row="1" column="0">
  668. <widget class="QLabel" name="label_name">
  669. <property name="text">
  670. <string>Name:</string>
  671. </property>
  672. <property name="alignment">
  673. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  674. </property>
  675. </widget>
  676. </item>
  677. <item row="1" column="1">
  678. <widget class="QLineEdit" name="le_name">
  679. <property name="inputMask">
  680. <string notr="true"/>
  681. </property>
  682. <property name="text">
  683. <string notr="true"/>
  684. </property>
  685. <property name="frame">
  686. <bool>false</bool>
  687. </property>
  688. <property name="readOnly">
  689. <bool>true</bool>
  690. </property>
  691. </widget>
  692. </item>
  693. <item row="2" column="1">
  694. <widget class="QLineEdit" name="le_label">
  695. <property name="inputMask">
  696. <string notr="true"/>
  697. </property>
  698. <property name="text">
  699. <string notr="true"/>
  700. </property>
  701. <property name="frame">
  702. <bool>false</bool>
  703. </property>
  704. <property name="readOnly">
  705. <bool>true</bool>
  706. </property>
  707. </widget>
  708. </item>
  709. <item row="0" column="1">
  710. <widget class="QLineEdit" name="le_type">
  711. <property name="inputMask">
  712. <string notr="true"/>
  713. </property>
  714. <property name="text">
  715. <string notr="true"/>
  716. </property>
  717. <property name="frame">
  718. <bool>false</bool>
  719. </property>
  720. <property name="readOnly">
  721. <bool>true</bool>
  722. </property>
  723. </widget>
  724. </item>
  725. <item row="4" column="1">
  726. <widget class="QLineEdit" name="le_copyright">
  727. <property name="inputMask">
  728. <string notr="true"/>
  729. </property>
  730. <property name="text">
  731. <string notr="true"/>
  732. </property>
  733. <property name="frame">
  734. <bool>false</bool>
  735. </property>
  736. <property name="readOnly">
  737. <bool>true</bool>
  738. </property>
  739. </widget>
  740. </item>
  741. <item row="5" column="1">
  742. <widget class="QLineEdit" name="le_unique_id">
  743. <property name="inputMask">
  744. <string notr="true"/>
  745. </property>
  746. <property name="text">
  747. <string notr="true"/>
  748. </property>
  749. <property name="frame">
  750. <bool>false</bool>
  751. </property>
  752. <property name="readOnly">
  753. <bool>true</bool>
  754. </property>
  755. </widget>
  756. </item>
  757. <item row="0" column="0">
  758. <widget class="QLabel" name="label_type">
  759. <property name="text">
  760. <string>Type:</string>
  761. </property>
  762. <property name="alignment">
  763. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  764. </property>
  765. </widget>
  766. </item>
  767. <item row="3" column="0">
  768. <widget class="QLabel" name="label_maker">
  769. <property name="text">
  770. <string>Maker:</string>
  771. </property>
  772. <property name="alignment">
  773. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  774. </property>
  775. </widget>
  776. </item>
  777. <item row="4" column="0">
  778. <widget class="QLabel" name="label_copyright">
  779. <property name="text">
  780. <string>Copyright:</string>
  781. </property>
  782. <property name="alignment">
  783. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  784. </property>
  785. </widget>
  786. </item>
  787. <item row="5" column="0">
  788. <widget class="QLabel" name="label_unique_id">
  789. <property name="text">
  790. <string>Unique ID:</string>
  791. </property>
  792. <property name="alignment">
  793. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  794. </property>
  795. </widget>
  796. </item>
  797. </layout>
  798. </item>
  799. </layout>
  800. </widget>
  801. </item>
  802. <item row="3" column="0" colspan="2">
  803. <spacer name="verticalSpacer">
  804. <property name="orientation">
  805. <enum>Qt::Vertical</enum>
  806. </property>
  807. <property name="sizeHint" stdset="0">
  808. <size>
  809. <width>20</width>
  810. <height>40</height>
  811. </size>
  812. </property>
  813. </spacer>
  814. </item>
  815. </layout>
  816. </widget>
  817. </widget>
  818. </item>
  819. <item>
  820. <widget class="QScrollArea" name="scrollArea">
  821. <property name="sizePolicy">
  822. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  823. <horstretch>0</horstretch>
  824. <verstretch>0</verstretch>
  825. </sizepolicy>
  826. </property>
  827. <property name="verticalScrollBarPolicy">
  828. <enum>Qt::ScrollBarAlwaysOff</enum>
  829. </property>
  830. <property name="horizontalScrollBarPolicy">
  831. <enum>Qt::ScrollBarAlwaysOn</enum>
  832. </property>
  833. <property name="alignment">
  834. <set>Qt::AlignCenter</set>
  835. </property>
  836. <widget class="QWidget" name="scrollAreaWidgetContents">
  837. <property name="geometry">
  838. <rect>
  839. <x>0</x>
  840. <y>0</y>
  841. <width>1440</width>
  842. <height>64</height>
  843. </rect>
  844. </property>
  845. <property name="sizePolicy">
  846. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  847. <horstretch>0</horstretch>
  848. <verstretch>0</verstretch>
  849. </sizepolicy>
  850. </property>
  851. <property name="minimumSize">
  852. <size>
  853. <width>1440</width>
  854. <height>64</height>
  855. </size>
  856. </property>
  857. <property name="maximumSize">
  858. <size>
  859. <width>1440</width>
  860. <height>64</height>
  861. </size>
  862. </property>
  863. <layout class="QHBoxLayout" name="horizontalLayout_2">
  864. <property name="spacing">
  865. <number>0</number>
  866. </property>
  867. <property name="margin">
  868. <number>0</number>
  869. </property>
  870. <item>
  871. <widget class="PixmapKeyboard" name="keyboard" native="true">
  872. <property name="sizePolicy">
  873. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  874. <horstretch>0</horstretch>
  875. <verstretch>0</verstretch>
  876. </sizepolicy>
  877. </property>
  878. <property name="minimumSize">
  879. <size>
  880. <width>1440</width>
  881. <height>64</height>
  882. </size>
  883. </property>
  884. <property name="maximumSize">
  885. <size>
  886. <width>1440</width>
  887. <height>64</height>
  888. </size>
  889. </property>
  890. </widget>
  891. </item>
  892. </layout>
  893. </widget>
  894. </widget>
  895. </item>
  896. </layout>
  897. </widget>
  898. <customwidgets>
  899. <customwidget>
  900. <class>PixmapKeyboard</class>
  901. <extends>QWidget</extends>
  902. <header>pixmapkeyboard.h</header>
  903. <container>1</container>
  904. </customwidget>
  905. <customwidget>
  906. <class>PixmapDial</class>
  907. <extends>QDial</extends>
  908. <header>pixmapdial.h</header>
  909. </customwidget>
  910. </customwidgets>
  911. <resources>
  912. <include location="../resources.qrc"/>
  913. </resources>
  914. <connections/>
  915. </ui>