collectionwindow.ui 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label_animationType">
  21. <property name="text">
  22. <string>动画类型:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QComboBox" name="comboBox_animationType"/>
  28. </item>
  29. </layout>
  30. </item>
  31. <item>
  32. <layout class="QHBoxLayout" name="horizontalLayout_2">
  33. <item>
  34. <widget class="QLabel" name="label_animation">
  35. <property name="text">
  36. <string>动画:</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QComboBox" name="comboBox_animation"/>
  42. </item>
  43. </layout>
  44. </item>
  45. <item>
  46. <layout class="QHBoxLayout" name="horizontalLayout_3">
  47. <item>
  48. <widget class="QLabel" name="label_node">
  49. <property name="text">
  50. <string>节点:</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QLineEdit" name="lineEdit_node"/>
  56. </item>
  57. </layout>
  58. </item>
  59. <item>
  60. <layout class="QHBoxLayout" name="horizontalLayout_4">
  61. <item>
  62. <widget class="QLabel" name="label_shadow">
  63. <property name="text">
  64. <string>阴影:</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QLineEdit" name="lineEdit_shadow"/>
  70. </item>
  71. </layout>
  72. </item>
  73. </layout>
  74. </widget>
  75. <resources/>
  76. <connections/>
  77. </ui>