DSCAnalysisTool/src/mainwindow.ui

112 lines
2.7 KiB
Plaintext
Raw Normal View History

2025-03-05 09:33:46 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2025-03-12 09:29:52 +00:00
<width>850</width>
2025-03-05 09:33:46 +00:00
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2025-03-12 09:29:52 +00:00
<width>850</width>
2025-03-05 09:33:46 +00:00
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
2025-03-12 09:29:52 +00:00
<addaction name="action_new"/>
<addaction name="action22"/>
2025-03-05 09:33:46 +00:00
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>视图</string>
</property>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>测量</string>
</property>
</widget>
<widget class="QMenu" name="menu_4">
<property name="title">
<string>分析</string>
</property>
</widget>
<widget class="QMenu" name="menu_5">
<property name="title">
<string>工具</string>
</property>
</widget>
<widget class="QMenu" name="menu_6">
<property name="title">
<string>语言</string>
</property>
</widget>
<widget class="QMenu" name="menu_7">
<property name="title">
<string>帮助</string>
</property>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
<addaction name="menu_4"/>
<addaction name="menu_5"/>
<addaction name="menu_6"/>
<addaction name="menu_7"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
2025-03-12 09:29:52 +00:00
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionstart"/>
</widget>
<action name="action_new">
<property name="text">
<string>新建</string>
</property>
</action>
<action name="action22">
<property name="text">
<string>22</string>
</property>
</action>
<action name="actionstart">
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/start.png</normaloff>:/images/start.png</iconset>
</property>
2025-03-05 09:33:46 +00:00
<property name="text">
2025-03-12 09:29:52 +00:00
<string>start</string>
2025-03-05 09:33:46 +00:00
</property>
</action>
</widget>
2025-03-12 09:29:52 +00:00
<resources>
<include location="images.qrc"/>
</resources>
2025-03-05 09:33:46 +00:00
<connections/>
</ui>