UiAnimViewCurveEditor.ui 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>UiAnimViewCurveEditor</class>
  4. <widget class="QWidget" name="UiAnimViewCurveEditor">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>588</width>
  10. <height>285</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>50</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <layout class="QGridLayout" name="gridLayout">
  20. <item row="1" column="0">
  21. <widget class="CUiAnimViewSplineCtrl" name="m_wndSpline" native="true"/>
  22. </item>
  23. <item row="1" column="1">
  24. <widget class="QScrollBar" name="m_verticalScrollBar">
  25. <property name="tracking">
  26. <bool>false</bool>
  27. </property>
  28. <property name="orientation">
  29. <enum>Qt::Vertical</enum>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="0" colspan="2">
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <property name="spacing">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QToolButton" name="buttonTangentAuto">
  40. <property name="toolTip">
  41. <string>Set In/Out Tangents to Auto</string>
  42. </property>
  43. <property name="iconSize">
  44. <size>
  45. <width>18</width>
  46. <height>18</height>
  47. </size>
  48. </property>
  49. <property name="autoRaise">
  50. <bool>true</bool>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="Line" name="line">
  56. <property name="minimumSize">
  57. <size>
  58. <width>6</width>
  59. <height>0</height>
  60. </size>
  61. </property>
  62. <property name="orientation">
  63. <enum>Qt::Vertical</enum>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QToolButton" name="buttonTangentInZero">
  69. <property name="toolTip">
  70. <string>Set In Tangent to Zero</string>
  71. </property>
  72. <property name="iconSize">
  73. <size>
  74. <width>18</width>
  75. <height>18</height>
  76. </size>
  77. </property>
  78. <property name="autoRaise">
  79. <bool>true</bool>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <widget class="QToolButton" name="buttonTangentInStep">
  85. <property name="toolTip">
  86. <string>Set In Tangent to Step</string>
  87. </property>
  88. <property name="iconSize">
  89. <size>
  90. <width>18</width>
  91. <height>18</height>
  92. </size>
  93. </property>
  94. <property name="autoRaise">
  95. <bool>true</bool>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QToolButton" name="buttonTangentInLinear">
  101. <property name="toolTip">
  102. <string>Set In Tangent to Linear</string>
  103. </property>
  104. <property name="iconSize">
  105. <size>
  106. <width>18</width>
  107. <height>18</height>
  108. </size>
  109. </property>
  110. <property name="autoRaise">
  111. <bool>true</bool>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="Line" name="line_2">
  117. <property name="minimumSize">
  118. <size>
  119. <width>6</width>
  120. <height>0</height>
  121. </size>
  122. </property>
  123. <property name="orientation">
  124. <enum>Qt::Vertical</enum>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QToolButton" name="buttonTangentOutZero">
  130. <property name="toolTip">
  131. <string>Set Out Tangent to Zero</string>
  132. </property>
  133. <property name="iconSize">
  134. <size>
  135. <width>18</width>
  136. <height>18</height>
  137. </size>
  138. </property>
  139. <property name="autoRaise">
  140. <bool>true</bool>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QToolButton" name="buttonTangentOutStep">
  146. <property name="toolTip">
  147. <string>Set Out Tangent to Step</string>
  148. </property>
  149. <property name="iconSize">
  150. <size>
  151. <width>18</width>
  152. <height>18</height>
  153. </size>
  154. </property>
  155. <property name="autoRaise">
  156. <bool>true</bool>
  157. </property>
  158. </widget>
  159. </item>
  160. <item>
  161. <widget class="QToolButton" name="buttonTangentOutLinear">
  162. <property name="toolTip">
  163. <string>Set Out Tangent to Linear</string>
  164. </property>
  165. <property name="iconSize">
  166. <size>
  167. <width>18</width>
  168. <height>18</height>
  169. </size>
  170. </property>
  171. <property name="autoRaise">
  172. <bool>true</bool>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="Line" name="line_3">
  178. <property name="minimumSize">
  179. <size>
  180. <width>6</width>
  181. <height>0</height>
  182. </size>
  183. </property>
  184. <property name="orientation">
  185. <enum>Qt::Vertical</enum>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <widget class="QToolButton" name="buttonSplineFitX">
  191. <property name="toolTip">
  192. <string>Fit splines to the visible width</string>
  193. </property>
  194. <property name="iconSize">
  195. <size>
  196. <width>18</width>
  197. <height>18</height>
  198. </size>
  199. </property>
  200. <property name="autoRaise">
  201. <bool>true</bool>
  202. </property>
  203. </widget>
  204. </item>
  205. <item>
  206. <widget class="QToolButton" name="buttonSplineFitY">
  207. <property name="toolTip">
  208. <string>Fit splines to the visible height</string>
  209. </property>
  210. <property name="iconSize">
  211. <size>
  212. <width>18</width>
  213. <height>18</height>
  214. </size>
  215. </property>
  216. <property name="autoRaise">
  217. <bool>true</bool>
  218. </property>
  219. </widget>
  220. </item>
  221. <item>
  222. <widget class="Line" name="line_4">
  223. <property name="minimumSize">
  224. <size>
  225. <width>6</width>
  226. <height>0</height>
  227. </size>
  228. </property>
  229. <property name="orientation">
  230. <enum>Qt::Vertical</enum>
  231. </property>
  232. </widget>
  233. </item>
  234. <item>
  235. <widget class="QToolButton" name="buttonSplineSnapGridX">
  236. <property name="toolTip">
  237. <string>Snap to time grid</string>
  238. </property>
  239. <property name="iconSize">
  240. <size>
  241. <width>18</width>
  242. <height>18</height>
  243. </size>
  244. </property>
  245. <property name="checkable">
  246. <bool>true</bool>
  247. </property>
  248. <property name="autoRaise">
  249. <bool>true</bool>
  250. </property>
  251. </widget>
  252. </item>
  253. <item>
  254. <widget class="QToolButton" name="buttonSplineSnapGridY">
  255. <property name="toolTip">
  256. <string>Snap to value grid</string>
  257. </property>
  258. <property name="iconSize">
  259. <size>
  260. <width>18</width>
  261. <height>18</height>
  262. </size>
  263. </property>
  264. <property name="checkable">
  265. <bool>true</bool>
  266. </property>
  267. <property name="autoRaise">
  268. <bool>true</bool>
  269. </property>
  270. </widget>
  271. </item>
  272. <item>
  273. <widget class="Line" name="line_5">
  274. <property name="minimumSize">
  275. <size>
  276. <width>6</width>
  277. <height>0</height>
  278. </size>
  279. </property>
  280. <property name="orientation">
  281. <enum>Qt::Vertical</enum>
  282. </property>
  283. </widget>
  284. </item>
  285. <item>
  286. <widget class="QToolButton" name="buttonTangentUnify">
  287. <property name="toolTip">
  288. <string>Unify/Break Tangent Handles</string>
  289. </property>
  290. <property name="iconSize">
  291. <size>
  292. <width>18</width>
  293. <height>18</height>
  294. </size>
  295. </property>
  296. <property name="checkable">
  297. <bool>true</bool>
  298. </property>
  299. <property name="autoRaise">
  300. <bool>true</bool>
  301. </property>
  302. </widget>
  303. </item>
  304. <item>
  305. <widget class="Line" name="line_6">
  306. <property name="minimumSize">
  307. <size>
  308. <width>6</width>
  309. <height>0</height>
  310. </size>
  311. </property>
  312. <property name="orientation">
  313. <enum>Qt::Vertical</enum>
  314. </property>
  315. </widget>
  316. </item>
  317. <item>
  318. <widget class="QToolButton" name="buttonFreezeKeys">
  319. <property name="toolTip">
  320. <string>Freeze/Unfreeze all keys</string>
  321. </property>
  322. <property name="iconSize">
  323. <size>
  324. <width>18</width>
  325. <height>18</height>
  326. </size>
  327. </property>
  328. <property name="checkable">
  329. <bool>true</bool>
  330. </property>
  331. <property name="autoRaise">
  332. <bool>true</bool>
  333. </property>
  334. </widget>
  335. </item>
  336. <item>
  337. <widget class="QToolButton" name="buttonFreezeTangents">
  338. <property name="toolTip">
  339. <string>Freeze/Unfreeze all tangent handles</string>
  340. </property>
  341. <property name="iconSize">
  342. <size>
  343. <width>18</width>
  344. <height>18</height>
  345. </size>
  346. </property>
  347. <property name="checkable">
  348. <bool>true</bool>
  349. </property>
  350. <property name="autoRaise">
  351. <bool>true</bool>
  352. </property>
  353. </widget>
  354. </item>
  355. <item>
  356. <spacer name="horizontalSpacer">
  357. <property name="orientation">
  358. <enum>Qt::Horizontal</enum>
  359. </property>
  360. <property name="sizeHint" stdset="0">
  361. <size>
  362. <width>40</width>
  363. <height>20</height>
  364. </size>
  365. </property>
  366. </spacer>
  367. </item>
  368. <item>
  369. <widget class="QScrollBar" name="m_horizontalScrollBar">
  370. <property name="tracking">
  371. <bool>false</bool>
  372. </property>
  373. <property name="orientation">
  374. <enum>Qt::Horizontal</enum>
  375. </property>
  376. </widget>
  377. </item>
  378. </layout>
  379. </item>
  380. </layout>
  381. </widget>
  382. <customwidgets>
  383. <customwidget>
  384. <class>CUiAnimViewSplineCtrl</class>
  385. <extends>QWidget</extends>
  386. <header>Animation/UiAnimViewSplineCtrl.h</header>
  387. <container>1</container>
  388. </customwidget>
  389. </customwidgets>
  390. <resources/>
  391. <connections/>
  392. </ui>