📄 addscore.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Form7</class>
<widget class="QDialog">
<property name="name">
<cstring>Form7</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>190</height>
</rect>
</property>
<property name="caption">
<string>ADD</string>
</property>
<property name="icon">
<pixmap>ADD.png</pixmap>
</property>
<widget class="QLineEdit">
<property name="name">
<cstring>lineEdit104</cstring>
</property>
<property name="geometry">
<rect>
<x>110</x>
<y>60</y>
<width>200</width>
<height>21</height>
</rect>
</property>
<property name="frameShape">
<enum>LineEditPanel</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>lineEdit105</cstring>
</property>
<property name="geometry">
<rect>
<x>110</x>
<y>100</y>
<width>120</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel11</cstring>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>StudentID</string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel12</cstring>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>CourseID</string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel13</cstring>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Grade</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton157</cstring>
</property>
<property name="geometry">
<rect>
<x>280</x>
<y>140</y>
<width>99</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton156</cstring>
</property>
<property name="geometry">
<rect>
<x>60</x>
<y>140</y>
<width>99</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>ADD</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>lineEdit103</cstring>
</property>
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>200</width>
<height>21</height>
</rect>
</property>
<property name="frameShape">
<enum>LineEditPanel</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton169</cstring>
</property>
<property name="geometry">
<rect>
<x>170</x>
<y>140</y>
<width>99</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Modify</string>
</property>
</widget>
</widget>
<connections>
<connection>
<sender>pushButton157</sender>
<signal>clicked()</signal>
<receiver>Form7</receiver>
<slot>close()</slot>
</connection>
<connection>
<sender>pushButton156</sender>
<signal>clicked()</signal>
<receiver>Form7</receiver>
<slot>Add()</slot>
</connection>
<connection>
<sender>pushButton169</sender>
<signal>clicked()</signal>
<receiver>Form7</receiver>
<slot>Add()</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in implementation">AddScore.ui.h</include>
</includes>
<variables>
<variable access="public">QString sid;</variable>
<variable access="public">QString cid;</variable>
<variable access="public">double grade;</variable>
</variables>
<slots>
<slot specifier="non virtual">Add()</slot>
</slots>
<functions>
<function specifier="non virtual">myinit()</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -