TVSequenceProps.ui 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CTVSequenceProps</class>
  4. <widget class="QDialog" name="CTVSequenceProps">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>310</width>
  10. <height>485</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Edit Sequence</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_5">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox2">
  19. <property name="title">
  20. <string>Properties</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout_2">
  23. <item row="3" column="0" colspan="3">
  24. <widget class="QCheckBox" name="EARLYMOVIEUPDATE">
  25. <property name="text">
  26. <string>Update Movie System First</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="2" column="1">
  31. <widget class="QCheckBox" name="NOSEEK">
  32. <property name="text">
  33. <string>NoSeek</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item row="1" column="0" colspan="3">
  38. <widget class="QLineEdit" name="NAME">
  39. <property name="alignment">
  40. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="0" column="0">
  45. <widget class="QLabel" name="label2">
  46. <property name="text">
  47. <string>Sequence Name</string>
  48. </property>
  49. <property name="alignment">
  50. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="2" column="0">
  55. <widget class="QCheckBox" name="ALWAYS_PLAY">
  56. <property name="text">
  57. <string>Autostart</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="2" column="2">
  62. <widget class="QCheckBox" name="CUT_SCENE">
  63. <property name="text">
  64. <string>Cut-Scene</string>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QGroupBox" name="groupBox3">
  73. <property name="title">
  74. <string>Cut-Scene Toggles</string>
  75. </property>
  76. <layout class="QGridLayout" name="gridLayout">
  77. <item row="0" column="0">
  78. <widget class="QCheckBox" name="NOABORT">
  79. <property name="text">
  80. <string>Non-Skippable</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="0" column="1">
  85. <widget class="QCheckBox" name="DISABLEPLAYER">
  86. <property name="text">
  87. <string>Disable Player</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="1" column="1">
  92. <widget class="QCheckBox" name="DISABLESOUNDS">
  93. <property name="text">
  94. <string>Disable Sounds</string>
  95. </property>
  96. </widget>
  97. </item>
  98. </layout>
  99. </widget>
  100. </item>
  101. <item>
  102. <layout class="QHBoxLayout" name="horizontalLayout_4">
  103. <item>
  104. <widget class="QGroupBox" name="groupBox4">
  105. <property name="title">
  106. <string>Timing</string>
  107. </property>
  108. <layout class="QVBoxLayout" name="verticalLayout_3">
  109. <item>
  110. <layout class="QHBoxLayout" name="horizontalLayout_2">
  111. <item>
  112. <widget class="QLabel" name="label1">
  113. <property name="text">
  114. <string>Start Time:</string>
  115. </property>
  116. <property name="alignment">
  117. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QDoubleSpinBox" name="START_TIME">
  123. <property name="alignment">
  124. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  125. </property>
  126. </widget>
  127. </item>
  128. </layout>
  129. </item>
  130. <item>
  131. <layout class="QHBoxLayout" name="horizontalLayout_3">
  132. <item>
  133. <widget class="QLabel" name="label">
  134. <property name="text">
  135. <string>EndTime:</string>
  136. </property>
  137. <property name="alignment">
  138. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <widget class="QDoubleSpinBox" name="END_TIME">
  144. <property name="alignment">
  145. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  146. </property>
  147. </widget>
  148. </item>
  149. </layout>
  150. </item>
  151. <item>
  152. <widget class="QGroupBox" name="groupBox">
  153. <property name="title">
  154. <string>Display Start/End Time As:</string>
  155. </property>
  156. <layout class="QVBoxLayout" name="verticalLayout_2">
  157. <item>
  158. <widget class="QRadioButton" name="TO_FRAMES">
  159. <property name="text">
  160. <string>Frames</string>
  161. </property>
  162. </widget>
  163. </item>
  164. <item>
  165. <widget class="QRadioButton" name="TO_SECONDS">
  166. <property name="text">
  167. <string>Seconds</string>
  168. </property>
  169. <property name="checked">
  170. <bool>true</bool>
  171. </property>
  172. </widget>
  173. </item>
  174. </layout>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QCheckBox" name="MOVE_SCALE_KEYS">
  179. <property name="text">
  180. <string>Move/Scale Keys</string>
  181. </property>
  182. </widget>
  183. </item>
  184. </layout>
  185. </widget>
  186. </item>
  187. <item>
  188. <layout class="QVBoxLayout" name="verticalLayout_4">
  189. <item>
  190. <widget class="QGroupBox" name="groupBox1">
  191. <property name="sizePolicy">
  192. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  193. <horstretch>0</horstretch>
  194. <verstretch>0</verstretch>
  195. </sizepolicy>
  196. </property>
  197. <property name="title">
  198. <string>Out Of Range</string>
  199. </property>
  200. <layout class="QVBoxLayout" name="verticalLayout">
  201. <item>
  202. <widget class="QRadioButton" name="ORT_ONCE">
  203. <property name="text">
  204. <string>Once</string>
  205. </property>
  206. </widget>
  207. </item>
  208. <item>
  209. <widget class="QRadioButton" name="ORT_CONSTANT">
  210. <property name="text">
  211. <string>Constant</string>
  212. </property>
  213. </widget>
  214. </item>
  215. <item>
  216. <widget class="QRadioButton" name="ORT_LOOP">
  217. <property name="text">
  218. <string>Loop</string>
  219. </property>
  220. </widget>
  221. </item>
  222. </layout>
  223. </widget>
  224. </item>
  225. <item>
  226. <spacer name="verticalSpacer">
  227. <property name="orientation">
  228. <enum>Qt::Vertical</enum>
  229. </property>
  230. <property name="sizeHint" stdset="0">
  231. <size>
  232. <width>20</width>
  233. <height>20</height>
  234. </size>
  235. </property>
  236. </spacer>
  237. </item>
  238. </layout>
  239. </item>
  240. </layout>
  241. </item>
  242. <item>
  243. <widget class="QDialogButtonBox" name="buttonBox">
  244. <property name="standardButtons">
  245. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  246. </property>
  247. </widget>
  248. </item>
  249. </layout>
  250. </widget>
  251. <resources/>
  252. <connections>
  253. <connection>
  254. <sender>buttonBox</sender>
  255. <signal>rejected()</signal>
  256. <receiver>CTVSequenceProps</receiver>
  257. <slot>reject()</slot>
  258. <hints>
  259. <hint type="sourcelabel">
  260. <x>196</x>
  261. <y>465</y>
  262. </hint>
  263. <hint type="destinationlabel">
  264. <x>239</x>
  265. <y>407</y>
  266. </hint>
  267. </hints>
  268. </connection>
  269. </connections>
  270. </ui>