widget.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Widget</class>
  4. <widget class="QWidget" name="Widget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1920</width>
  10. <height>1080</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QWidget" name="widget_content" native="true"/>
  19. </item>
  20. <item>
  21. <widget class="QWidget" name="widget_control" native="true">
  22. <property name="sizePolicy">
  23. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  24. <horstretch>0</horstretch>
  25. <verstretch>0</verstretch>
  26. </sizepolicy>
  27. </property>
  28. <property name="minimumSize">
  29. <size>
  30. <width>0</width>
  31. <height>80</height>
  32. </size>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <item>
  36. <widget class="QPushButton" name="pBtn_getData">
  37. <property name="minimumSize">
  38. <size>
  39. <width>120</width>
  40. <height>32</height>
  41. </size>
  42. </property>
  43. <property name="text">
  44. <string>获取数据</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QPushButton" name="pBtn_saveData">
  50. <property name="minimumSize">
  51. <size>
  52. <width>120</width>
  53. <height>32</height>
  54. </size>
  55. </property>
  56. <property name="text">
  57. <string>写入数据库</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QPushButton" name="pBtn_light_dark">
  63. <property name="minimumSize">
  64. <size>
  65. <width>120</width>
  66. <height>32</height>
  67. </size>
  68. </property>
  69. <property name="text">
  70. <string>亮/暗</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QPushButton" name="pBtn_useEQM">
  76. <property name="minimumSize">
  77. <size>
  78. <width>160</width>
  79. <height>32</height>
  80. </size>
  81. </property>
  82. <property name="text">
  83. <string>是否使用EQM数据库</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QPushButton" name="pBtn_changeUser">
  89. <property name="minimumSize">
  90. <size>
  91. <width>120</width>
  92. <height>32</height>
  93. </size>
  94. </property>
  95. <property name="text">
  96. <string>切换用户</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <spacer name="horizontalSpacer">
  102. <property name="orientation">
  103. <enum>Qt::Horizontal</enum>
  104. </property>
  105. <property name="sizeHint" stdset="0">
  106. <size>
  107. <width>1619</width>
  108. <height>20</height>
  109. </size>
  110. </property>
  111. </spacer>
  112. </item>
  113. </layout>
  114. </widget>
  115. </item>
  116. </layout>
  117. </widget>
  118. <resources/>
  119. <connections/>
  120. </ui>