OBSYoutubeActions.ui 22 KB

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