confirm.ui.bak
来自「学生管理系统 使用Qt写的界面 交互性好」· BAK 代码 · 共 89 行
BAK
89 行
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Form3</class>
<widget class="QDialog">
<property name="name">
<cstring>Form3</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>94</height>
</rect>
</property>
<property name="caption">
<string>Confirm</string>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel5</cstring>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>270</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Are you absolutely sure?</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton40</cstring>
</property>
<property name="geometry">
<rect>
<x>170</x>
<y>60</y>
<width>92</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>NO</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushButton39</cstring>
</property>
<property name="geometry">
<rect>
<x>50</x>
<y>60</y>
<width>92</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>YES</string>
</property>
</widget>
</widget>
<connections>
<connection>
<sender>pushButton40</sender>
<signal>clicked()</signal>
<receiver>Form3</receiver>
<slot>close()</slot>
</connection>
<connection>
<sender>pushButton39</sender>
<signal>clicked()</signal>
<receiver>Form3</receiver>
<slot>close()</slot>
</connection>
</connections>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?