mainwindow.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  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="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTableWidget" name="tableWidget">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>0</y>
  22. <width>711</width>
  23. <height>71</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QPushButton" name="restoreBtn">
  28. <property name="geometry">
  29. <rect>
  30. <x>270</x>
  31. <y>80</y>
  32. <width>112</width>
  33. <height>32</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>保存</string>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="clearBtn">
  41. <property name="geometry">
  42. <rect>
  43. <x>10</x>
  44. <y>80</y>
  45. <width>112</width>
  46. <height>32</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>清空</string>
  51. </property>
  52. </widget>
  53. <widget class="QPushButton" name="pushButton">
  54. <property name="geometry">
  55. <rect>
  56. <x>140</x>
  57. <y>80</y>
  58. <width>112</width>
  59. <height>32</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string>PushButton</string>
  64. </property>
  65. </widget>
  66. <widget class="QPushButton" name="pushButton_2">
  67. <property name="geometry">
  68. <rect>
  69. <x>430</x>
  70. <y>80</y>
  71. <width>161</width>
  72. <height>32</height>
  73. </rect>
  74. </property>
  75. <property name="text">
  76. <string>professionalInfo</string>
  77. </property>
  78. </widget>
  79. </widget>
  80. <widget class="QMenuBar" name="menubar">
  81. <property name="geometry">
  82. <rect>
  83. <x>0</x>
  84. <y>0</y>
  85. <width>800</width>
  86. <height>22</height>
  87. </rect>
  88. </property>
  89. </widget>
  90. <widget class="QStatusBar" name="statusbar"/>
  91. </widget>
  92. <resources/>
  93. <connections/>
  94. </ui>