TemplateControl.ui 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TemplateControl</class>
  4. <widget class="QWidget" name="TemplateControl">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>463</width>
  10. <height>58</height>
  11. </rect>
  12. </property>
  13. <property name="contextMenuPolicy">
  14. <enum>Qt::CustomContextMenu</enum>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Form</string>
  18. </property>
  19. <layout class="QHBoxLayout" name="horizontalLayout_2">
  20. <item>
  21. <layout class="QHBoxLayout" name="horizontalLayout">
  22. <item>
  23. <widget class="QLabel" name="label">
  24. <property name="text">
  25. <string extracomment="模板ID:">Template ID:</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QComboBox" name="tempComboBox"/>
  31. </item>
  32. <item>
  33. <spacer name="horizontalSpacer">
  34. <property name="orientation">
  35. <enum>Qt::Horizontal</enum>
  36. </property>
  37. <property name="sizeType">
  38. <enum>QSizePolicy::Fixed</enum>
  39. </property>
  40. <property name="sizeHint" stdset="0">
  41. <size>
  42. <width>33</width>
  43. <height>20</height>
  44. </size>
  45. </property>
  46. </spacer>
  47. </item>
  48. </layout>
  49. </item>
  50. </layout>
  51. </widget>
  52. <resources/>
  53. <connections/>
  54. </ui>