SequenceBatchRenderDialog.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SequenceBatchRenderDialog</class>
  4. <widget class="QDialog" name="SequenceBatchRenderDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>572</width>
  10. <height>614</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Render Output</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_4">
  17. <item>
  18. <widget class="QGroupBox" name="BATCH_RENDER_INPUT_GROUP_BOX">
  19. <property name="title">
  20. <string>Input</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout_2">
  23. <item row="1" column="5" colspan="2">
  24. <widget class="QLabel" name="BATCH_RENDER_FRAME_IN_FPS">
  25. <property name="text">
  26. <string>In 30 FPS</string>
  27. </property>
  28. <property name="alignment">
  29. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="0">
  34. <widget class="QLabel" name="label">
  35. <property name="text">
  36. <string>Sequence:</string>
  37. </property>
  38. <property name="alignment">
  39. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="1" column="3">
  44. <widget class="QLabel" name="label_2">
  45. <property name="text">
  46. <string>End frame:</string>
  47. </property>
  48. <property name="alignment">
  49. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  50. </property>
  51. </widget>
  52. </item>
  53. <item row="0" column="7">
  54. <widget class="QLabel" name="label_3">
  55. <property name="text">
  56. <string>Director:</string>
  57. </property>
  58. <property name="alignment">
  59. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="0" column="8">
  64. <widget class="QComboBox" name="m_shotCombo">
  65. <property name="minimumSize">
  66. <size>
  67. <width>100</width>
  68. <height>0</height>
  69. </size>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="1" column="7" colspan="2">
  74. <spacer name="horizontalSpacer">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="sizeHint" stdset="0">
  79. <size>
  80. <width>40</width>
  81. <height>20</height>
  82. </size>
  83. </property>
  84. </spacer>
  85. </item>
  86. <item row="1" column="2">
  87. <widget class="QSpinBox" name="m_startFrame"/>
  88. </item>
  89. <item row="0" column="2" colspan="5">
  90. <widget class="QComboBox" name="m_sequenceCombo"/>
  91. </item>
  92. <item row="1" column="0">
  93. <widget class="QLabel" name="label_4">
  94. <property name="text">
  95. <string>Start frame:</string>
  96. </property>
  97. <property name="alignment">
  98. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="1" column="4">
  103. <widget class="QSpinBox" name="m_endFrame"/>
  104. </item>
  105. </layout>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QGroupBox" name="BATCH_RENDER_OUTPUT_GROUP_BOX">
  110. <property name="title">
  111. <string>Output</string>
  112. </property>
  113. <layout class="QVBoxLayout" name="verticalLayout_5">
  114. <item>
  115. <layout class="QHBoxLayout" name="horizontalLayout_5">
  116. <item>
  117. <widget class="QLabel" name="label_5">
  118. <property name="text">
  119. <string>Resolution:</string>
  120. </property>
  121. <property name="alignment">
  122. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  123. </property>
  124. </widget>
  125. </item>
  126. <item>
  127. <widget class="QComboBox" name="m_resolutionCombo">
  128. <property name="minimumSize">
  129. <size>
  130. <width>180</width>
  131. <height>0</height>
  132. </size>
  133. </property>
  134. </widget>
  135. </item>
  136. <item>
  137. <widget class="QLabel" name="label_6">
  138. <property name="text">
  139. <string>FPS:</string>
  140. </property>
  141. <property name="alignment">
  142. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QComboBox" name="m_fpsCombo">
  148. <property name="editable">
  149. <bool>true</bool>
  150. </property>
  151. <property name="insertPolicy">
  152. <enum>QComboBox::NoInsert</enum>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <spacer name="horizontalSpacer_2">
  158. <property name="orientation">
  159. <enum>Qt::Horizontal</enum>
  160. </property>
  161. <property name="sizeHint" stdset="0">
  162. <size>
  163. <width>40</width>
  164. <height>20</height>
  165. </size>
  166. </property>
  167. </spacer>
  168. </item>
  169. </layout>
  170. </item>
  171. <item>
  172. <layout class="QHBoxLayout" name="horizontalLayout_3">
  173. <item>
  174. <widget class="QGroupBox" name="groupBox_4">
  175. <property name="title">
  176. <string>Capture Options</string>
  177. </property>
  178. <layout class="QGridLayout" name="gridLayout">
  179. <item row="3" column="0" colspan="3">
  180. <widget class="QCheckBox" name="m_createVideoCheckBox">
  181. <property name="text">
  182. <string>Create a video (mp4)</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item row="1" column="0">
  187. <widget class="QLabel" name="label_9">
  188. <property name="text">
  189. <string>File prefix:</string>
  190. </property>
  191. <property name="alignment">
  192. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  193. </property>
  194. </widget>
  195. </item>
  196. <item row="1" column="1" colspan="2">
  197. <widget class="QLineEdit" name="BATCH_RENDER_FILE_PREFIX">
  198. <property name="alignment">
  199. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  200. </property>
  201. </widget>
  202. </item>
  203. <item row="0" column="0">
  204. <widget class="QLabel" name="label_7">
  205. <property name="text">
  206. <string>Format:</string>
  207. </property>
  208. <property name="alignment">
  209. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  210. </property>
  211. </widget>
  212. </item>
  213. <item row="2" column="0" colspan="3">
  214. <widget class="QCheckBox" name="m_disableDebugInfoCheckBox">
  215. <property name="text">
  216. <string>Disable Debug Info</string>
  217. </property>
  218. </widget>
  219. </item>
  220. <item row="0" column="1" colspan="2">
  221. <widget class="QComboBox" name="m_imageFormatCombo">
  222. <property name="sizeAdjustPolicy">
  223. <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
  224. </property>
  225. </widget>
  226. </item>
  227. </layout>
  228. </widget>
  229. </item>
  230. <item>
  231. <widget class="QGroupBox" name="groupBox_5">
  232. <property name="title">
  233. <string>Custom Configs</string>
  234. </property>
  235. <layout class="QVBoxLayout" name="verticalLayout_3">
  236. <item>
  237. <widget class="QLabel" name="label_10">
  238. <property name="text">
  239. <string>Input cvars for further customization:</string>
  240. </property>
  241. <property name="alignment">
  242. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  243. </property>
  244. </widget>
  245. </item>
  246. <item>
  247. <widget class="QTextEdit" name="m_cvarsEdit">
  248. <property name="html">
  249. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  250. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  251. p, li { white-space: pre-wrap; }
  252. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:4.125pt; font-weight:400; font-style:normal;&quot;&gt;
  253. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8.25pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  254. </property>
  255. <property name="acceptRichText">
  256. <bool>false</bool>
  257. </property>
  258. </widget>
  259. </item>
  260. </layout>
  261. </widget>
  262. </item>
  263. </layout>
  264. </item>
  265. <item>
  266. <layout class="QHBoxLayout" name="horizontalLayout_2">
  267. <item>
  268. <widget class="QLabel" name="label_11">
  269. <property name="text">
  270. <string>Destination:</string>
  271. </property>
  272. <property name="alignment">
  273. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  274. </property>
  275. </widget>
  276. </item>
  277. <item>
  278. <widget class="QLineEdit" name="m_destinationEdit">
  279. <property name="alignment">
  280. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  281. </property>
  282. </widget>
  283. </item>
  284. <item>
  285. <widget class="QPushButton" name="BATCH_RENDER_LOAD_PRESET">
  286. <property name="text">
  287. <string>Load Preset...</string>
  288. </property>
  289. </widget>
  290. </item>
  291. <item>
  292. <widget class="QPushButton" name="BATCH_RENDER_SAVE_PRESET">
  293. <property name="text">
  294. <string>Save Preset...</string>
  295. </property>
  296. </widget>
  297. </item>
  298. </layout>
  299. </item>
  300. </layout>
  301. </widget>
  302. </item>
  303. <item>
  304. <widget class="QGroupBox" name="BATCH_RENDER_LIST_GROUP_BOX">
  305. <property name="title">
  306. <string>Batch</string>
  307. </property>
  308. <layout class="QHBoxLayout" name="horizontalLayout">
  309. <item>
  310. <widget class="QListView" name="m_renderList"/>
  311. </item>
  312. <item>
  313. <layout class="QVBoxLayout" name="verticalLayout_2">
  314. <item>
  315. <layout class="QVBoxLayout" name="verticalLayout">
  316. <property name="leftMargin">
  317. <number>5</number>
  318. </property>
  319. <property name="rightMargin">
  320. <number>5</number>
  321. </property>
  322. <item>
  323. <widget class="QPushButton" name="BATCH_RENDER_ADD_SEQ">
  324. <property name="text">
  325. <string>Add</string>
  326. </property>
  327. </widget>
  328. </item>
  329. <item>
  330. <widget class="QPushButton" name="BATCH_RENDER_REMOVE_SEQ">
  331. <property name="text">
  332. <string>Remove</string>
  333. </property>
  334. </widget>
  335. </item>
  336. <item>
  337. <widget class="QPushButton" name="BATCH_RENDER_CLEAR_SEQ">
  338. <property name="text">
  339. <string>Clear</string>
  340. </property>
  341. </widget>
  342. </item>
  343. <item>
  344. <widget class="QPushButton" name="m_updateBtn">
  345. <property name="text">
  346. <string>Update</string>
  347. </property>
  348. </widget>
  349. </item>
  350. </layout>
  351. </item>
  352. <item>
  353. <widget class="QPushButton" name="BATCH_RENDER_LOAD_BATCH">
  354. <property name="text">
  355. <string>Load Batch...</string>
  356. </property>
  357. </widget>
  358. </item>
  359. <item>
  360. <widget class="QPushButton" name="BATCH_RENDER_SAVE_BATCH">
  361. <property name="text">
  362. <string>Save Batch...</string>
  363. </property>
  364. </widget>
  365. </item>
  366. </layout>
  367. </item>
  368. </layout>
  369. </widget>
  370. </item>
  371. <item>
  372. <widget class="QProgressBar" name="m_progressBar">
  373. <property name="textVisible">
  374. <bool>false</bool>
  375. </property>
  376. </widget>
  377. </item>
  378. <item>
  379. <widget class="QLabel" name="m_progressStatusMsg">
  380. <property name="text">
  381. <string>Static</string>
  382. </property>
  383. <property name="alignment">
  384. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  385. </property>
  386. </widget>
  387. </item>
  388. <item>
  389. <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,0,0">
  390. <item>
  391. <widget class="QLabel" name="BATCH_RENDER_PRESS_ESC_TO_CANCEL">
  392. <property name="text">
  393. <string>Press ESC to cancel</string>
  394. </property>
  395. <property name="alignment">
  396. <set>Qt::AlignHCenter|Qt::AlignTop</set>
  397. </property>
  398. </widget>
  399. </item>
  400. <item>
  401. <widget class="QPushButton" name="m_pGoBtn">
  402. <property name="text">
  403. <string>Start</string>
  404. </property>
  405. </widget>
  406. </item>
  407. <item>
  408. <widget class="QPushButton" name="CANCEL">
  409. <property name="text">
  410. <string>Done</string>
  411. </property>
  412. </widget>
  413. </item>
  414. </layout>
  415. </item>
  416. </layout>
  417. </widget>
  418. <resources/>
  419. <connections/>
  420. </ui>