mainwindow.ui 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>880</width>
  10. <height>786</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>adcCanTool</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QTabWidget" name="mainTabs">
  20. <property name="currentIndex">
  21. <number>-1</number>
  22. </property>
  23. <property name="usesScrollButtons">
  24. <bool>true</bool>
  25. </property>
  26. <property name="movable">
  27. <bool>true</bool>
  28. </property>
  29. </widget>
  30. </item>
  31. </layout>
  32. </widget>
  33. <widget class="QMenuBar" name="menuBar">
  34. <property name="geometry">
  35. <rect>
  36. <x>0</x>
  37. <y>0</y>
  38. <width>880</width>
  39. <height>28</height>
  40. </rect>
  41. </property>
  42. <widget class="QMenu" name="menuFile">
  43. <property name="title">
  44. <string>文件</string>
  45. </property>
  46. </widget>
  47. <widget class="QMenu" name="menuDevice">
  48. <property name="title">
  49. <string>设备操作</string>
  50. </property>
  51. <addaction name="actionSetup"/>
  52. </widget>
  53. <addaction name="menuFile"/>
  54. <addaction name="menuDevice"/>
  55. </widget>
  56. <widget class="QToolBar" name="mainToolBar">
  57. <attribute name="toolBarArea">
  58. <enum>TopToolBarArea</enum>
  59. </attribute>
  60. <attribute name="toolBarBreak">
  61. <bool>false</bool>
  62. </attribute>
  63. </widget>
  64. <widget class="QStatusBar" name="statusBar"/>
  65. <action name="actionSetup">
  66. <property name="text">
  67. <string>&amp;设置</string>
  68. </property>
  69. <property name="iconText">
  70. <string>设置</string>
  71. </property>
  72. </action>
  73. </widget>
  74. <layoutdefault spacing="6" margin="11"/>
  75. <resources/>
  76. <connections/>
  77. </ui>