editnodedialog.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EditNodeDialog</class>
  4. <widget class="QDialog" name="EditNodeDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>200</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>Dialog</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <layout class="QGridLayout" name="gridLayout">
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="label">
  27. <property name="text">
  28. <string>名称:</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="0" column="1">
  33. <widget class="QLineEdit" name="edtName"/>
  34. </item>
  35. <item row="1" column="0">
  36. <widget class="QLabel" name="label_2">
  37. <property name="text">
  38. <string>内涵:</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item row="1" column="1">
  43. <widget class="QTextEdit" name="msgTEdit"/>
  44. </item>
  45. </layout>
  46. </item>
  47. <item>
  48. <widget class="QWidget" name="widget" native="true">
  49. <property name="minimumSize">
  50. <size>
  51. <width>0</width>
  52. <height>41</height>
  53. </size>
  54. </property>
  55. <property name="maximumSize">
  56. <size>
  57. <width>16777215</width>
  58. <height>41</height>
  59. </size>
  60. </property>
  61. <layout class="QHBoxLayout" name="horizontalLayout">
  62. <item>
  63. <spacer name="horizontalSpacer">
  64. <property name="orientation">
  65. <enum>Qt::Horizontal</enum>
  66. </property>
  67. <property name="sizeHint" stdset="0">
  68. <size>
  69. <width>205</width>
  70. <height>20</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. <item>
  76. <widget class="QPushButton" name="btnOk">
  77. <property name="minimumSize">
  78. <size>
  79. <width>0</width>
  80. <height>23</height>
  81. </size>
  82. </property>
  83. <property name="text">
  84. <string>确定</string>
  85. </property>
  86. <property name="autoDefault">
  87. <bool>true</bool>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="QPushButton" name="btnCancel">
  93. <property name="minimumSize">
  94. <size>
  95. <width>0</width>
  96. <height>23</height>
  97. </size>
  98. </property>
  99. <property name="text">
  100. <string>取消</string>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </widget>
  106. </item>
  107. </layout>
  108. </widget>
  109. <resources/>
  110. <connections/>
  111. </ui>