📄 mainform.ui
字号:
<iconset></iconset>
</property>
<property name="text">
<string>Save</string>
</property>
<property name="menuText">
<string>&Save</string>
</property>
<property name="accel">
<string>Ctrl+S</string>
</property>
</action>
<action>
<property name="name">
<cstring>fileSaveAsAction</cstring>
</property>
<property name="text">
<string>Save As</string>
</property>
<property name="menuText">
<string>Save &As...</string>
</property>
<property name="accel">
<string></string>
</property>
</action>
<action>
<property name="name">
<cstring>filePrintAction</cstring>
</property>
<property name="iconSet">
<iconset></iconset>
</property>
<property name="text">
<string>Print</string>
</property>
<property name="menuText">
<string>&Print...</string>
</property>
<property name="accel">
<string>Ctrl+P</string>
</property>
</action>
<action>
<property name="name">
<cstring>fileExitAction</cstring>
</property>
<property name="text">
<string>Exit</string>
</property>
<property name="menuText">
<string>E&xit</string>
</property>
<property name="accel">
<string></string>
</property>
</action>
<action>
<property name="name">
<cstring>helpContentsAction</cstring>
</property>
<property name="text">
<string>Contents</string>
</property>
<property name="menuText">
<string>&Contents...</string>
</property>
<property name="accel">
<string></string>
</property>
</action>
<action>
<property name="name">
<cstring>helpIndexAction</cstring>
</property>
<property name="text">
<string>Index</string>
</property>
<property name="menuText">
<string>&Index...</string>
</property>
<property name="accel">
<string></string>
</property>
</action>
<action>
<property name="name">
<cstring>helpAboutAction</cstring>
</property>
<property name="text">
<string>About</string>
</property>
<property name="menuText">
<string>&About</string>
</property>
<property name="accel">
<string></string>
</property>
</action>
</actions>
<connections>
<connection>
<sender>helpAboutAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>helpAbout()</slot>
</connection>
<connection>
<sender>helpContentsAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>helpContents()</slot>
</connection>
<connection>
<sender>helpIndexAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>helpIndex()</slot>
</connection>
<connection>
<sender>fileExitAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>close()</slot>
</connection>
<connection>
<sender>filePrintAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>filePrint()</slot>
</connection>
<connection>
<sender>fileSaveAsAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>fileSaveAs()</slot>
</connection>
<connection>
<sender>fileSaveAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>fileSave()</slot>
</connection>
<connection>
<sender>fileOpenAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>fileOpen()</slot>
</connection>
<connection>
<sender>fileNewAction</sender>
<signal>activated()</signal>
<receiver>Form1</receiver>
<slot>fileNew()</slot>
</connection>
<connection>
<sender>pushButton1</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>Add()</slot>
</connection>
<connection>
<sender>pushButton2</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>Confirm()</slot>
</connection>
<connection>
<sender>pushButton3</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>Search()</slot>
</connection>
<connection>
<sender>pushButton72</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>ShowAllStudent()</slot>
</connection>
<connection>
<sender>pushButton79</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>Modify()</slot>
</connection>
<connection>
<sender>pushButton72_2</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>showAllCourse()</slot>
</connection>
<connection>
<sender>pushButton2_2</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>Confirm()</slot>
</connection>
<connection>
<sender>pushButton1_2</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>AddCourse()</slot>
</connection>
<connection>
<sender>pushButton79_2</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>ModifyCourse()</slot>
</connection>
<connection>
<sender>pushButton3_2</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>Search2()</slot>
</connection>
<connection>
<sender>pushButton2_4</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>Confirm()</slot>
</connection>
<connection>
<sender>pushButton1_4</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>AddScore()</slot>
</connection>
<connection>
<sender>pushButton165</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>ShowAllScore()</slot>
</connection>
<connection>
<sender>tabWidget1</sender>
<signal>currentChanged(QWidget*)</signal>
<receiver>Form1</receiver>
<slot>pageChanged()</slot>
</connection>
<connection>
<sender>pushButton166</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>ModifyScore()</slot>
</connection>
<connection>
<sender>pushButton179</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>StudentStat()</slot>
</connection>
<connection>
<sender>pushButton180</sender>
<signal>clicked()</signal>
<receiver>Form1</receiver>
<slot>CourseStat()</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in declaration">addstudentform.h</include>
<include location="local" impldecl="in declaration">confirm.h</include>
<include location="local" impldecl="in declaration">Student.h</include>
<include location="local" impldecl="in declaration">Course.h</include>
<include location="local" impldecl="in declaration">Score.h</include>
<include location="local" impldecl="in declaration">Choose.h</include>
<include location="local" impldecl="in declaration">Qstring.h</include>
<include location="local" impldecl="in declaration">vector</include>
<include location="local" impldecl="in declaration">qlistview.h</include>
<include location="local" impldecl="in declaration">search.h</include>
<include location="local" impldecl="in declaration">addcourse.h</include>
<include location="local" impldecl="in declaration">qcombobox.h</include>
<include location="local" impldecl="in declaration">qlineedit.h</include>
<include location="local" impldecl="in declaration">search2.h</include>
<include location="local" impldecl="in declaration">addscore.h</include>
<include location="local" impldecl="in implementation">mainform.ui.h</include>
</includes>
<variables>
<variable access="public">Form7 ag;</variable>
<variable access="public">Form5 ac;</variable>
<variable access="public">Form4 sq;</variable>
<variable access="public">Form2 as;</variable>
<variable access="public">Form3 cf;</variable>
<variable access="public">vector <Student> stu;</variable>
<variable access="public">vector <Course> crs;</variable>
<variable access="public">Form6 sq2;</variable>
<variable access="public">vector <Score> scr;</variable>
</variables>
<slots>
<slot>fileNew()</slot>
<slot>fileOpen()</slot>
<slot>fileSave()</slot>
<slot>fileSaveAs()</slot>
<slot>filePrint()</slot>
<slot>fileExit()</slot>
<slot>helpIndex()</slot>
<slot>helpContents()</slot>
<slot>helpAbout()</slot>
<slot specifier="non virtual">Confirm()</slot>
<slot>ShowAddStudent()</slot>
<slot>showAddForm()</slot>
<slot specifier="non virtual">Add()</slot>
<slot specifier="non virtual">DeleteLVI()</slot>
<slot specifier="non virtual">Search()</slot>
<slot specifier="non virtual">SearchByName()</slot>
<slot specifier="non virtual">SearchByID()</slot>
<slot>ShowAllStudent()</slot>
<slot specifier="non virtual">Modify()</slot>
<slot specifier="non virtual">showModifyStudent()</slot>
<slot specifier="non virtual">showAllCourse()</slot>
<slot>ShowAddCForm()</slot>
<slot specifier="non virtual">AddCourse()</slot>
<slot specifier="non virtual">ShowAddCourse()</slot>
<slot specifier="non virtual">ModifyCourse()</slot>
<slot specifier="non virtual">ShowModifyCourse()</slot>
<slot specifier="non virtual">Search2()</slot>
<slot specifier="non virtual">ShowCourseSearch()</slot>
<slot specifier="non virtual">AddScore()</slot>
<slot specifier="non virtual">ShowAddScore()</slot>
<slot specifier="non virtual">ShowAllScore()</slot>
<slot specifier="non virtual">pageChanged()</slot>
<slot specifier="non virtual">ModifyScore()</slot>
<slot specifier="non virtual">ShowAddSForm()</slot>
<slot specifier="non virtual">ShowModifyScore()</slot>
<slot specifier="non virtual">StudentStat()</slot>
<slot specifier="non virtual">CourseStat()</slot>
</slots>
<functions>
<function access="private" specifier="non virtual">init()</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -