?? cinfodlg.ui
字號:
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CInfoDlg</class>
<widget class="QDialog" name="CInfoDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>270</width>
<height>135</height>
</rect>
</property>
<property name="windowTitle">
<string>Student Information</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Name:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="edtName"/>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>CInfoDlg</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>135</x>
<y>105</y>
</hint>
<hint type="destinationlabel">
<x>98</x>
<y>91</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>CInfoDlg</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>238</x>
<y>105</y>
</hint>
<hint type="destinationlabel">
<x>209</x>
<y>85</y>
</hint>
</hints>
</connection>
</connections>
</ui>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -