rootform.ui 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RootForm</class>
  4. <widget class="QWidget" name="RootForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>747</width>
  10. <height>440</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <property name="autoFillBackground">
  23. <bool>true</bool>
  24. </property>
  25. <layout class="QGridLayout" name="gridLayout">
  26. <item row="0" column="0">
  27. <widget class="QTreeView" name="view">
  28. <property name="autoFillBackground">
  29. <bool>true</bool>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="1" column="0">
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <item>
  36. <spacer name="horizontalSpacer">
  37. <property name="orientation">
  38. <enum>Qt::Horizontal</enum>
  39. </property>
  40. <property name="sizeType">
  41. <enum>QSizePolicy::Expanding</enum>
  42. </property>
  43. <property name="sizeHint" stdset="0">
  44. <size>
  45. <width>40</width>
  46. <height>20</height>
  47. </size>
  48. </property>
  49. </spacer>
  50. </item>
  51. <item>
  52. <widget class="QPushButton" name="addKeyBtn">
  53. <property name="text">
  54. <string>添加键</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QPushButton" name="delKeyBtn">
  60. <property name="text">
  61. <string>删除键</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <widget class="QPushButton" name="addSectionBtn">
  67. <property name="text">
  68. <string>添加节点</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QPushButton" name="delSectionBtn">
  74. <property name="text">
  75. <string>删除节点</string>
  76. </property>
  77. </widget>
  78. </item>
  79. </layout>
  80. </item>
  81. </layout>
  82. </widget>
  83. <resources/>
  84. <connections/>
  85. </ui>