UiAVSequenceProps.ui 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CUiAVSequenceProps</class>
  4. <widget class="QDialog" name="CUiAVSequenceProps">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>310</width>
  10. <height>320</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="1" column="0" colspan="3">
  24. <widget class="QLineEdit" name="NAME">
  25. <property name="alignment">
  26. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="0" column="0">
  31. <widget class="QLabel" name="label2">
  32. <property name="text">
  33. <string>Sequence Name</string>
  34. </property>
  35. <property name="alignment">
  36. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </widget>
  42. </item>
  43. <item>
  44. <layout class="QHBoxLayout" name="horizontalLayout_4">
  45. <item>
  46. <widget class="QGroupBox" name="groupBox4">
  47. <property name="title">
  48. <string>Timing</string>
  49. </property>
  50. <layout class="QVBoxLayout" name="verticalLayout_3">
  51. <item>
  52. <layout class="QHBoxLayout" name="horizontalLayout_2">
  53. <item>
  54. <widget class="QLabel" name="label1">
  55. <property name="text">
  56. <string>Start Time:</string>
  57. </property>
  58. <property name="alignment">
  59. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QDoubleSpinBox" name="START_TIME">
  65. <property name="alignment">
  66. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </item>
  72. <item>
  73. <layout class="QHBoxLayout" name="horizontalLayout_3">
  74. <item>
  75. <widget class="QLabel" name="label">
  76. <property name="text">
  77. <string>EndTime:</string>
  78. </property>
  79. <property name="alignment">
  80. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QDoubleSpinBox" name="END_TIME">
  86. <property name="alignment">
  87. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  88. </property>
  89. </widget>
  90. </item>
  91. </layout>
  92. </item>
  93. <item>
  94. <widget class="QGroupBox" name="groupBox">
  95. <property name="title">
  96. <string>Start/End Time Unit</string>
  97. </property>
  98. <layout class="QVBoxLayout" name="verticalLayout_2">
  99. <item>
  100. <widget class="QRadioButton" name="TU_FRAMES">
  101. <property name="text">
  102. <string>Frames</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item>
  107. <widget class="QRadioButton" name="TU_SECONDS">
  108. <property name="text">
  109. <string>Seconds</string>
  110. </property>
  111. <property name="checked">
  112. <bool>true</bool>
  113. </property>
  114. </widget>
  115. </item>
  116. </layout>
  117. </widget>
  118. </item>
  119. <item>
  120. <widget class="QCheckBox" name="MOVE_SCALE_KEYS">
  121. <property name="text">
  122. <string>Move/Scale Keys</string>
  123. </property>
  124. </widget>
  125. </item>
  126. </layout>
  127. </widget>
  128. </item>
  129. <item>
  130. <layout class="QVBoxLayout" name="verticalLayout_4">
  131. <item>
  132. <widget class="QGroupBox" name="groupBox1">
  133. <property name="sizePolicy">
  134. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  135. <horstretch>0</horstretch>
  136. <verstretch>0</verstretch>
  137. </sizepolicy>
  138. </property>
  139. <property name="title">
  140. <string>Out Of Range</string>
  141. </property>
  142. <layout class="QVBoxLayout" name="verticalLayout">
  143. <item>
  144. <widget class="QRadioButton" name="ORT_ONCE">
  145. <property name="text">
  146. <string>Once</string>
  147. </property>
  148. </widget>
  149. </item>
  150. <item>
  151. <widget class="QRadioButton" name="ORT_CONSTANT">
  152. <property name="text">
  153. <string>Constant</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item>
  158. <widget class="QRadioButton" name="ORT_LOOP">
  159. <property name="text">
  160. <string>Loop</string>
  161. </property>
  162. </widget>
  163. </item>
  164. </layout>
  165. </widget>
  166. </item>
  167. <item>
  168. <spacer name="verticalSpacer">
  169. <property name="orientation">
  170. <enum>Qt::Vertical</enum>
  171. </property>
  172. <property name="sizeHint" stdset="0">
  173. <size>
  174. <width>20</width>
  175. <height>20</height>
  176. </size>
  177. </property>
  178. </spacer>
  179. </item>
  180. </layout>
  181. </item>
  182. </layout>
  183. </item>
  184. <item>
  185. <widget class="QDialogButtonBox" name="buttonBox">
  186. <property name="standardButtons">
  187. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  188. </property>
  189. </widget>
  190. </item>
  191. </layout>
  192. </widget>
  193. <resources/>
  194. <connections>
  195. <connection>
  196. <sender>buttonBox</sender>
  197. <signal>rejected()</signal>
  198. <receiver>CUiAVSequenceProps</receiver>
  199. <slot>reject()</slot>
  200. <hints>
  201. <hint type="sourcelabel">
  202. <x>252</x>
  203. <y>293</y>
  204. </hint>
  205. <hint type="destinationlabel">
  206. <x>252</x>
  207. <y>233</y>
  208. </hint>
  209. </hints>
  210. </connection>
  211. </connections>
  212. </ui>