mmseditaccountbase.ui
来自「Qtopia下的邮件处理程序」· UI 代码 · 共 67 行
UI
67 行
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>MmsEditAccountBase</class> <widget class="QDialog" name="MmsEditAccountBase" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>219</width> <height>305</height> </rect> </property> <property name="windowTitle" > <string>MMS Account</string> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Network Profile:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="networkCombo" /> </item> <item> <widget class="QPushButton" name="networkBtn" > <property name="text" > <string>Configure Network...</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="autoRetrieve" > <property name="text" > <string>Retrieve Automatically</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>201</width> <height>141</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?