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_about.ui 51KB

12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
11 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CarlaAboutW</class>
  4. <widget class="QDialog" name="CarlaAboutW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>512</width>
  10. <height>519</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>About Carla</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>0</number>
  21. </property>
  22. <widget class="QWidget" name="about">
  23. <attribute name="title">
  24. <string>About</string>
  25. </attribute>
  26. <layout class="QGridLayout" name="gridLayout_3">
  27. <item row="2" column="1">
  28. <widget class="QLabel" name="l_about">
  29. <property name="text">
  30. <string>About text here</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="7" column="0" colspan="2">
  35. <spacer name="verticalSpacer">
  36. <property name="orientation">
  37. <enum>Qt::Vertical</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>20</width>
  42. <height>40</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item row="2" column="0">
  48. <spacer name="horizontalSpacer">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. <property name="sizeHint" stdset="0">
  53. <size>
  54. <width>0</width>
  55. <height>0</height>
  56. </size>
  57. </property>
  58. </spacer>
  59. </item>
  60. <item row="2" column="2">
  61. <spacer name="horizontalSpacer_2">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="sizeHint" stdset="0">
  66. <size>
  67. <width>0</width>
  68. <height>0</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. <item row="1" column="0" colspan="3">
  74. <widget class="QLabel" name="l_icons">
  75. <property name="text">
  76. <string/>
  77. </property>
  78. <property name="pixmap">
  79. <pixmap resource="../resources.qrc">:/bitmaps/carla_about_white.png</pixmap>
  80. </property>
  81. <property name="alignment">
  82. <set>Qt::AlignCenter</set>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="0" column="0" colspan="3">
  87. <spacer name="verticalSpacer_4">
  88. <property name="orientation">
  89. <enum>Qt::Vertical</enum>
  90. </property>
  91. <property name="sizeHint" stdset="0">
  92. <size>
  93. <width>20</width>
  94. <height>40</height>
  95. </size>
  96. </property>
  97. </spacer>
  98. </item>
  99. <item row="3" column="0" colspan="3">
  100. <widget class="QLabel" name="l_extended">
  101. <property name="text">
  102. <string>Extended licensing here</string>
  103. </property>
  104. <property name="textFormat">
  105. <enum>Qt::RichText</enum>
  106. </property>
  107. <property name="wordWrap">
  108. <bool>true</bool>
  109. </property>
  110. <property name="margin">
  111. <number>1</number>
  112. </property>
  113. <property name="indent">
  114. <number>1</number>
  115. </property>
  116. </widget>
  117. </item>
  118. </layout>
  119. </widget>
  120. <widget class="QWidget" name="artwork">
  121. <attribute name="title">
  122. <string>Artwork</string>
  123. </attribute>
  124. <layout class="QGridLayout" name="gridLayout_4">
  125. <property name="horizontalSpacing">
  126. <number>16</number>
  127. </property>
  128. <property name="margin">
  129. <number>12</number>
  130. </property>
  131. <item row="4" column="0" colspan="3">
  132. <widget class="Line" name="line_2">
  133. <property name="lineWidth">
  134. <number>0</number>
  135. </property>
  136. <property name="midLineWidth">
  137. <number>1</number>
  138. </property>
  139. <property name="orientation">
  140. <enum>Qt::Horizontal</enum>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="2" column="1" rowspan="2" colspan="2">
  145. <widget class="QLabel" name="label_11">
  146. <property name="sizePolicy">
  147. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  148. <horstretch>0</horstretch>
  149. <verstretch>0</verstretch>
  150. </sizepolicy>
  151. </property>
  152. <property name="text">
  153. <string>Using KDE Oxygen icon set, designed by Oxygen Team.</string>
  154. </property>
  155. <property name="wordWrap">
  156. <bool>true</bool>
  157. </property>
  158. </widget>
  159. </item>
  160. <item row="8" column="0">
  161. <layout class="QHBoxLayout" name="horizontalLayout_3">
  162. <item>
  163. <widget class="QLabel" name="label_15">
  164. <property name="minimumSize">
  165. <size>
  166. <width>71</width>
  167. <height>30</height>
  168. </size>
  169. </property>
  170. <property name="maximumSize">
  171. <size>
  172. <width>71</width>
  173. <height>30</height>
  174. </size>
  175. </property>
  176. <property name="text">
  177. <string/>
  178. </property>
  179. <property name="pixmap">
  180. <pixmap resource="../resources.qrc">:/bitmaps/logo_calf.png</pixmap>
  181. </property>
  182. </widget>
  183. </item>
  184. <item>
  185. <widget class="QLabel" name="label_18">
  186. <property name="minimumSize">
  187. <size>
  188. <width>40</width>
  189. <height>40</height>
  190. </size>
  191. </property>
  192. <property name="maximumSize">
  193. <size>
  194. <width>40</width>
  195. <height>40</height>
  196. </size>
  197. </property>
  198. <property name="text">
  199. <string/>
  200. </property>
  201. <property name="pixmap">
  202. <pixmap resource="../resources.qrc">:/bitmaps/dial_09s.png</pixmap>
  203. </property>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QLabel" name="label_19">
  208. <property name="minimumSize">
  209. <size>
  210. <width>32</width>
  211. <height>32</height>
  212. </size>
  213. </property>
  214. <property name="maximumSize">
  215. <size>
  216. <width>32</width>
  217. <height>32</height>
  218. </size>
  219. </property>
  220. <property name="text">
  221. <string/>
  222. </property>
  223. <property name="pixmap">
  224. <pixmap resource="../resources.qrc">:/bitmaps/dial_11e.png</pixmap>
  225. </property>
  226. </widget>
  227. </item>
  228. </layout>
  229. </item>
  230. <item row="8" column="1" colspan="2">
  231. <widget class="QLabel" name="label_16">
  232. <property name="sizePolicy">
  233. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  234. <horstretch>0</horstretch>
  235. <verstretch>0</verstretch>
  236. </sizepolicy>
  237. </property>
  238. <property name="text">
  239. <string>Contains some knobs, backgrounds and other small artwork from Calf Studio Gear, OpenAV and OpenOctave projects.</string>
  240. </property>
  241. <property name="wordWrap">
  242. <bool>true</bool>
  243. </property>
  244. </widget>
  245. </item>
  246. <item row="10" column="0">
  247. <layout class="QHBoxLayout" name="horizontalLayout_4">
  248. <item>
  249. <widget class="QLabel" name="label_23">
  250. <property name="minimumSize">
  251. <size>
  252. <width>34</width>
  253. <height>34</height>
  254. </size>
  255. </property>
  256. <property name="maximumSize">
  257. <size>
  258. <width>34</width>
  259. <height>34</height>
  260. </size>
  261. </property>
  262. <property name="text">
  263. <string/>
  264. </property>
  265. <property name="pixmap">
  266. <pixmap resource="../resources.qrc">:/scalable/dial_03.svg</pixmap>
  267. </property>
  268. <property name="scaledContents">
  269. <bool>true</bool>
  270. </property>
  271. </widget>
  272. </item>
  273. <item>
  274. <widget class="QLabel" name="label_20">
  275. <property name="minimumSize">
  276. <size>
  277. <width>22</width>
  278. <height>22</height>
  279. </size>
  280. </property>
  281. <property name="maximumSize">
  282. <size>
  283. <width>22</width>
  284. <height>22</height>
  285. </size>
  286. </property>
  287. <property name="text">
  288. <string/>
  289. </property>
  290. <property name="pixmap">
  291. <pixmap resource="../resources.qrc">:/scalable/button_on.svg</pixmap>
  292. </property>
  293. <property name="scaledContents">
  294. <bool>true</bool>
  295. </property>
  296. </widget>
  297. </item>
  298. <item>
  299. <widget class="QLabel" name="ico_example_gui">
  300. <property name="minimumSize">
  301. <size>
  302. <width>22</width>
  303. <height>22</height>
  304. </size>
  305. </property>
  306. <property name="maximumSize">
  307. <size>
  308. <width>22</width>
  309. <height>22</height>
  310. </size>
  311. </property>
  312. <property name="text">
  313. <string/>
  314. </property>
  315. <property name="pixmap">
  316. <pixmap resource="../resources.qrc">:/scalable/button_gui_down-white.svg</pixmap>
  317. </property>
  318. <property name="scaledContents">
  319. <bool>true</bool>
  320. </property>
  321. </widget>
  322. </item>
  323. <item>
  324. <widget class="QLabel" name="ico_example_edit">
  325. <property name="minimumSize">
  326. <size>
  327. <width>22</width>
  328. <height>22</height>
  329. </size>
  330. </property>
  331. <property name="maximumSize">
  332. <size>
  333. <width>22</width>
  334. <height>22</height>
  335. </size>
  336. </property>
  337. <property name="text">
  338. <string/>
  339. </property>
  340. <property name="pixmap">
  341. <pixmap resource="../resources.qrc">:/scalable/button_edit_down-white.svg</pixmap>
  342. </property>
  343. <property name="scaledContents">
  344. <bool>true</bool>
  345. </property>
  346. </widget>
  347. </item>
  348. <item>
  349. <widget class="QLabel" name="ico_example_file">
  350. <property name="minimumSize">
  351. <size>
  352. <width>22</width>
  353. <height>22</height>
  354. </size>
  355. </property>
  356. <property name="maximumSize">
  357. <size>
  358. <width>22</width>
  359. <height>22</height>
  360. </size>
  361. </property>
  362. <property name="text">
  363. <string/>
  364. </property>
  365. <property name="pixmap">
  366. <pixmap resource="../resources.qrc">:/bitmaps/button_file_down-white.png</pixmap>
  367. </property>
  368. </widget>
  369. </item>
  370. </layout>
  371. </item>
  372. <item row="2" column="0" rowspan="2">
  373. <layout class="QHBoxLayout" name="horizontalLayout_2">
  374. <item>
  375. <widget class="QLabel" name="label_8">
  376. <property name="minimumSize">
  377. <size>
  378. <width>48</width>
  379. <height>48</height>
  380. </size>
  381. </property>
  382. <property name="maximumSize">
  383. <size>
  384. <width>48</width>
  385. <height>48</height>
  386. </size>
  387. </property>
  388. <property name="text">
  389. <string/>
  390. </property>
  391. <property name="textFormat">
  392. <enum>Qt::PlainText</enum>
  393. </property>
  394. <property name="pixmap">
  395. <pixmap resource="../resources.qrc">:/scalable/folder.svgz</pixmap>
  396. </property>
  397. <property name="scaledContents">
  398. <bool>true</bool>
  399. </property>
  400. </widget>
  401. </item>
  402. <item>
  403. <widget class="QLabel" name="label_9">
  404. <property name="minimumSize">
  405. <size>
  406. <width>48</width>
  407. <height>48</height>
  408. </size>
  409. </property>
  410. <property name="maximumSize">
  411. <size>
  412. <width>48</width>
  413. <height>48</height>
  414. </size>
  415. </property>
  416. <property name="text">
  417. <string/>
  418. </property>
  419. <property name="textFormat">
  420. <enum>Qt::PlainText</enum>
  421. </property>
  422. <property name="pixmap">
  423. <pixmap resource="../resources.qrc">:/scalable/warning.svgz</pixmap>
  424. </property>
  425. <property name="scaledContents">
  426. <bool>true</bool>
  427. </property>
  428. </widget>
  429. </item>
  430. <item>
  431. <widget class="QLabel" name="label_10">
  432. <property name="minimumSize">
  433. <size>
  434. <width>48</width>
  435. <height>48</height>
  436. </size>
  437. </property>
  438. <property name="maximumSize">
  439. <size>
  440. <width>48</width>
  441. <height>48</height>
  442. </size>
  443. </property>
  444. <property name="text">
  445. <string/>
  446. </property>
  447. <property name="textFormat">
  448. <enum>Qt::PlainText</enum>
  449. </property>
  450. <property name="pixmap">
  451. <pixmap resource="../resources.qrc">:/scalable/wine.svgz</pixmap>
  452. </property>
  453. <property name="scaledContents">
  454. <bool>true</bool>
  455. </property>
  456. </widget>
  457. </item>
  458. </layout>
  459. </item>
  460. <item row="5" column="0" rowspan="2">
  461. <widget class="QLabel" name="label_13">
  462. <property name="text">
  463. <string/>
  464. </property>
  465. <property name="pixmap">
  466. <pixmap resource="../resources.qrc">:/bitmaps/kbd_normal.png</pixmap>
  467. </property>
  468. </widget>
  469. </item>
  470. <item row="1" column="0" colspan="3">
  471. <widget class="Line" name="line">
  472. <property name="lineWidth">
  473. <number>0</number>
  474. </property>
  475. <property name="midLineWidth">
  476. <number>1</number>
  477. </property>
  478. <property name="orientation">
  479. <enum>Qt::Horizontal</enum>
  480. </property>
  481. </widget>
  482. </item>
  483. <item row="13" column="0" colspan="3">
  484. <widget class="QLabel" name="label_25">
  485. <property name="text">
  486. <string>VST is a trademark of Steinberg Media Technologies GmbH.</string>
  487. </property>
  488. <property name="wordWrap">
  489. <bool>true</bool>
  490. </property>
  491. </widget>
  492. </item>
  493. <item row="14" column="0" colspan="3">
  494. <spacer name="verticalSpacer_6">
  495. <property name="orientation">
  496. <enum>Qt::Vertical</enum>
  497. </property>
  498. <property name="sizeHint" stdset="0">
  499. <size>
  500. <width>20</width>
  501. <height>40</height>
  502. </size>
  503. </property>
  504. </spacer>
  505. </item>
  506. <item row="0" column="0">
  507. <layout class="QHBoxLayout" name="horizontalLayout">
  508. <item>
  509. <widget class="QLabel" name="label_3">
  510. <property name="minimumSize">
  511. <size>
  512. <width>48</width>
  513. <height>48</height>
  514. </size>
  515. </property>
  516. <property name="maximumSize">
  517. <size>
  518. <width>48</width>
  519. <height>48</height>
  520. </size>
  521. </property>
  522. <property name="text">
  523. <string/>
  524. </property>
  525. <property name="textFormat">
  526. <enum>Qt::PlainText</enum>
  527. </property>
  528. <property name="pixmap">
  529. <pixmap resource="../resources.qrc">:/scalable/carla.svg</pixmap>
  530. </property>
  531. <property name="scaledContents">
  532. <bool>true</bool>
  533. </property>
  534. </widget>
  535. </item>
  536. <item>
  537. <widget class="QLabel" name="label_5">
  538. <property name="minimumSize">
  539. <size>
  540. <width>48</width>
  541. <height>48</height>
  542. </size>
  543. </property>
  544. <property name="maximumSize">
  545. <size>
  546. <width>48</width>
  547. <height>48</height>
  548. </size>
  549. </property>
  550. <property name="text">
  551. <string/>
  552. </property>
  553. <property name="textFormat">
  554. <enum>Qt::PlainText</enum>
  555. </property>
  556. <property name="pixmap">
  557. <pixmap resource="../resources.qrc">:/scalable/carla-control.svg</pixmap>
  558. </property>
  559. <property name="scaledContents">
  560. <bool>true</bool>
  561. </property>
  562. </widget>
  563. </item>
  564. <item>
  565. <widget class="QLabel" name="label_6">
  566. <property name="sizePolicy">
  567. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  568. <horstretch>48</horstretch>
  569. <verstretch>48</verstretch>
  570. </sizepolicy>
  571. </property>
  572. <property name="maximumSize">
  573. <size>
  574. <width>48</width>
  575. <height>48</height>
  576. </size>
  577. </property>
  578. <property name="text">
  579. <string/>
  580. </property>
  581. <property name="textFormat">
  582. <enum>Qt::PlainText</enum>
  583. </property>
  584. <property name="pixmap">
  585. <pixmap resource="../resources.qrc">:/scalable/canvas.svg</pixmap>
  586. </property>
  587. <property name="scaledContents">
  588. <bool>true</bool>
  589. </property>
  590. </widget>
  591. </item>
  592. </layout>
  593. </item>
  594. <item row="10" column="1" colspan="2">
  595. <widget class="QLabel" name="label_14">
  596. <property name="sizePolicy">
  597. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  598. <horstretch>0</horstretch>
  599. <verstretch>0</verstretch>
  600. </sizepolicy>
  601. </property>
  602. <property name="text">
  603. <string>Special thanks to António Saraiva for a few extra icons and artwork!</string>
  604. </property>
  605. <property name="wordWrap">
  606. <bool>true</bool>
  607. </property>
  608. </widget>
  609. </item>
  610. <item row="12" column="0" colspan="3">
  611. <widget class="QLabel" name="label_24">
  612. <property name="text">
  613. <string>The LV2 logo has been designed by Thorsten Wilms, based on a concept from Peter Shorthose.</string>
  614. </property>
  615. <property name="wordWrap">
  616. <bool>true</bool>
  617. </property>
  618. </widget>
  619. </item>
  620. <item row="5" column="1" rowspan="2" colspan="2">
  621. <widget class="QLabel" name="label_12">
  622. <property name="sizePolicy">
  623. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  624. <horstretch>0</horstretch>
  625. <verstretch>0</verstretch>
  626. </sizepolicy>
  627. </property>
  628. <property name="text">
  629. <string>MIDI Keyboard designed by Thorsten Wilms.</string>
  630. </property>
  631. <property name="wordWrap">
  632. <bool>true</bool>
  633. </property>
  634. </widget>
  635. </item>
  636. <item row="9" column="0" colspan="3">
  637. <widget class="Line" name="line_4">
  638. <property name="lineWidth">
  639. <number>0</number>
  640. </property>
  641. <property name="midLineWidth">
  642. <number>1</number>
  643. </property>
  644. <property name="orientation">
  645. <enum>Qt::Horizontal</enum>
  646. </property>
  647. </widget>
  648. </item>
  649. <item row="7" column="0" colspan="3">
  650. <widget class="Line" name="line_3">
  651. <property name="lineWidth">
  652. <number>0</number>
  653. </property>
  654. <property name="midLineWidth">
  655. <number>1</number>
  656. </property>
  657. <property name="orientation">
  658. <enum>Qt::Horizontal</enum>
  659. </property>
  660. </widget>
  661. </item>
  662. <item row="0" column="1" colspan="2">
  663. <widget class="QLabel" name="label_4">
  664. <property name="sizePolicy">
  665. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  666. <horstretch>0</horstretch>
  667. <verstretch>0</verstretch>
  668. </sizepolicy>
  669. </property>
  670. <property name="text">
  671. <string>Carla, Carla-Control and Patchbay icons designed by DoosC.</string>
  672. </property>
  673. <property name="wordWrap">
  674. <bool>true</bool>
  675. </property>
  676. </widget>
  677. </item>
  678. <item row="11" column="0" colspan="3">
  679. <widget class="Line" name="line_5">
  680. <property name="lineWidth">
  681. <number>0</number>
  682. </property>
  683. <property name="midLineWidth">
  684. <number>1</number>
  685. </property>
  686. <property name="orientation">
  687. <enum>Qt::Horizontal</enum>
  688. </property>
  689. </widget>
  690. </item>
  691. </layout>
  692. </widget>
  693. <widget class="QWidget" name="features">
  694. <attribute name="title">
  695. <string>Features</string>
  696. </attribute>
  697. <layout class="QGridLayout" name="gridLayout">
  698. <item row="10" column="1">
  699. <widget class="QLabel" name="lid_au">
  700. <property name="text">
  701. <string>AU/AudioUnit:</string>
  702. </property>
  703. <property name="textFormat">
  704. <enum>Qt::PlainText</enum>
  705. </property>
  706. <property name="alignment">
  707. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  708. </property>
  709. </widget>
  710. </item>
  711. <item row="7" column="0" colspan="4">
  712. <widget class="Line" name="line_vst2">
  713. <property name="lineWidth">
  714. <number>0</number>
  715. </property>
  716. <property name="midLineWidth">
  717. <number>1</number>
  718. </property>
  719. <property name="orientation">
  720. <enum>Qt::Horizontal</enum>
  721. </property>
  722. </widget>
  723. </item>
  724. <item row="0" column="1">
  725. <widget class="QLabel" name="lid_ladspa">
  726. <property name="text">
  727. <string>LADSPA:</string>
  728. </property>
  729. <property name="textFormat">
  730. <enum>Qt::PlainText</enum>
  731. </property>
  732. <property name="alignment">
  733. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  734. </property>
  735. </widget>
  736. </item>
  737. <item row="6" column="2">
  738. <widget class="QLabel" name="l_vst2">
  739. <property name="sizePolicy">
  740. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  741. <horstretch>0</horstretch>
  742. <verstretch>0</verstretch>
  743. </sizepolicy>
  744. </property>
  745. <property name="text">
  746. <string>TextLabel</string>
  747. </property>
  748. <property name="textFormat">
  749. <enum>Qt::RichText</enum>
  750. </property>
  751. <property name="alignment">
  752. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  753. </property>
  754. </widget>
  755. </item>
  756. <item row="11" column="1" colspan="2">
  757. <spacer name="verticalSpacer_3">
  758. <property name="orientation">
  759. <enum>Qt::Vertical</enum>
  760. </property>
  761. <property name="sizeHint" stdset="0">
  762. <size>
  763. <width>20</width>
  764. <height>40</height>
  765. </size>
  766. </property>
  767. </spacer>
  768. </item>
  769. <item row="6" column="1">
  770. <widget class="QLabel" name="lid_vst2">
  771. <property name="text">
  772. <string>VST2:</string>
  773. </property>
  774. <property name="textFormat">
  775. <enum>Qt::PlainText</enum>
  776. </property>
  777. <property name="alignment">
  778. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  779. </property>
  780. </widget>
  781. </item>
  782. <item row="2" column="1">
  783. <widget class="QLabel" name="lid_dssi">
  784. <property name="text">
  785. <string>DSSI:</string>
  786. </property>
  787. <property name="textFormat">
  788. <enum>Qt::PlainText</enum>
  789. </property>
  790. <property name="alignment">
  791. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  792. </property>
  793. </widget>
  794. </item>
  795. <item row="2" column="2">
  796. <widget class="QLabel" name="l_dssi">
  797. <property name="sizePolicy">
  798. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  799. <horstretch>0</horstretch>
  800. <verstretch>0</verstretch>
  801. </sizepolicy>
  802. </property>
  803. <property name="text">
  804. <string>TextLabel</string>
  805. </property>
  806. <property name="textFormat">
  807. <enum>Qt::PlainText</enum>
  808. </property>
  809. <property name="alignment">
  810. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  811. </property>
  812. </widget>
  813. </item>
  814. <item row="4" column="1">
  815. <widget class="QLabel" name="lid_lv2">
  816. <property name="text">
  817. <string>LV2:</string>
  818. </property>
  819. <property name="textFormat">
  820. <enum>Qt::PlainText</enum>
  821. </property>
  822. <property name="alignment">
  823. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  824. </property>
  825. </widget>
  826. </item>
  827. <item row="4" column="2">
  828. <widget class="QLabel" name="l_lv2">
  829. <property name="sizePolicy">
  830. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  831. <horstretch>0</horstretch>
  832. <verstretch>0</verstretch>
  833. </sizepolicy>
  834. </property>
  835. <property name="text">
  836. <string>TextLabel</string>
  837. </property>
  838. <property name="textFormat">
  839. <enum>Qt::RichText</enum>
  840. </property>
  841. <property name="alignment">
  842. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  843. </property>
  844. </widget>
  845. </item>
  846. <item row="0" column="2">
  847. <widget class="QLabel" name="l_ladspa">
  848. <property name="sizePolicy">
  849. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  850. <horstretch>0</horstretch>
  851. <verstretch>0</verstretch>
  852. </sizepolicy>
  853. </property>
  854. <property name="text">
  855. <string>TextLabel</string>
  856. </property>
  857. <property name="textFormat">
  858. <enum>Qt::PlainText</enum>
  859. </property>
  860. <property name="alignment">
  861. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  862. </property>
  863. </widget>
  864. </item>
  865. <item row="0" column="0">
  866. <spacer name="horizontalSpacer_3">
  867. <property name="orientation">
  868. <enum>Qt::Horizontal</enum>
  869. </property>
  870. <property name="sizeType">
  871. <enum>QSizePolicy::Expanding</enum>
  872. </property>
  873. <property name="sizeHint" stdset="0">
  874. <size>
  875. <width>1</width>
  876. <height>1</height>
  877. </size>
  878. </property>
  879. </spacer>
  880. </item>
  881. <item row="0" column="3">
  882. <spacer name="horizontalSpacer_4">
  883. <property name="orientation">
  884. <enum>Qt::Horizontal</enum>
  885. </property>
  886. <property name="sizeType">
  887. <enum>QSizePolicy::Expanding</enum>
  888. </property>
  889. <property name="sizeHint" stdset="0">
  890. <size>
  891. <width>1</width>
  892. <height>1</height>
  893. </size>
  894. </property>
  895. </spacer>
  896. </item>
  897. <item row="1" column="0" colspan="4">
  898. <widget class="Line" name="line_ladspa">
  899. <property name="lineWidth">
  900. <number>0</number>
  901. </property>
  902. <property name="midLineWidth">
  903. <number>1</number>
  904. </property>
  905. <property name="orientation">
  906. <enum>Qt::Horizontal</enum>
  907. </property>
  908. </widget>
  909. </item>
  910. <item row="3" column="0" colspan="4">
  911. <widget class="Line" name="line_dssi">
  912. <property name="lineWidth">
  913. <number>0</number>
  914. </property>
  915. <property name="midLineWidth">
  916. <number>1</number>
  917. </property>
  918. <property name="orientation">
  919. <enum>Qt::Horizontal</enum>
  920. </property>
  921. </widget>
  922. </item>
  923. <item row="5" column="0" colspan="4">
  924. <widget class="Line" name="line_lv2">
  925. <property name="lineWidth">
  926. <number>0</number>
  927. </property>
  928. <property name="midLineWidth">
  929. <number>1</number>
  930. </property>
  931. <property name="orientation">
  932. <enum>Qt::Horizontal</enum>
  933. </property>
  934. </widget>
  935. </item>
  936. <item row="9" column="0" colspan="4">
  937. <widget class="Line" name="line_vst3">
  938. <property name="lineWidth">
  939. <number>0</number>
  940. </property>
  941. <property name="midLineWidth">
  942. <number>1</number>
  943. </property>
  944. <property name="orientation">
  945. <enum>Qt::Horizontal</enum>
  946. </property>
  947. </widget>
  948. </item>
  949. <item row="8" column="1">
  950. <widget class="QLabel" name="lid_vst3">
  951. <property name="text">
  952. <string>VST3:</string>
  953. </property>
  954. <property name="textFormat">
  955. <enum>Qt::PlainText</enum>
  956. </property>
  957. <property name="alignment">
  958. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  959. </property>
  960. </widget>
  961. </item>
  962. <item row="8" column="2">
  963. <widget class="QLabel" name="l_vst3">
  964. <property name="text">
  965. <string>TextLabel</string>
  966. </property>
  967. <property name="textFormat">
  968. <enum>Qt::PlainText</enum>
  969. </property>
  970. <property name="alignment">
  971. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  972. </property>
  973. </widget>
  974. </item>
  975. <item row="10" column="2">
  976. <widget class="QLabel" name="l_au">
  977. <property name="text">
  978. <string>TextLabel</string>
  979. </property>
  980. <property name="textFormat">
  981. <enum>Qt::PlainText</enum>
  982. </property>
  983. <property name="alignment">
  984. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  985. </property>
  986. </widget>
  987. </item>
  988. </layout>
  989. </widget>
  990. <widget class="QWidget" name="osc">
  991. <attribute name="title">
  992. <string>OSC</string>
  993. </attribute>
  994. <layout class="QGridLayout" name="gridLayout_2">
  995. <item row="0" column="0">
  996. <widget class="QLabel" name="label_2">
  997. <property name="text">
  998. <string>Host URLs:</string>
  999. </property>
  1000. <property name="alignment">
  1001. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1002. </property>
  1003. </widget>
  1004. </item>
  1005. <item row="0" column="1">
  1006. <widget class="QLineEdit" name="le_osc_url_tcp">
  1007. <property name="frame">
  1008. <bool>false</bool>
  1009. </property>
  1010. <property name="readOnly">
  1011. <bool>true</bool>
  1012. </property>
  1013. </widget>
  1014. </item>
  1015. <item row="3" column="0">
  1016. <widget class="QLabel" name="label_7">
  1017. <property name="text">
  1018. <string>Valid commands:</string>
  1019. </property>
  1020. <property name="alignment">
  1021. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  1022. </property>
  1023. </widget>
  1024. </item>
  1025. <item row="3" column="1">
  1026. <widget class="QLabel" name="l_osc_cmds">
  1027. <property name="text">
  1028. <string>valid osc commands here</string>
  1029. </property>
  1030. <property name="alignment">
  1031. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  1032. </property>
  1033. <property name="textInteractionFlags">
  1034. <set>Qt::TextSelectableByMouse</set>
  1035. </property>
  1036. </widget>
  1037. </item>
  1038. <item row="4" column="0">
  1039. <widget class="QLabel" name="label">
  1040. <property name="text">
  1041. <string>Example:</string>
  1042. </property>
  1043. <property name="alignment">
  1044. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1045. </property>
  1046. </widget>
  1047. </item>
  1048. <item row="4" column="1">
  1049. <widget class="QLabel" name="l_example">
  1050. <property name="text">
  1051. <string>TextLabel</string>
  1052. </property>
  1053. </widget>
  1054. </item>
  1055. <item row="5" column="1">
  1056. <widget class="QLabel" name="l_example_help">
  1057. <property name="text">
  1058. <string>TextLabel</string>
  1059. </property>
  1060. <property name="alignment">
  1061. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  1062. </property>
  1063. </widget>
  1064. </item>
  1065. <item row="6" column="0" colspan="2">
  1066. <spacer name="verticalSpacer_2">
  1067. <property name="orientation">
  1068. <enum>Qt::Vertical</enum>
  1069. </property>
  1070. <property name="sizeHint" stdset="0">
  1071. <size>
  1072. <width>456</width>
  1073. <height>35</height>
  1074. </size>
  1075. </property>
  1076. </spacer>
  1077. </item>
  1078. <item row="1" column="1">
  1079. <widget class="QLineEdit" name="le_osc_url_udp">
  1080. <property name="frame">
  1081. <bool>false</bool>
  1082. </property>
  1083. <property name="readOnly">
  1084. <bool>true</bool>
  1085. </property>
  1086. </widget>
  1087. </item>
  1088. <item row="2" column="0" colspan="2">
  1089. <spacer name="verticalSpacer_5">
  1090. <property name="orientation">
  1091. <enum>Qt::Vertical</enum>
  1092. </property>
  1093. <property name="sizeType">
  1094. <enum>QSizePolicy::Fixed</enum>
  1095. </property>
  1096. <property name="sizeHint" stdset="0">
  1097. <size>
  1098. <width>20</width>
  1099. <height>5</height>
  1100. </size>
  1101. </property>
  1102. </spacer>
  1103. </item>
  1104. </layout>
  1105. </widget>
  1106. <widget class="QWidget" name="tab_license">
  1107. <attribute name="title">
  1108. <string>License</string>
  1109. </attribute>
  1110. <layout class="QVBoxLayout" name="verticalLayout_2">
  1111. <item>
  1112. <widget class="QPlainTextEdit" name="plainTextEdit">
  1113. <property name="undoRedoEnabled">
  1114. <bool>false</bool>
  1115. </property>
  1116. <property name="plainText">
  1117. <string> GNU GENERAL PUBLIC LICENSE
  1118. Version 2, June 1991
  1119. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  1120. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1121. Everyone is permitted to copy and distribute verbatim copies
  1122. of this license document, but changing it is not allowed.
  1123. Preamble
  1124. The licenses for most software are designed to take away your
  1125. freedom to share and change it. By contrast, the GNU General Public
  1126. License is intended to guarantee your freedom to share and change free
  1127. software--to make sure the software is free for all its users. This
  1128. General Public License applies to most of the Free Software
  1129. Foundation's software and to any other program whose authors commit to
  1130. using it. (Some other Free Software Foundation software is covered by
  1131. the GNU Lesser General Public License instead.) You can apply it to
  1132. your programs, too.
  1133. When we speak of free software, we are referring to freedom, not
  1134. price. Our General Public Licenses are designed to make sure that you
  1135. have the freedom to distribute copies of free software (and charge for
  1136. this service if you wish), that you receive source code or can get it
  1137. if you want it, that you can change the software or use pieces of it
  1138. in new free programs; and that you know you can do these things.
  1139. To protect your rights, we need to make restrictions that forbid
  1140. anyone to deny you these rights or to ask you to surrender the rights.
  1141. These restrictions translate to certain responsibilities for you if you
  1142. distribute copies of the software, or if you modify it.
  1143. For example, if you distribute copies of such a program, whether
  1144. gratis or for a fee, you must give the recipients all the rights that
  1145. you have. You must make sure that they, too, receive or can get the
  1146. source code. And you must show them these terms so they know their
  1147. rights.
  1148. We protect your rights with two steps: (1) copyright the software, and
  1149. (2) offer you this license which gives you legal permission to copy,
  1150. distribute and/or modify the software.
  1151. Also, for each author's protection and ours, we want to make certain
  1152. that everyone understands that there is no warranty for this free
  1153. software. If the software is modified by someone else and passed on, we
  1154. want its recipients to know that what they have is not the original, so
  1155. that any problems introduced by others will not reflect on the original
  1156. authors' reputations.
  1157. Finally, any free program is threatened constantly by software
  1158. patents. We wish to avoid the danger that redistributors of a free
  1159. program will individually obtain patent licenses, in effect making the
  1160. program proprietary. To prevent this, we have made it clear that any
  1161. patent must be licensed for everyone's free use or not licensed at all.
  1162. The precise terms and conditions for copying, distribution and
  1163. modification follow.
  1164. GNU GENERAL PUBLIC LICENSE
  1165. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  1166. 0. This License applies to any program or other work which contains
  1167. a notice placed by the copyright holder saying it may be distributed
  1168. under the terms of this General Public License. The &quot;Program&quot;, below,
  1169. refers to any such program or work, and a &quot;work based on the Program&quot;
  1170. means either the Program or any derivative work under copyright law:
  1171. that is to say, a work containing the Program or a portion of it,
  1172. either verbatim or with modifications and/or translated into another
  1173. language. (Hereinafter, translation is included without limitation in
  1174. the term &quot;modification&quot;.) Each licensee is addressed as &quot;you&quot;.
  1175. Activities other than copying, distribution and modification are not
  1176. covered by this License; they are outside its scope. The act of
  1177. running the Program is not restricted, and the output from the Program
  1178. is covered only if its contents constitute a work based on the
  1179. Program (independent of having been made by running the Program).
  1180. Whether that is true depends on what the Program does.
  1181. 1. You may copy and distribute verbatim copies of the Program's
  1182. source code as you receive it, in any medium, provided that you
  1183. conspicuously and appropriately publish on each copy an appropriate
  1184. copyright notice and disclaimer of warranty; keep intact all the
  1185. notices that refer to this License and to the absence of any warranty;
  1186. and give any other recipients of the Program a copy of this License
  1187. along with the Program.
  1188. You may charge a fee for the physical act of transferring a copy, and
  1189. you may at your option offer warranty protection in exchange for a fee.
  1190. 2. You may modify your copy or copies of the Program or any portion
  1191. of it, thus forming a work based on the Program, and copy and
  1192. distribute such modifications or work under the terms of Section 1
  1193. above, provided that you also meet all of these conditions:
  1194. a) You must cause the modified files to carry prominent notices
  1195. stating that you changed the files and the date of any change.
  1196. b) You must cause any work that you distribute or publish, that in
  1197. whole or in part contains or is derived from the Program or any
  1198. part thereof, to be licensed as a whole at no charge to all third
  1199. parties under the terms of this License.
  1200. c) If the modified program normally reads commands interactively
  1201. when run, you must cause it, when started running for such
  1202. interactive use in the most ordinary way, to print or display an
  1203. announcement including an appropriate copyright notice and a
  1204. notice that there is no warranty (or else, saying that you provide
  1205. a warranty) and that users may redistribute the program under
  1206. these conditions, and telling the user how to view a copy of this
  1207. License. (Exception: if the Program itself is interactive but
  1208. does not normally print such an announcement, your work based on
  1209. the Program is not required to print an announcement.)
  1210. These requirements apply to the modified work as a whole. If
  1211. identifiable sections of that work are not derived from the Program,
  1212. and can be reasonably considered independent and separate works in
  1213. themselves, then this License, and its terms, do not apply to those
  1214. sections when you distribute them as separate works. But when you
  1215. distribute the same sections as part of a whole which is a work based
  1216. on the Program, the distribution of the whole must be on the terms of
  1217. this License, whose permissions for other licensees extend to the
  1218. entire whole, and thus to each and every part regardless of who wrote it.
  1219. Thus, it is not the intent of this section to claim rights or contest
  1220. your rights to work written entirely by you; rather, the intent is to
  1221. exercise the right to control the distribution of derivative or
  1222. collective works based on the Program.
  1223. In addition, mere aggregation of another work not based on the Program
  1224. with the Program (or with a work based on the Program) on a volume of
  1225. a storage or distribution medium does not bring the other work under
  1226. the scope of this License.
  1227. 3. You may copy and distribute the Program (or a work based on it,
  1228. under Section 2) in object code or executable form under the terms of
  1229. Sections 1 and 2 above provided that you also do one of the following:
  1230. a) Accompany it with the complete corresponding machine-readable
  1231. source code, which must be distributed under the terms of Sections
  1232. 1 and 2 above on a medium customarily used for software interchange; or,
  1233. b) Accompany it with a written offer, valid for at least three
  1234. years, to give any third party, for a charge no more than your
  1235. cost of physically performing source distribution, a complete
  1236. machine-readable copy of the corresponding source code, to be
  1237. distributed under the terms of Sections 1 and 2 above on a medium
  1238. customarily used for software interchange; or,
  1239. c) Accompany it with the information you received as to the offer
  1240. to distribute corresponding source code. (This alternative is
  1241. allowed only for noncommercial distribution and only if you
  1242. received the program in object code or executable form with such
  1243. an offer, in accord with Subsection b above.)
  1244. The source code for a work means the preferred form of the work for
  1245. making modifications to it. For an executable work, complete source
  1246. code means all the source code for all modules it contains, plus any
  1247. associated interface definition files, plus the scripts used to
  1248. control compilation and installation of the executable. However, as a
  1249. special exception, the source code distributed need not include
  1250. anything that is normally distributed (in either source or binary
  1251. form) with the major components (compiler, kernel, and so on) of the
  1252. operating system on which the executable runs, unless that component
  1253. itself accompanies the executable.
  1254. If distribution of executable or object code is made by offering
  1255. access to copy from a designated place, then offering equivalent
  1256. access to copy the source code from the same place counts as
  1257. distribution of the source code, even though third parties are not
  1258. compelled to copy the source along with the object code.
  1259. 4. You may not copy, modify, sublicense, or distribute the Program
  1260. except as expressly provided under this License. Any attempt
  1261. otherwise to copy, modify, sublicense or distribute the Program is
  1262. void, and will automatically terminate your rights under this License.
  1263. However, parties who have received copies, or rights, from you under
  1264. this License will not have their licenses terminated so long as such
  1265. parties remain in full compliance.
  1266. 5. You are not required to accept this License, since you have not
  1267. signed it. However, nothing else grants you permission to modify or
  1268. distribute the Program or its derivative works. These actions are
  1269. prohibited by law if you do not accept this License. Therefore, by
  1270. modifying or distributing the Program (or any work based on the
  1271. Program), you indicate your acceptance of this License to do so, and
  1272. all its terms and conditions for copying, distributing or modifying
  1273. the Program or works based on it.
  1274. 6. Each time you redistribute the Program (or any work based on the
  1275. Program), the recipient automatically receives a license from the
  1276. original licensor to copy, distribute or modify the Program subject to
  1277. these terms and conditions. You may not impose any further
  1278. restrictions on the recipients' exercise of the rights granted herein.
  1279. You are not responsible for enforcing compliance by third parties to
  1280. this License.
  1281. 7. If, as a consequence of a court judgment or allegation of patent
  1282. infringement or for any other reason (not limited to patent issues),
  1283. conditions are imposed on you (whether by court order, agreement or
  1284. otherwise) that contradict the conditions of this License, they do not
  1285. excuse you from the conditions of this License. If you cannot
  1286. distribute so as to satisfy simultaneously your obligations under this
  1287. License and any other pertinent obligations, then as a consequence you
  1288. may not distribute the Program at all. For example, if a patent
  1289. license would not permit royalty-free redistribution of the Program by
  1290. all those who receive copies directly or indirectly through you, then
  1291. the only way you could satisfy both it and this License would be to
  1292. refrain entirely from distribution of the Program.
  1293. If any portion of this section is held invalid or unenforceable under
  1294. any particular circumstance, the balance of the section is intended to
  1295. apply and the section as a whole is intended to apply in other
  1296. circumstances.
  1297. It is not the purpose of this section to induce you to infringe any
  1298. patents or other property right claims or to contest validity of any
  1299. such claims; this section has the sole purpose of protecting the
  1300. integrity of the free software distribution system, which is
  1301. implemented by public license practices. Many people have made
  1302. generous contributions to the wide range of software distributed
  1303. through that system in reliance on consistent application of that
  1304. system; it is up to the author/donor to decide if he or she is willing
  1305. to distribute software through any other system and a licensee cannot
  1306. impose that choice.
  1307. This section is intended to make thoroughly clear what is believed to
  1308. be a consequence of the rest of this License.
  1309. 8. If the distribution and/or use of the Program is restricted in
  1310. certain countries either by patents or by copyrighted interfaces, the
  1311. original copyright holder who places the Program under this License
  1312. may add an explicit geographical distribution limitation excluding
  1313. those countries, so that distribution is permitted only in or among
  1314. countries not thus excluded. In such case, this License incorporates
  1315. the limitation as if written in the body of this License.
  1316. 9. The Free Software Foundation may publish revised and/or new versions
  1317. of the General Public License from time to time. Such new versions will
  1318. be similar in spirit to the present version, but may differ in detail to
  1319. address new problems or concerns.
  1320. Each version is given a distinguishing version number. If the Program
  1321. specifies a version number of this License which applies to it and &quot;any
  1322. later version&quot;, you have the option of following the terms and conditions
  1323. either of that version or of any later version published by the Free
  1324. Software Foundation. If the Program does not specify a version number of
  1325. this License, you may choose any version ever published by the Free Software
  1326. Foundation.
  1327. 10. If you wish to incorporate parts of the Program into other free
  1328. programs whose distribution conditions are different, write to the author
  1329. to ask for permission. For software which is copyrighted by the Free
  1330. Software Foundation, write to the Free Software Foundation; we sometimes
  1331. make exceptions for this. Our decision will be guided by the two goals
  1332. of preserving the free status of all derivatives of our free software and
  1333. of promoting the sharing and reuse of software generally.
  1334. NO WARRANTY
  1335. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  1336. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  1337. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  1338. PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  1339. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1340. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  1341. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  1342. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  1343. REPAIR OR CORRECTION.
  1344. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  1345. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  1346. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  1347. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  1348. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  1349. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  1350. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  1351. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  1352. POSSIBILITY OF SUCH DAMAGES.
  1353. END OF TERMS AND CONDITIONS
  1354. </string>
  1355. </property>
  1356. <property name="textInteractionFlags">
  1357. <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  1358. </property>
  1359. </widget>
  1360. </item>
  1361. </layout>
  1362. </widget>
  1363. </widget>
  1364. </item>
  1365. <item>
  1366. <widget class="QDialogButtonBox" name="buttonBox">
  1367. <property name="orientation">
  1368. <enum>Qt::Horizontal</enum>
  1369. </property>
  1370. <property name="standardButtons">
  1371. <set>QDialogButtonBox::Ok</set>
  1372. </property>
  1373. </widget>
  1374. </item>
  1375. </layout>
  1376. </widget>
  1377. <resources>
  1378. <include location="../resources.qrc"/>
  1379. <include location="../resources.qrc"/>
  1380. </resources>
  1381. <connections>
  1382. <connection>
  1383. <sender>buttonBox</sender>
  1384. <signal>accepted()</signal>
  1385. <receiver>CarlaAboutW</receiver>
  1386. <slot>accept()</slot>
  1387. <hints>
  1388. <hint type="sourcelabel">
  1389. <x>248</x>
  1390. <y>254</y>
  1391. </hint>
  1392. <hint type="destinationlabel">
  1393. <x>157</x>
  1394. <y>274</y>
  1395. </hint>
  1396. </hints>
  1397. </connection>
  1398. <connection>
  1399. <sender>buttonBox</sender>
  1400. <signal>rejected()</signal>
  1401. <receiver>CarlaAboutW</receiver>
  1402. <slot>reject()</slot>
  1403. <hints>
  1404. <hint type="sourcelabel">
  1405. <x>316</x>
  1406. <y>260</y>
  1407. </hint>
  1408. <hint type="destinationlabel">
  1409. <x>286</x>
  1410. <y>274</y>
  1411. </hint>
  1412. </hints>
  1413. </connection>
  1414. </connections>
  1415. </ui>