📄 mailwidget.ui
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>MailWidgetBase</class><widget class="QWidget"> <property name="name"> <cstring>MailWidgetBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>257</width> <height>142</height> </rect> </property> <property name="caption"> <string></string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout3</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>POP3 Server:</string> </property> </widget> <widget class="QLineEdit" row="1" column="0"> <property name="name"> <cstring>hostEdit</cstring> </property> </widget> <widget class="QLabel" row="0" column="1"> <property name="name"> <cstring>TextLabel3</cstring> </property> <property name="text"> <string>Port:</string> </property> </widget> <widget class="QLineEdit" row="1" column="1"> <property name="name"> <cstring>portEdit</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>50</width> <height>32767</height> </size> </property> </widget> </grid> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout7</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel4</cstring> </property> <property name="text"> <string>User:</string> </property> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel5</cstring> </property> <property name="text"> <string>Password:</string> </property> </widget> <widget class="QLineEdit" row="0" column="1"> <property name="name"> <cstring>userEdit</cstring> </property> </widget> <widget class="QLineEdit" row="1" column="1"> <property name="name"> <cstring>passEdit</cstring> </property> <property name="echoMode"> <enum>Password</enum> </property> </widget> </grid> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout6</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel6</cstring> </property> <property name="text"> <string>Check Interval:</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>intervalSpin</cstring> </property> <property name="maxValue"> <number>1000</number> </property> <property name="minValue"> <number>1</number> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>TextLabel8</cstring> </property> <property name="text"> <string>minutes</string> </property> </widget> </hbox> </widget> </vbox></widget><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -