You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

GeneralTesting.ui 4.4 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GeneralTestingClass</class>
  4. <widget class="QMainWindow" name="GeneralTestingClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>926</width>
  10. <height>635</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>通用数据测试软件</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QStackedWidget" name="sw_pageSwitch">
  20. <property name="styleSheet">
  21. <string notr="true">QStackedWidget#sw_pageSwitch{
  22. border:1px solid;
  23. }
  24. </string>
  25. </property>
  26. <property name="currentIndex">
  27. <number>2</number>
  28. </property>
  29. <widget class="QWidget" name="page_1"/>
  30. <widget class="QWidget" name="page_2"/>
  31. <widget class="QWidget" name="page_3"/>
  32. </widget>
  33. </item>
  34. </layout>
  35. </widget>
  36. <widget class="QMenuBar" name="menuBar">
  37. <property name="geometry">
  38. <rect>
  39. <x>0</x>
  40. <y>0</y>
  41. <width>926</width>
  42. <height>30</height>
  43. </rect>
  44. </property>
  45. <property name="sizePolicy">
  46. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  47. <horstretch>0</horstretch>
  48. <verstretch>0</verstretch>
  49. </sizepolicy>
  50. </property>
  51. <property name="minimumSize">
  52. <size>
  53. <width>0</width>
  54. <height>0</height>
  55. </size>
  56. </property>
  57. <property name="maximumSize">
  58. <size>
  59. <width>16777215</width>
  60. <height>16777215</height>
  61. </size>
  62. </property>
  63. <property name="font">
  64. <font>
  65. <family>Microsoft YaHei UI</family>
  66. </font>
  67. </property>
  68. <property name="defaultUp">
  69. <bool>false</bool>
  70. </property>
  71. <property name="nativeMenuBar">
  72. <bool>false</bool>
  73. </property>
  74. <widget class="QMenu" name="menuFile">
  75. <property name="title">
  76. <string>文件</string>
  77. </property>
  78. <addaction name="actionImport"/>
  79. <addaction name="actionQuit"/>
  80. </widget>
  81. <widget class="QMenu" name="menuView">
  82. <property name="title">
  83. <string>视图</string>
  84. </property>
  85. <addaction name="actionMain"/>
  86. <addaction name="actionConfig"/>
  87. <addaction name="actionVideo"/>
  88. </widget>
  89. <addaction name="menuFile"/>
  90. <addaction name="menuView"/>
  91. </widget>
  92. <widget class="QToolBar" name="toolBar">
  93. <property name="windowTitle">
  94. <string>toolBar</string>
  95. </property>
  96. <attribute name="toolBarArea">
  97. <enum>TopToolBarArea</enum>
  98. </attribute>
  99. <attribute name="toolBarBreak">
  100. <bool>false</bool>
  101. </attribute>
  102. <addaction name="actionImport"/>
  103. </widget>
  104. <action name="actionQuit">
  105. <property name="text">
  106. <string>退出</string>
  107. </property>
  108. <property name="toolTip">
  109. <string>退出</string>
  110. </property>
  111. <property name="shortcut">
  112. <string>Ctrl+Q</string>
  113. </property>
  114. </action>
  115. <action name="actionImport">
  116. <property name="icon">
  117. <iconset resource="GeneralTesting.qrc">
  118. <normaloff>:/GeneralTesting/UI/Open.png</normaloff>:/GeneralTesting/UI/Open.png</iconset>
  119. </property>
  120. <property name="text">
  121. <string>导入</string>
  122. </property>
  123. <property name="toolTip">
  124. <string>导入</string>
  125. </property>
  126. <property name="shortcut">
  127. <string>Ctrl+O</string>
  128. </property>
  129. </action>
  130. <action name="actionMain">
  131. <property name="text">
  132. <string>主界面</string>
  133. </property>
  134. <property name="toolTip">
  135. <string>主界面</string>
  136. </property>
  137. <property name="shortcut">
  138. <string>Ctrl+M</string>
  139. </property>
  140. </action>
  141. <action name="actionConfig">
  142. <property name="text">
  143. <string>参数配置</string>
  144. </property>
  145. <property name="toolTip">
  146. <string>参数配置</string>
  147. </property>
  148. <property name="shortcut">
  149. <string>Ctrl+F</string>
  150. </property>
  151. </action>
  152. <action name="actionVideo">
  153. <property name="text">
  154. <string>视频显示</string>
  155. </property>
  156. <property name="shortcut">
  157. <string>Ctrl+H</string>
  158. </property>
  159. </action>
  160. </widget>
  161. <layoutdefault spacing="6" margin="11"/>
  162. <resources>
  163. <include location="GeneralTesting.qrc"/>
  164. </resources>
  165. <connections/>
  166. </ui>