This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mathdeptv2/工具v2/Qt面板.ui

74 lines
1.8 KiB
XML

<?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>
<width>426</width>
<height>366</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>
<width>426</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>录入</string>
</property>
<addaction name="action_kxth"/>
</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="menuLaTeX">
<property name="title">
<string>LaTeX代码相关</string>
</property>
</widget>
<widget class="QMenu" name="menu_5">
<property name="title">
<string>退出</string>
</property>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
<addaction name="menu_4"/>
<addaction name="menuLaTeX"/>
<addaction name="menu_5"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="action_kxth">
<property name="text">
<string>寻找空闲题号</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>