mindmapdemo.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MindMapDemo</class>
  4. <widget class="QMainWindow" name="MindMapDemo">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>新宋体</family>
  16. <pointsize>11</pointsize>
  17. </font>
  18. </property>
  19. <property name="windowTitle">
  20. <string>方案设计</string>
  21. </property>
  22. <widget class="QWidget" name="centralwidget">
  23. <layout class="QVBoxLayout" name="verticalLayout">
  24. <property name="spacing">
  25. <number>0</number>
  26. </property>
  27. <item>
  28. <widget class="QWidget" name="widget" native="true">
  29. <property name="minimumSize">
  30. <size>
  31. <width>41</width>
  32. <height>0</height>
  33. </size>
  34. </property>
  35. <property name="maximumSize">
  36. <size>
  37. <width>16777215</width>
  38. <height>41</height>
  39. </size>
  40. </property>
  41. <layout class="QHBoxLayout" name="horizontalLayout">
  42. <property name="spacing">
  43. <number>24</number>
  44. </property>
  45. <property name="leftMargin">
  46. <number>6</number>
  47. </property>
  48. <property name="topMargin">
  49. <number>0</number>
  50. </property>
  51. <property name="rightMargin">
  52. <number>6</number>
  53. </property>
  54. <property name="bottomMargin">
  55. <number>0</number>
  56. </property>
  57. <item>
  58. <widget class="QToolButton" name="btnMenu">
  59. <property name="minimumSize">
  60. <size>
  61. <width>32</width>
  62. <height>32</height>
  63. </size>
  64. </property>
  65. <property name="contextMenuPolicy">
  66. <enum>Qt::ActionsContextMenu</enum>
  67. </property>
  68. <property name="text">
  69. <string>导图</string>
  70. </property>
  71. <property name="icon">
  72. <iconset>
  73. <normaloff>:/res/menu.png</normaloff>:/res/menu.png</iconset>
  74. </property>
  75. <property name="iconSize">
  76. <size>
  77. <width>18</width>
  78. <height>12</height>
  79. </size>
  80. </property>
  81. <property name="toolButtonStyle">
  82. <enum>Qt::ToolButtonIconOnly</enum>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <widget class="QToolButton" name="btnEdit">
  88. <property name="minimumSize">
  89. <size>
  90. <width>32</width>
  91. <height>32</height>
  92. </size>
  93. </property>
  94. <property name="text">
  95. <string>修改结点内容</string>
  96. </property>
  97. <property name="icon">
  98. <iconset>
  99. <normaloff>:/res/name.png</normaloff>:/res/name.png</iconset>
  100. </property>
  101. <property name="iconSize">
  102. <size>
  103. <width>20</width>
  104. <height>25</height>
  105. </size>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QToolButton" name="btnRemark">
  111. <property name="minimumSize">
  112. <size>
  113. <width>32</width>
  114. <height>32</height>
  115. </size>
  116. </property>
  117. <property name="text">
  118. <string>...</string>
  119. </property>
  120. <property name="icon">
  121. <iconset>
  122. <normaloff>:/res/remark.png</normaloff>:/res/remark.png</iconset>
  123. </property>
  124. <property name="iconSize">
  125. <size>
  126. <width>20</width>
  127. <height>25</height>
  128. </size>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <widget class="QToolButton" name="btnLink">
  134. <property name="minimumSize">
  135. <size>
  136. <width>32</width>
  137. <height>32</height>
  138. </size>
  139. </property>
  140. <property name="text">
  141. <string>...</string>
  142. </property>
  143. <property name="icon">
  144. <iconset>
  145. <normaloff>:/res/link.png</normaloff>:/res/link.png</iconset>
  146. </property>
  147. <property name="iconSize">
  148. <size>
  149. <width>16</width>
  150. <height>16</height>
  151. </size>
  152. </property>
  153. </widget>
  154. </item>
  155. <item>
  156. <widget class="QToolButton" name="btnFlag">
  157. <property name="minimumSize">
  158. <size>
  159. <width>32</width>
  160. <height>32</height>
  161. </size>
  162. </property>
  163. <property name="text">
  164. <string>...</string>
  165. </property>
  166. <property name="icon">
  167. <iconset>
  168. <normaloff>:/res/flag.png</normaloff>:/res/flag.png</iconset>
  169. </property>
  170. </widget>
  171. </item>
  172. <item>
  173. <spacer name="horizontalSpacer">
  174. <property name="orientation">
  175. <enum>Qt::Horizontal</enum>
  176. </property>
  177. <property name="sizeHint" stdset="0">
  178. <size>
  179. <width>406</width>
  180. <height>20</height>
  181. </size>
  182. </property>
  183. </spacer>
  184. </item>
  185. </layout>
  186. </widget>
  187. </item>
  188. <item>
  189. <widget class="QWidget" name="wgtMindMapToolbar" native="true">
  190. <property name="minimumSize">
  191. <size>
  192. <width>0</width>
  193. <height>32</height>
  194. </size>
  195. </property>
  196. <property name="maximumSize">
  197. <size>
  198. <width>16777215</width>
  199. <height>32</height>
  200. </size>
  201. </property>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QWidget" name="wgtClient" native="true"/>
  206. </item>
  207. </layout>
  208. </widget>
  209. </widget>
  210. <resources/>
  211. <connections/>
  212. </ui>