OBSYoutubeActions.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSYoutubeActions</class>
  4. <widget class="QDialog" name="OBSYoutubeActions">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>616</width>
  10. <height>645</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>720</width>
  28. <height>880</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>YouTube.Actions.WindowTitle</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <item>
  36. <widget class="QTabWidget" name="tabWidget">
  37. <property name="sizePolicy">
  38. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  39. <horstretch>0</horstretch>
  40. <verstretch>0</verstretch>
  41. </sizepolicy>
  42. </property>
  43. <property name="currentIndex">
  44. <number>0</number>
  45. </property>
  46. <widget class="QWidget" name="ytEventCreate">
  47. <attribute name="title">
  48. <string>YouTube.Actions.CreateNewEvent</string>
  49. </attribute>
  50. <layout class="QFormLayout" name="formLayout">
  51. <property name="fieldGrowthPolicy">
  52. <enum>QFormLayout::ExpandingFieldsGrow</enum>
  53. </property>
  54. <property name="labelAlignment">
  55. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  56. </property>
  57. <item row="0" column="0">
  58. <widget class="QLabel" name="label">
  59. <property name="text">
  60. <string>YouTube.Actions.Title</string>
  61. </property>
  62. <property name="buddy">
  63. <cstring>title</cstring>
  64. </property>
  65. </widget>
  66. </item>
  67. <item row="0" column="1">
  68. <widget class="QLineEdit" name="title">
  69. <property name="text">
  70. <string>YouTube.Actions.MyBroadcast</string>
  71. </property>
  72. <property name="maxLength">
  73. <number>100</number>
  74. </property>
  75. </widget>
  76. </item>
  77. <item row="1" column="0">
  78. <widget class="QLabel" name="label_2">
  79. <property name="text">
  80. <string>YouTube.Actions.Description</string>
  81. </property>
  82. <property name="buddy">
  83. <cstring>description</cstring>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="1" column="1">
  88. <widget class="QPlainTextEdit" name="description">
  89. <property name="tabChangesFocus">
  90. <bool>true</bool>
  91. </property>
  92. </widget>
  93. </item>
  94. <item row="2" column="0">
  95. <widget class="QLabel" name="label_4">
  96. <property name="text">
  97. <string>YouTube.Actions.Privacy</string>
  98. </property>
  99. <property name="buddy">
  100. <cstring>privacyBox</cstring>
  101. </property>
  102. </widget>
  103. </item>
  104. <item row="2" column="1">
  105. <widget class="QComboBox" name="privacyBox">
  106. <property name="sizePolicy">
  107. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  108. <horstretch>0</horstretch>
  109. <verstretch>0</verstretch>
  110. </sizepolicy>
  111. </property>
  112. <property name="sizeAdjustPolicy">
  113. <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="3" column="0">
  118. <widget class="QLabel" name="label_5">
  119. <property name="text">
  120. <string>YouTube.Actions.Category</string>
  121. </property>
  122. <property name="buddy">
  123. <cstring>categoryBox</cstring>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="3" column="1">
  128. <widget class="QComboBox" name="categoryBox">
  129. <property name="sizePolicy">
  130. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  131. <horstretch>0</horstretch>
  132. <verstretch>0</verstretch>
  133. </sizepolicy>
  134. </property>
  135. </widget>
  136. </item>
  137. <item row="4" column="0">
  138. <widget class="QLabel" name="label_8">
  139. <property name="text">
  140. <string>YouTube.Actions.MadeForKids</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="4" column="1">
  145. <layout class="QHBoxLayout" name="horizontalLayout_5">
  146. <item>
  147. <widget class="QRadioButton" name="notMakeForKids">
  148. <property name="text">
  149. <string>YouTube.Actions.MadeForKids.No</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QLabel" name="helpMadeForKids">
  155. <property name="sizePolicy">
  156. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  157. <horstretch>0</horstretch>
  158. <verstretch>0</verstretch>
  159. </sizepolicy>
  160. </property>
  161. <property name="text">
  162. <string>YouTube.Actions.MadeForKids.Help</string>
  163. </property>
  164. <property name="textFormat">
  165. <enum>Qt::RichText</enum>
  166. </property>
  167. </widget>
  168. </item>
  169. </layout>
  170. </item>
  171. <item row="5" column="0">
  172. <spacer name="horizontalSpacer_5">
  173. <property name="orientation">
  174. <enum>Qt::Horizontal</enum>
  175. </property>
  176. <property name="sizeHint" stdset="0">
  177. <size>
  178. <width>40</width>
  179. <height>20</height>
  180. </size>
  181. </property>
  182. </spacer>
  183. </item>
  184. <item row="5" column="1">
  185. <layout class="QHBoxLayout" name="horizontalLayout_8">
  186. <item>
  187. <widget class="QRadioButton" name="yesMakeForKids">
  188. <property name="text">
  189. <string>YouTube.Actions.MadeForKids.Yes</string>
  190. </property>
  191. </widget>
  192. </item>
  193. </layout>
  194. </item>
  195. <item row="6" column="0">
  196. <widget class="QLabel" name="label_6">
  197. <property name="text">
  198. <string>YouTube.Actions.Thumbnail</string>
  199. </property>
  200. </widget>
  201. </item>
  202. <item row="9" column="0">
  203. <widget class="QLabel" name="label_7">
  204. <property name="text">
  205. <string>YouTube.Actions.AdditionalSettings</string>
  206. </property>
  207. </widget>
  208. </item>
  209. <item row="9" column="1">
  210. <spacer name="horizontalSpacer_2">
  211. <property name="orientation">
  212. <enum>Qt::Horizontal</enum>
  213. </property>
  214. <property name="sizeHint" stdset="0">
  215. <size>
  216. <width>40</width>
  217. <height>20</height>
  218. </size>
  219. </property>
  220. </spacer>
  221. </item>
  222. <item row="10" column="0">
  223. <spacer name="horizontalSpacer_7">
  224. <property name="orientation">
  225. <enum>Qt::Horizontal</enum>
  226. </property>
  227. <property name="sizeHint" stdset="0">
  228. <size>
  229. <width>40</width>
  230. <height>20</height>
  231. </size>
  232. </property>
  233. </spacer>
  234. </item>
  235. <item row="10" column="1">
  236. <layout class="QHBoxLayout" name="horizontalLayout">
  237. <item>
  238. <widget class="QLabel" name="label_3">
  239. <property name="text">
  240. <string>YouTube.Actions.Latency</string>
  241. </property>
  242. <property name="buddy">
  243. <cstring>latencyBox</cstring>
  244. </property>
  245. </widget>
  246. </item>
  247. <item>
  248. <widget class="QComboBox" name="latencyBox">
  249. <property name="sizePolicy">
  250. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  251. <horstretch>0</horstretch>
  252. <verstretch>0</verstretch>
  253. </sizepolicy>
  254. </property>
  255. </widget>
  256. </item>
  257. </layout>
  258. </item>
  259. <item row="11" column="0">
  260. <spacer name="horizontalSpacer_14">
  261. <property name="orientation">
  262. <enum>Qt::Horizontal</enum>
  263. </property>
  264. <property name="sizeHint" stdset="0">
  265. <size>
  266. <width>40</width>
  267. <height>20</height>
  268. </size>
  269. </property>
  270. </spacer>
  271. </item>
  272. <item row="11" column="1">
  273. <layout class="QHBoxLayout" name="horizontalLayout_3">
  274. <item>
  275. <widget class="QCheckBox" name="checkDVR">
  276. <property name="text">
  277. <string>YouTube.Actions.EnableDVR</string>
  278. </property>
  279. <property name="checked">
  280. <bool>true</bool>
  281. </property>
  282. </widget>
  283. </item>
  284. </layout>
  285. </item>
  286. <item row="12" column="0">
  287. <spacer name="horizontalSpacer_8">
  288. <property name="orientation">
  289. <enum>Qt::Horizontal</enum>
  290. </property>
  291. <property name="sizeHint" stdset="0">
  292. <size>
  293. <width>40</width>
  294. <height>20</height>
  295. </size>
  296. </property>
  297. </spacer>
  298. </item>
  299. <item row="12" column="1">
  300. <layout class="QHBoxLayout" name="horizontalLayout_7">
  301. <item>
  302. <widget class="QCheckBox" name="check360Video">
  303. <property name="text">
  304. <string>YouTube.Actions.360Video</string>
  305. </property>
  306. </widget>
  307. </item>
  308. <item>
  309. <widget class="QLabel" name="help360Video">
  310. <property name="sizePolicy">
  311. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  312. <horstretch>0</horstretch>
  313. <verstretch>0</verstretch>
  314. </sizepolicy>
  315. </property>
  316. <property name="text">
  317. <string>YouTube.Actions.360Video.Help</string>
  318. </property>
  319. <property name="textFormat">
  320. <enum>Qt::RichText</enum>
  321. </property>
  322. </widget>
  323. </item>
  324. <item>
  325. <spacer name="horizontalSpacer_10">
  326. <property name="orientation">
  327. <enum>Qt::Horizontal</enum>
  328. </property>
  329. <property name="sizeHint" stdset="0">
  330. <size>
  331. <width>40</width>
  332. <height>20</height>
  333. </size>
  334. </property>
  335. </spacer>
  336. </item>
  337. </layout>
  338. </item>
  339. <item row="13" column="0">
  340. <spacer name="horizontalSpacer_12">
  341. <property name="orientation">
  342. <enum>Qt::Horizontal</enum>
  343. </property>
  344. <property name="sizeHint" stdset="0">
  345. <size>
  346. <width>40</width>
  347. <height>20</height>
  348. </size>
  349. </property>
  350. </spacer>
  351. </item>
  352. <item row="13" column="1">
  353. <layout class="QHBoxLayout" name="horizontalLayout_9">
  354. <item>
  355. <widget class="QCheckBox" name="checkScheduledLater">
  356. <property name="enabled">
  357. <bool>true</bool>
  358. </property>
  359. <property name="text">
  360. <string>YouTube.Actions.ScheduleForLater</string>
  361. </property>
  362. </widget>
  363. </item>
  364. </layout>
  365. </item>
  366. <item row="14" column="0">
  367. <spacer name="horizontalSpacer_6">
  368. <property name="orientation">
  369. <enum>Qt::Horizontal</enum>
  370. </property>
  371. <property name="sizeHint" stdset="0">
  372. <size>
  373. <width>40</width>
  374. <height>20</height>
  375. </size>
  376. </property>
  377. </spacer>
  378. </item>
  379. <item row="14" column="1">
  380. <layout class="QHBoxLayout" name="horizontalLayout_6">
  381. <item>
  382. <widget class="QCheckBox" name="checkAutoStart">
  383. <property name="enabled">
  384. <bool>true</bool>
  385. </property>
  386. <property name="text">
  387. <string>YouTube.Actions.EnableAutoStart</string>
  388. </property>
  389. <property name="checkable">
  390. <bool>true</bool>
  391. </property>
  392. <property name="checked">
  393. <bool>true</bool>
  394. </property>
  395. </widget>
  396. </item>
  397. <item>
  398. <widget class="QLabel" name="helpAutoStartStop">
  399. <property name="sizePolicy">
  400. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  401. <horstretch>0</horstretch>
  402. <verstretch>0</verstretch>
  403. </sizepolicy>
  404. </property>
  405. <property name="text">
  406. <string notr="true">&lt;a href=&quot;.&quot;&gt;(?)&lt;/a&gt;</string>
  407. </property>
  408. <property name="textFormat">
  409. <enum>Qt::RichText</enum>
  410. </property>
  411. </widget>
  412. </item>
  413. <item>
  414. <spacer name="horizontalSpacer_9">
  415. <property name="orientation">
  416. <enum>Qt::Horizontal</enum>
  417. </property>
  418. <property name="sizeHint" stdset="0">
  419. <size>
  420. <width>40</width>
  421. <height>20</height>
  422. </size>
  423. </property>
  424. </spacer>
  425. </item>
  426. </layout>
  427. </item>
  428. <item row="15" column="0">
  429. <spacer name="horizontalSpacer_3">
  430. <property name="orientation">
  431. <enum>Qt::Horizontal</enum>
  432. </property>
  433. <property name="sizeHint" stdset="0">
  434. <size>
  435. <width>40</width>
  436. <height>20</height>
  437. </size>
  438. </property>
  439. </spacer>
  440. </item>
  441. <item row="15" column="1">
  442. <layout class="QHBoxLayout" name="horizontalLayout_4">
  443. <item>
  444. <widget class="QCheckBox" name="checkAutoStop">
  445. <property name="enabled">
  446. <bool>true</bool>
  447. </property>
  448. <property name="text">
  449. <string>YouTube.Actions.EnableAutoStop</string>
  450. </property>
  451. <property name="checked">
  452. <bool>true</bool>
  453. </property>
  454. </widget>
  455. </item>
  456. </layout>
  457. </item>
  458. <item row="16" column="0">
  459. <spacer name="horizontalSpacer_13">
  460. <property name="orientation">
  461. <enum>Qt::Horizontal</enum>
  462. </property>
  463. <property name="sizeHint" stdset="0">
  464. <size>
  465. <width>40</width>
  466. <height>20</height>
  467. </size>
  468. </property>
  469. </spacer>
  470. </item>
  471. <item row="16" column="1">
  472. <layout class="QHBoxLayout" name="horizontalLayout_10">
  473. <item>
  474. <widget class="QDateTimeEdit" name="scheduledTime">
  475. <property name="enabled">
  476. <bool>true</bool>
  477. </property>
  478. <property name="sizePolicy">
  479. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  480. <horstretch>0</horstretch>
  481. <verstretch>0</verstretch>
  482. </sizepolicy>
  483. </property>
  484. <property name="calendarPopup">
  485. <bool>true</bool>
  486. </property>
  487. </widget>
  488. </item>
  489. </layout>
  490. </item>
  491. <item row="17" column="1">
  492. <layout class="QHBoxLayout" name="horizontalLayout_12">
  493. <item>
  494. <widget class="QCheckBox" name="checkRememberSettings">
  495. <property name="text">
  496. <string>YouTube.Actions.RememberSettings</string>
  497. </property>
  498. </widget>
  499. </item>
  500. </layout>
  501. </item>
  502. <item row="17" column="0">
  503. <spacer name="horizontalSpacer">
  504. <property name="orientation">
  505. <enum>Qt::Horizontal</enum>
  506. </property>
  507. <property name="sizeHint" stdset="0">
  508. <size>
  509. <width>40</width>
  510. <height>20</height>
  511. </size>
  512. </property>
  513. </spacer>
  514. </item>
  515. <item row="8" column="1">
  516. <layout class="QHBoxLayout" name="horizontalLayout_13">
  517. <property name="rightMargin">
  518. <number>0</number>
  519. </property>
  520. <property name="bottomMargin">
  521. <number>0</number>
  522. </property>
  523. <item>
  524. <widget class="QPushButton" name="selectFileButton">
  525. <property name="text">
  526. <string>YouTube.Actions.Thumbnail.SelectFile</string>
  527. </property>
  528. </widget>
  529. </item>
  530. <item>
  531. <widget class="QLabel" name="selectedFileName">
  532. <property name="text">
  533. <string>YouTube.Actions.Thumbnail.NoFileSelected</string>
  534. </property>
  535. </widget>
  536. </item>
  537. </layout>
  538. </item>
  539. <item row="6" column="1">
  540. <widget class="ClickableLabel" name="thumbnailPreview">
  541. <property name="enabled">
  542. <bool>true</bool>
  543. </property>
  544. <property name="sizePolicy">
  545. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  546. <horstretch>0</horstretch>
  547. <verstretch>0</verstretch>
  548. </sizepolicy>
  549. </property>
  550. <property name="minimumSize">
  551. <size>
  552. <width>162</width>
  553. <height>92</height>
  554. </size>
  555. </property>
  556. <property name="maximumSize">
  557. <size>
  558. <width>162</width>
  559. <height>92</height>
  560. </size>
  561. </property>
  562. <property name="frameShape">
  563. <enum>QFrame::Box</enum>
  564. </property>
  565. <property name="text">
  566. <string/>
  567. </property>
  568. <property name="alignment">
  569. <set>Qt::AlignCenter</set>
  570. </property>
  571. </widget>
  572. </item>
  573. </layout>
  574. </widget>
  575. <widget class="QWidget" name="ytEventList">
  576. <attribute name="title">
  577. <string>YouTube.Actions.ChooseEvent</string>
  578. </attribute>
  579. <layout class="QVBoxLayout" name="verticalLayout_3">
  580. <item>
  581. <widget class="QScrollArea" name="scrollArea">
  582. <property name="verticalScrollBarPolicy">
  583. <enum>Qt::ScrollBarAlwaysOn</enum>
  584. </property>
  585. <property name="widgetResizable">
  586. <bool>true</bool>
  587. </property>
  588. <widget class="QWidget" name="scrollAreaWidgetContents">
  589. <property name="geometry">
  590. <rect>
  591. <x>0</x>
  592. <y>0</y>
  593. <width>555</width>
  594. <height>192</height>
  595. </rect>
  596. </property>
  597. <property name="sizePolicy">
  598. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  599. <horstretch>0</horstretch>
  600. <verstretch>0</verstretch>
  601. </sizepolicy>
  602. </property>
  603. <layout class="QVBoxLayout" name="verticalLayout_4">
  604. <item>
  605. <widget class="QLabel" name="label_11">
  606. <property name="styleSheet">
  607. <string notr="true">border: 1px solid black;</string>
  608. </property>
  609. <property name="text">
  610. <string>&lt;big&gt;Friday Fortnite Stream&lt;/big&gt;&lt;br/&gt;scheduled for 11/11/20 2:00pm</string>
  611. </property>
  612. <property name="textFormat">
  613. <enum>Qt::RichText</enum>
  614. </property>
  615. <property name="alignment">
  616. <set>Qt::AlignCenter</set>
  617. </property>
  618. <property name="margin">
  619. <number>4</number>
  620. </property>
  621. </widget>
  622. </item>
  623. <item>
  624. <widget class="QLabel" name="label_12">
  625. <property name="styleSheet">
  626. <string notr="true">border: 1px solid black;</string>
  627. </property>
  628. <property name="text">
  629. <string>&lt;big&gt;Friday Fortnite Stream&lt;/big&gt;&lt;br/&gt;scheduled for 11/11/20 2:00pm</string>
  630. </property>
  631. <property name="textFormat">
  632. <enum>Qt::RichText</enum>
  633. </property>
  634. <property name="alignment">
  635. <set>Qt::AlignCenter</set>
  636. </property>
  637. <property name="margin">
  638. <number>4</number>
  639. </property>
  640. </widget>
  641. </item>
  642. <item>
  643. <widget class="QLabel" name="label_13">
  644. <property name="styleSheet">
  645. <string notr="true">border: 1px solid black;</string>
  646. </property>
  647. <property name="text">
  648. <string>&lt;big&gt;Friday Fortnite Stream&lt;/big&gt;&lt;br/&gt;scheduled for 11/11/20 2:00pm</string>
  649. </property>
  650. <property name="textFormat">
  651. <enum>Qt::RichText</enum>
  652. </property>
  653. <property name="alignment">
  654. <set>Qt::AlignCenter</set>
  655. </property>
  656. <property name="margin">
  657. <number>4</number>
  658. </property>
  659. </widget>
  660. </item>
  661. <item>
  662. <widget class="QLabel" name="label_14">
  663. <property name="styleSheet">
  664. <string notr="true">border: 1px solid black;</string>
  665. </property>
  666. <property name="text">
  667. <string>&lt;big&gt;Friday Fortnite Stream&lt;/big&gt;&lt;br/&gt;scheduled for 11/11/20 2:00pm</string>
  668. </property>
  669. <property name="textFormat">
  670. <enum>Qt::RichText</enum>
  671. </property>
  672. <property name="alignment">
  673. <set>Qt::AlignCenter</set>
  674. </property>
  675. <property name="margin">
  676. <number>4</number>
  677. </property>
  678. </widget>
  679. </item>
  680. </layout>
  681. </widget>
  682. </widget>
  683. </item>
  684. </layout>
  685. </widget>
  686. </widget>
  687. </item>
  688. <item>
  689. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,2,0,6">
  690. <item>
  691. <widget class="QPushButton" name="cancelButton">
  692. <property name="text">
  693. <string>Cancel</string>
  694. </property>
  695. </widget>
  696. </item>
  697. <item>
  698. <widget class="QPushButton" name="pushButton">
  699. <property name="text">
  700. <string>YouTube.Actions.Dashboard</string>
  701. </property>
  702. </widget>
  703. </item>
  704. <item>
  705. <widget class="QPushButton" name="saveButton">
  706. <property name="text">
  707. <string>YouTube.Actions.Create_Ready</string>
  708. </property>
  709. </widget>
  710. </item>
  711. <item>
  712. <widget class="QPushButton" name="okButton">
  713. <property name="text">
  714. <string>YouTube.Actions.Create_GoLive</string>
  715. </property>
  716. </widget>
  717. </item>
  718. </layout>
  719. </item>
  720. </layout>
  721. </widget>
  722. <customwidgets>
  723. <customwidget>
  724. <class>ClickableLabel</class>
  725. <extends>QLabel</extends>
  726. <header>clickable-label.hpp</header>
  727. </customwidget>
  728. </customwidgets>
  729. <resources/>
  730. <connections/>
  731. </ui>