DialogEditComment.ui 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogEditComment</class>
  4. <widget class="QWidget" name="DialogEditComment">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>301</width>
  10. <height>170</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogEditComment</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>281</width>
  22. <height>111</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string>请输入新的注释</string>
  27. </property>
  28. <widget class="QTextEdit" name="textComment">
  29. <property name="geometry">
  30. <rect>
  31. <x>20</x>
  32. <y>30</y>
  33. <width>241</width>
  34. <height>61</height>
  35. </rect>
  36. </property>
  37. </widget>
  38. </widget>
  39. <widget class="QPushButton" name="okButton">
  40. <property name="geometry">
  41. <rect>
  42. <x>50</x>
  43. <y>130</y>
  44. <width>91</width>
  45. <height>31</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>确定</string>
  50. </property>
  51. <property name="default">
  52. <bool>true</bool>
  53. </property>
  54. </widget>
  55. <widget class="QPushButton" name="cancelButton">
  56. <property name="geometry">
  57. <rect>
  58. <x>170</x>
  59. <y>130</y>
  60. <width>91</width>
  61. <height>31</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>取消</string>
  66. </property>
  67. </widget>
  68. </widget>
  69. <layoutdefault spacing="6" margin="11"/>
  70. <resources/>
  71. <connections/>
  72. </ui>