?? confirm.ui.bak
字號:
<!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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -