📄 settingsform.ui
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>settingsForm</class><widget class="QDialog"> <property name="name"> <cstring>settingsForm</cstring> </property> <property name="geometry"> <rect> <x>25</x> <y>16</y> <width>265</width> <height>118</height> </rect> </property> <property name="minimumSize"> <size> <width>265</width> <height>118</height> </size> </property> <property name="maximumSize"> <size> <width>265</width> <height>118</height> </size> </property> <property name="caption"> <string>Settings</string> </property> <widget class="QSpinBox"> <property name="name"> <cstring>minuteSpinBox</cstring> </property> <property name="geometry"> <rect> <x>155</x> <y>5</y> <width>50</width> <height>25</height> </rect> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>TextLabel1</cstring> </property> <property name="geometry"> <rect> <x>210</x> <y>10</y> <width>50</width> <height>20</height> </rect> </property> <property name="text"> <string>minutes</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>readerle</cstring> </property> <property name="geometry"> <rect> <x>140</x> <y>55</y> <width>115</width> <height>22</height> </rect> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>TextLabel2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>60</y> <width>130</width> <height>16</height> </rect> </property> <property name="text"> <string>Mail reader command:</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>okButton</cstring> </property> <property name="geometry"> <rect> <x>50</x> <y>85</y> <width>82</width> <height>26</height> </rect> </property> <property name="text"> <string>Ok</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>cancelButton</cstring> </property> <property name="geometry"> <rect> <x>135</x> <y>85</y> <width>82</width> <height>26</height> </rect> </property> <property name="text"> <string>Cancel</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>mailCheckBox</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>145</width> <height>19</height> </rect> </property> <property name="text"> <string>Check for mail every</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>downloadCheckBox</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>35</y> <width>110</width> <height>19</height> </rect> </property> <property name="text"> <string>Download mail</string> </property> </widget></widget><connections> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>settingsForm</receiver> <slot>cancelButton_clicked()</slot> </connection> <connection> <sender>okButton</sender> <signal>clicked()</signal> <receiver>settingsForm</receiver> <slot>okButton_clicked()</slot> </connection> <connection> <sender>mailCheckBox</sender> <signal>toggled(bool)</signal> <receiver>settingsForm</receiver> <slot>mailCheckBox_toggled(bool)</slot> </connection></connections><tabstops> <tabstop>mailCheckBox</tabstop> <tabstop>minuteSpinBox</tabstop> <tabstop>downloadCheckBox</tabstop> <tabstop>readerle</tabstop> <tabstop>okButton</tabstop> <tabstop>cancelButton</tabstop></tabstops><includes> <include location="global" impldecl="in declaration">qapplication.h</include> <include location="global" impldecl="in declaration">qsettings.h</include> <include location="local" impldecl="in implementation">settingsform.ui.h</include></includes><slots> <slot>init()</slot> <slot>cancelButton_clicked()</slot> <slot>okButton_clicked()</slot> <slot>opt_checkmail()</slot> <slot>mailCheckBox_toggled( bool )</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -