mainwindow.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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>869</width>
  10. <height>611</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTabWidget" name="tabWidget">
  18. <property name="geometry">
  19. <rect>
  20. <x>12</x>
  21. <y>46</y>
  22. <width>491</width>
  23. <height>481</height>
  24. </rect>
  25. </property>
  26. <property name="layoutDirection">
  27. <enum>Qt::LeftToRight</enum>
  28. </property>
  29. <property name="tabPosition">
  30. <enum>QTabWidget::West</enum>
  31. </property>
  32. <property name="currentIndex">
  33. <number>-1</number>
  34. </property>
  35. <property name="elideMode">
  36. <enum>Qt::ElideRight</enum>
  37. </property>
  38. <property name="usesScrollButtons">
  39. <bool>false</bool>
  40. </property>
  41. <property name="tabsClosable">
  42. <bool>true</bool>
  43. </property>
  44. </widget>
  45. <widget class="QListWidget" name="listWidget">
  46. <property name="geometry">
  47. <rect>
  48. <x>530</x>
  49. <y>50</y>
  50. <width>131</width>
  51. <height>471</height>
  52. </rect>
  53. </property>
  54. </widget>
  55. <widget class="QPushButton" name="pushButton_addElem">
  56. <property name="geometry">
  57. <rect>
  58. <x>670</x>
  59. <y>400</y>
  60. <width>113</width>
  61. <height>32</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>添加</string>
  66. </property>
  67. </widget>
  68. <widget class="QPushButton" name="pushButton_delElem">
  69. <property name="geometry">
  70. <rect>
  71. <x>670</x>
  72. <y>450</y>
  73. <width>113</width>
  74. <height>32</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>删除</string>
  79. </property>
  80. </widget>
  81. <widget class="QLineEdit" name="lineEdit">
  82. <property name="geometry">
  83. <rect>
  84. <x>690</x>
  85. <y>70</y>
  86. <width>113</width>
  87. <height>21</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <string>健康快乐</string>
  92. </property>
  93. </widget>
  94. </widget>
  95. <widget class="QMenuBar" name="menubar">
  96. <property name="geometry">
  97. <rect>
  98. <x>0</x>
  99. <y>0</y>
  100. <width>869</width>
  101. <height>24</height>
  102. </rect>
  103. </property>
  104. </widget>
  105. <widget class="QStatusBar" name="statusbar"/>
  106. </widget>
  107. <resources/>
  108. <connections/>
  109. </ui>