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.

carla_edit.ui 26KB

12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
12 years ago
11 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
  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>509</width>
  10. <height>443</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_drywet">
  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 dry/wet (100%)</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <widget class="PixmapDial" name="dial_vol">
  134. <property name="minimumSize">
  135. <size>
  136. <width>34</width>
  137. <height>34</height>
  138. </size>
  139. </property>
  140. <property name="maximumSize">
  141. <size>
  142. <width>34</width>
  143. <height>34</height>
  144. </size>
  145. </property>
  146. <property name="contextMenuPolicy">
  147. <enum>Qt::CustomContextMenu</enum>
  148. </property>
  149. <property name="statusTip">
  150. <string>Output volume (100%)</string>
  151. </property>
  152. </widget>
  153. </item>
  154. <item>
  155. <widget class="QStackedWidget" name="stackedWidget">
  156. <property name="maximumSize">
  157. <size>
  158. <width>16777215</width>
  159. <height>42</height>
  160. </size>
  161. </property>
  162. <property name="lineWidth">
  163. <number>0</number>
  164. </property>
  165. <property name="currentIndex">
  166. <number>0</number>
  167. </property>
  168. <widget class="QWidget" name="page_bal">
  169. <layout class="QHBoxLayout" name="horizontalLayout_6">
  170. <property name="spacing">
  171. <number>0</number>
  172. </property>
  173. <property name="margin">
  174. <number>0</number>
  175. </property>
  176. <item>
  177. <widget class="PixmapDial" name="dial_b_left">
  178. <property name="minimumSize">
  179. <size>
  180. <width>26</width>
  181. <height>26</height>
  182. </size>
  183. </property>
  184. <property name="maximumSize">
  185. <size>
  186. <width>26</width>
  187. <height>26</height>
  188. </size>
  189. </property>
  190. <property name="contextMenuPolicy">
  191. <enum>Qt::CustomContextMenu</enum>
  192. </property>
  193. <property name="statusTip">
  194. <string>Balance Left (0%)</string>
  195. </property>
  196. </widget>
  197. </item>
  198. <item>
  199. <widget class="PixmapDial" name="dial_b_right">
  200. <property name="minimumSize">
  201. <size>
  202. <width>26</width>
  203. <height>26</height>
  204. </size>
  205. </property>
  206. <property name="maximumSize">
  207. <size>
  208. <width>26</width>
  209. <height>26</height>
  210. </size>
  211. </property>
  212. <property name="contextMenuPolicy">
  213. <enum>Qt::CustomContextMenu</enum>
  214. </property>
  215. <property name="statusTip">
  216. <string>Balance Right (0%)</string>
  217. </property>
  218. </widget>
  219. </item>
  220. </layout>
  221. </widget>
  222. <widget class="QWidget" name="page_pan">
  223. <layout class="QHBoxLayout" name="horizontalLayout_7">
  224. <property name="spacing">
  225. <number>0</number>
  226. </property>
  227. <property name="margin">
  228. <number>0</number>
  229. </property>
  230. <item>
  231. <widget class="PixmapDial" name="dial_pan">
  232. <property name="minimumSize">
  233. <size>
  234. <width>26</width>
  235. <height>26</height>
  236. </size>
  237. </property>
  238. <property name="maximumSize">
  239. <size>
  240. <width>26</width>
  241. <height>26</height>
  242. </size>
  243. </property>
  244. <property name="contextMenuPolicy">
  245. <enum>Qt::CustomContextMenu</enum>
  246. </property>
  247. <property name="statusTip">
  248. <string>Balance Right (0%)</string>
  249. </property>
  250. </widget>
  251. </item>
  252. </layout>
  253. </widget>
  254. </widget>
  255. </item>
  256. <item>
  257. <layout class="QVBoxLayout" name="verticalLayout_2">
  258. <property name="spacing">
  259. <number>0</number>
  260. </property>
  261. <item>
  262. <widget class="QRadioButton" name="rb_balance">
  263. <property name="text">
  264. <string>Use Balance</string>
  265. </property>
  266. <property name="checked">
  267. <bool>true</bool>
  268. </property>
  269. </widget>
  270. </item>
  271. <item>
  272. <widget class="QRadioButton" name="rb_pan">
  273. <property name="text">
  274. <string>Use Panning</string>
  275. </property>
  276. </widget>
  277. </item>
  278. </layout>
  279. </item>
  280. <item>
  281. <spacer name="horizontalSpacer_4">
  282. <property name="orientation">
  283. <enum>Qt::Horizontal</enum>
  284. </property>
  285. <property name="sizeHint" stdset="0">
  286. <size>
  287. <width>10</width>
  288. <height>10</height>
  289. </size>
  290. </property>
  291. </spacer>
  292. </item>
  293. </layout>
  294. </item>
  295. </layout>
  296. </widget>
  297. </item>
  298. <item row="1" column="1" rowspan="2">
  299. <widget class="QGroupBox" name="groupBox">
  300. <property name="sizePolicy">
  301. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  302. <horstretch>0</horstretch>
  303. <verstretch>0</verstretch>
  304. </sizepolicy>
  305. </property>
  306. <property name="title">
  307. <string>Settings</string>
  308. </property>
  309. <layout class="QVBoxLayout" name="verticalLayout_4">
  310. <item>
  311. <widget class="QCheckBox" name="ch_use_chunks">
  312. <property name="text">
  313. <string>Use Chunks</string>
  314. </property>
  315. </widget>
  316. </item>
  317. <item>
  318. <widget class="Line" name="line_2">
  319. <property name="lineWidth">
  320. <number>0</number>
  321. </property>
  322. <property name="midLineWidth">
  323. <number>1</number>
  324. </property>
  325. <property name="orientation">
  326. <enum>Qt::Horizontal</enum>
  327. </property>
  328. </widget>
  329. </item>
  330. <item>
  331. <widget class="QLabel" name="label">
  332. <property name="font">
  333. <font>
  334. <weight>75</weight>
  335. <bold>true</bold>
  336. </font>
  337. </property>
  338. <property name="text">
  339. <string> Audio:</string>
  340. </property>
  341. </widget>
  342. </item>
  343. <item>
  344. <widget class="QCheckBox" name="ch_fixed_buffer">
  345. <property name="text">
  346. <string>Fixed-Size Buffer</string>
  347. </property>
  348. </widget>
  349. </item>
  350. <item>
  351. <widget class="QCheckBox" name="ch_force_stereo">
  352. <property name="text">
  353. <string>Force Stereo (needs reload)</string>
  354. </property>
  355. </widget>
  356. </item>
  357. <item>
  358. <widget class="Line" name="line">
  359. <property name="lineWidth">
  360. <number>0</number>
  361. </property>
  362. <property name="midLineWidth">
  363. <number>1</number>
  364. </property>
  365. <property name="orientation">
  366. <enum>Qt::Horizontal</enum>
  367. </property>
  368. </widget>
  369. </item>
  370. <item>
  371. <widget class="QLabel" name="label_2">
  372. <property name="font">
  373. <font>
  374. <weight>75</weight>
  375. <bold>true</bold>
  376. </font>
  377. </property>
  378. <property name="text">
  379. <string> MIDI:</string>
  380. </property>
  381. </widget>
  382. </item>
  383. <item>
  384. <widget class="QCheckBox" name="ch_map_program_changes">
  385. <property name="text">
  386. <string>Map Program Changes</string>
  387. </property>
  388. </widget>
  389. </item>
  390. <item>
  391. <widget class="QCheckBox" name="ch_send_program_changes">
  392. <property name="text">
  393. <string>Send Bank/Program Changes</string>
  394. </property>
  395. </widget>
  396. </item>
  397. <item>
  398. <widget class="QCheckBox" name="ch_send_control_changes">
  399. <property name="text">
  400. <string>Send Control Changes</string>
  401. </property>
  402. </widget>
  403. </item>
  404. <item>
  405. <widget class="QCheckBox" name="ch_send_channel_pressure">
  406. <property name="text">
  407. <string>Send Channel Pressure</string>
  408. </property>
  409. </widget>
  410. </item>
  411. <item>
  412. <widget class="QCheckBox" name="ch_send_note_aftertouch">
  413. <property name="text">
  414. <string>Send Note Aftertouch</string>
  415. </property>
  416. </widget>
  417. </item>
  418. <item>
  419. <widget class="QCheckBox" name="ch_send_pitchbend">
  420. <property name="text">
  421. <string>Send Pitchbend</string>
  422. </property>
  423. </widget>
  424. </item>
  425. <item>
  426. <widget class="QCheckBox" name="ch_send_all_sound_off">
  427. <property name="text">
  428. <string>Send All Sound/Notes Off</string>
  429. </property>
  430. </widget>
  431. </item>
  432. </layout>
  433. </widget>
  434. </item>
  435. <item row="0" column="0" colspan="2">
  436. <layout class="QHBoxLayout" name="horizontalLayout">
  437. <item>
  438. <spacer name="horizontalSpacer">
  439. <property name="orientation">
  440. <enum>Qt::Horizontal</enum>
  441. </property>
  442. <property name="sizeType">
  443. <enum>QSizePolicy::Fixed</enum>
  444. </property>
  445. <property name="sizeHint" stdset="0">
  446. <size>
  447. <width>10</width>
  448. <height>20</height>
  449. </size>
  450. </property>
  451. </spacer>
  452. </item>
  453. <item>
  454. <widget class="QLabel" name="label_plugin">
  455. <property name="text">
  456. <string>
  457. Plugin Name
  458. </string>
  459. </property>
  460. <property name="alignment">
  461. <set>Qt::AlignCenter</set>
  462. </property>
  463. <property name="wordWrap">
  464. <bool>true</bool>
  465. </property>
  466. </widget>
  467. </item>
  468. <item>
  469. <spacer name="horizontalSpacer_2">
  470. <property name="orientation">
  471. <enum>Qt::Horizontal</enum>
  472. </property>
  473. <property name="sizeType">
  474. <enum>QSizePolicy::Fixed</enum>
  475. </property>
  476. <property name="sizeHint" stdset="0">
  477. <size>
  478. <width>10</width>
  479. <height>20</height>
  480. </size>
  481. </property>
  482. </spacer>
  483. </item>
  484. <item>
  485. <layout class="QGridLayout" name="gridLayout">
  486. <item row="1" column="0">
  487. <widget class="QPushButton" name="b_save_state">
  488. <property name="focusPolicy">
  489. <enum>Qt::NoFocus</enum>
  490. </property>
  491. <property name="text">
  492. <string>Save State</string>
  493. </property>
  494. <property name="icon">
  495. <iconset resource="../resources.qrc">
  496. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  497. </property>
  498. </widget>
  499. </item>
  500. <item row="1" column="1">
  501. <widget class="QPushButton" name="b_load_state">
  502. <property name="focusPolicy">
  503. <enum>Qt::NoFocus</enum>
  504. </property>
  505. <property name="text">
  506. <string>Load State</string>
  507. </property>
  508. <property name="icon">
  509. <iconset resource="../resources.qrc">
  510. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  511. </property>
  512. </widget>
  513. </item>
  514. <item row="0" column="0" colspan="2">
  515. <widget class="QStackedWidget" name="sw_programs">
  516. <property name="sizePolicy">
  517. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  518. <horstretch>0</horstretch>
  519. <verstretch>0</verstretch>
  520. </sizepolicy>
  521. </property>
  522. <property name="lineWidth">
  523. <number>0</number>
  524. </property>
  525. <property name="currentIndex">
  526. <number>1</number>
  527. </property>
  528. <widget class="QWidget" name="sww_programs">
  529. <layout class="QHBoxLayout" name="horizontalLayout_3">
  530. <item>
  531. <widget class="QLabel" name="label_programs">
  532. <property name="sizePolicy">
  533. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  534. <horstretch>0</horstretch>
  535. <verstretch>0</verstretch>
  536. </sizepolicy>
  537. </property>
  538. <property name="text">
  539. <string>Program:</string>
  540. </property>
  541. </widget>
  542. </item>
  543. <item>
  544. <widget class="QComboBox" name="cb_programs">
  545. <property name="minimumSize">
  546. <size>
  547. <width>150</width>
  548. <height>0</height>
  549. </size>
  550. </property>
  551. </widget>
  552. </item>
  553. </layout>
  554. </widget>
  555. <widget class="QWidget" name="sww_midiPrograms">
  556. <layout class="QHBoxLayout" name="horizontalLayout_4">
  557. <item>
  558. <widget class="QLabel" name="label_midi_programs">
  559. <property name="sizePolicy">
  560. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  561. <horstretch>0</horstretch>
  562. <verstretch>0</verstretch>
  563. </sizepolicy>
  564. </property>
  565. <property name="text">
  566. <string>MIDI Program:</string>
  567. </property>
  568. </widget>
  569. </item>
  570. <item>
  571. <widget class="QComboBox" name="cb_midi_programs">
  572. <property name="minimumSize">
  573. <size>
  574. <width>150</width>
  575. <height>0</height>
  576. </size>
  577. </property>
  578. </widget>
  579. </item>
  580. </layout>
  581. </widget>
  582. </widget>
  583. </item>
  584. </layout>
  585. </item>
  586. </layout>
  587. </item>
  588. <item row="1" column="0">
  589. <widget class="QGroupBox" name="groupBox_2">
  590. <property name="sizePolicy">
  591. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  592. <horstretch>0</horstretch>
  593. <verstretch>0</verstretch>
  594. </sizepolicy>
  595. </property>
  596. <property name="title">
  597. <string>Information</string>
  598. </property>
  599. <layout class="QVBoxLayout" name="verticalLayout_3">
  600. <item>
  601. <layout class="QGridLayout" name="gridLayout_3">
  602. <item row="3" column="1">
  603. <widget class="QLineEdit" name="le_maker">
  604. <property name="inputMask">
  605. <string notr="true"/>
  606. </property>
  607. <property name="text">
  608. <string notr="true"/>
  609. </property>
  610. <property name="frame">
  611. <bool>false</bool>
  612. </property>
  613. <property name="readOnly">
  614. <bool>true</bool>
  615. </property>
  616. </widget>
  617. </item>
  618. <item row="2" column="0">
  619. <widget class="QLabel" name="label_label">
  620. <property name="text">
  621. <string>Label/URI:</string>
  622. </property>
  623. <property name="alignment">
  624. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  625. </property>
  626. </widget>
  627. </item>
  628. <item row="1" column="0">
  629. <widget class="QLabel" name="label_name">
  630. <property name="text">
  631. <string>Name:</string>
  632. </property>
  633. <property name="alignment">
  634. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  635. </property>
  636. </widget>
  637. </item>
  638. <item row="1" column="1">
  639. <widget class="QLineEdit" name="le_name">
  640. <property name="inputMask">
  641. <string notr="true"/>
  642. </property>
  643. <property name="text">
  644. <string notr="true"/>
  645. </property>
  646. <property name="frame">
  647. <bool>false</bool>
  648. </property>
  649. <property name="readOnly">
  650. <bool>true</bool>
  651. </property>
  652. </widget>
  653. </item>
  654. <item row="2" column="1">
  655. <widget class="QLineEdit" name="le_label">
  656. <property name="inputMask">
  657. <string notr="true"/>
  658. </property>
  659. <property name="text">
  660. <string notr="true"/>
  661. </property>
  662. <property name="frame">
  663. <bool>false</bool>
  664. </property>
  665. <property name="readOnly">
  666. <bool>true</bool>
  667. </property>
  668. </widget>
  669. </item>
  670. <item row="0" column="1">
  671. <widget class="QLineEdit" name="le_type">
  672. <property name="inputMask">
  673. <string notr="true"/>
  674. </property>
  675. <property name="text">
  676. <string notr="true"/>
  677. </property>
  678. <property name="frame">
  679. <bool>false</bool>
  680. </property>
  681. <property name="readOnly">
  682. <bool>true</bool>
  683. </property>
  684. </widget>
  685. </item>
  686. <item row="4" column="1">
  687. <widget class="QLineEdit" name="le_copyright">
  688. <property name="inputMask">
  689. <string notr="true"/>
  690. </property>
  691. <property name="text">
  692. <string notr="true"/>
  693. </property>
  694. <property name="frame">
  695. <bool>false</bool>
  696. </property>
  697. <property name="readOnly">
  698. <bool>true</bool>
  699. </property>
  700. </widget>
  701. </item>
  702. <item row="5" column="1">
  703. <widget class="QLineEdit" name="le_unique_id">
  704. <property name="inputMask">
  705. <string notr="true"/>
  706. </property>
  707. <property name="text">
  708. <string notr="true"/>
  709. </property>
  710. <property name="frame">
  711. <bool>false</bool>
  712. </property>
  713. <property name="readOnly">
  714. <bool>true</bool>
  715. </property>
  716. </widget>
  717. </item>
  718. <item row="0" column="0">
  719. <widget class="QLabel" name="label_type">
  720. <property name="text">
  721. <string>Type:</string>
  722. </property>
  723. <property name="alignment">
  724. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  725. </property>
  726. </widget>
  727. </item>
  728. <item row="3" column="0">
  729. <widget class="QLabel" name="label_maker">
  730. <property name="text">
  731. <string>Maker:</string>
  732. </property>
  733. <property name="alignment">
  734. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  735. </property>
  736. </widget>
  737. </item>
  738. <item row="4" column="0">
  739. <widget class="QLabel" name="label_copyright">
  740. <property name="text">
  741. <string>Copyright:</string>
  742. </property>
  743. <property name="alignment">
  744. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  745. </property>
  746. </widget>
  747. </item>
  748. <item row="5" column="0">
  749. <widget class="QLabel" name="label_unique_id">
  750. <property name="text">
  751. <string>Unique ID:</string>
  752. </property>
  753. <property name="alignment">
  754. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  755. </property>
  756. </widget>
  757. </item>
  758. </layout>
  759. </item>
  760. </layout>
  761. </widget>
  762. </item>
  763. <item row="3" column="0" colspan="2">
  764. <spacer name="verticalSpacer">
  765. <property name="orientation">
  766. <enum>Qt::Vertical</enum>
  767. </property>
  768. <property name="sizeHint" stdset="0">
  769. <size>
  770. <width>20</width>
  771. <height>40</height>
  772. </size>
  773. </property>
  774. </spacer>
  775. </item>
  776. </layout>
  777. </widget>
  778. </widget>
  779. </item>
  780. </layout>
  781. </widget>
  782. <customwidgets>
  783. <customwidget>
  784. <class>PixmapDial</class>
  785. <extends>QDial</extends>
  786. <header>pixmapdial.h</header>
  787. </customwidget>
  788. </customwidgets>
  789. <resources>
  790. <include location="../resources.qrc"/>
  791. </resources>
  792. <connections/>
  793. </ui>