collectionwindow.ui 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CollectionWindow</class>
  4. <widget class="QWidget" name="CollectionWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="">
  17. <layout class="QHBoxLayout" name="horizontalLayout">
  18. <item>
  19. <widget class="QLabel" name="label_animationType">
  20. <property name="text">
  21. <string>动画类型:</string>
  22. </property>
  23. </widget>
  24. </item>
  25. <item>
  26. <widget class="QComboBox" name="comboBox_animationType"/>
  27. </item>
  28. </layout>
  29. </widget>
  30. <widget class="QWidget" name="">
  31. <layout class="QHBoxLayout" name="horizontalLayout_2">
  32. <item>
  33. <widget class="QLabel" name="label_animation">
  34. <property name="text">
  35. <string>动画:</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QComboBox" name="comboBox_animation"/>
  41. </item>
  42. </layout>
  43. </widget>
  44. <widget class="QWidget" name="">
  45. <layout class="QHBoxLayout" name="horizontalLayout_3">
  46. <item>
  47. <widget class="QLabel" name="label_node">
  48. <property name="text">
  49. <string>节点:</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QLineEdit" name="lineEdit_node"/>
  55. </item>
  56. </layout>
  57. </widget>
  58. <widget class="QWidget" name="">
  59. <property name="geometry">
  60. <rect>
  61. <x>20</x>
  62. <y>220</y>
  63. <width>175</width>
  64. <height>23</height>
  65. </rect>
  66. </property>
  67. <layout class="QHBoxLayout" name="horizontalLayout_4">
  68. <item>
  69. <widget class="QLabel" name="label_shadow">
  70. <property name="text">
  71. <string>阴影:</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QLineEdit" name="lineEdit_shadow"/>
  77. </item>
  78. </layout>
  79. </widget>
  80. </widget>
  81. <resources/>
  82. <connections/>
  83. </ui>