📄 mainform.ui
字号:
</rect>
</property>
</widget>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>score</cstring>
</property>
<attribute name="title">
<string>Score</string>
</attribute>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton165</cstring>
</property>
<property name="geometry">
<rect>
<x>170</x>
<y>400</y>
<width>97</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Show All</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton1_4</cstring>
</property>
<property name="geometry">
<rect>
<x>280</x>
<y>400</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>ADD</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton2_4</cstring>
</property>
<property name="geometry">
<rect>
<x>490</x>
<y>400</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>DELETE</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton166</cstring>
</property>
<property name="geometry">
<rect>
<x>380</x>
<y>400</y>
<width>97</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Modify</string>
</property>
</widget>
<widget class="QListView">
<column>
<property name="text">
<string> StudentID </string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string> CourseID </string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>grade</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>listView3</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>560</width>
<height>380</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>Stat1</cstring>
</property>
<attribute name="title">
<string>Stat. of student</string>
</attribute>
<widget class="QListView">
<column>
<property name="text">
<string> StudentID </string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string> StudentName </string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Average</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>listView4</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>560</width>
<height>380</height>
</rect>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton179</cstring>
</property>
<property name="geometry">
<rect>
<x>450</x>
<y>400</y>
<width>97</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Refresh</string>
</property>
</widget>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>Stat2</cstring>
</property>
<attribute name="title">
<string>Stat. of course</string>
</attribute>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton180</cstring>
</property>
<property name="geometry">
<rect>
<x>460</x>
<y>400</y>
<width>97</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Refresh</string>
</property>
</widget>
<widget class="QListView">
<column>
<property name="text">
<string> CourseID </string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string> CourseName </string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Average</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>percent of pass(%)</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>listView5</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>560</width>
<height>380</height>
</rect>
</property>
</widget>
</widget>
</widget>
</widget>
<menubar>
<property name="name">
<cstring>MenuBar</cstring>
</property>
<item text="&File" name="fileMenu">
<action name="fileNewAction"/>
<action name="fileOpenAction"/>
<action name="fileSaveAction"/>
<separator/>
<action name="fileExitAction"/>
</item>
<item text="&Help" name="helpMenu">
<action name="helpContentsAction"/>
<action name="helpIndexAction"/>
<separator/>
<action name="helpAboutAction"/>
</item>
</menubar>
<toolbars>
</toolbars>
<actions>
<action>
<property name="name">
<cstring>fileNewAction</cstring>
</property>
<property name="iconSet">
<iconset></iconset>
</property>
<property name="text">
<string>New</string>
</property>
<property name="menuText">
<string>&New</string>
</property>
<property name="accel">
<string>Ctrl+N</string>
</property>
</action>
<action>
<property name="name">
<cstring>fileOpenAction</cstring>
</property>
<property name="iconSet">
<iconset></iconset>
</property>
<property name="text">
<string>Open</string>
</property>
<property name="menuText">
<string>&Open...</string>
</property>
<property name="accel">
<string>Ctrl+O</string>
</property>
</action>
<action>
<property name="name">
<cstring>fileSaveAction</cstring>
</property>
<property name="iconSet">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -