📄 emaildlg.ui
字号:
<!DOCTYPE UI><UI><class>EmailDialogBase</class><comment>*********************************************************************** Copyright (C) 2000 Trolltech AS. All rights reserved.**** This file is part of Qtopia Environment.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>EmailDialogBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>346</width> <height>526</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Email List</string> <comment>Dialog heading</comment> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <vbox> <property stdset="1"> <name>margin</name> <number>6</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout1</cstring> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QToolButton</class> <property stdset="1"> <name>name</name> <cstring>addEmailBtn</cstring> </property> <property stdset="1"> <name>focusPolicy</name> <enum>TabFocus</enum> </property> <property stdset="1"> <name>text</name> <string>New</string> </property> </widget> <widget> <class>QToolButton</class> <property stdset="1"> <name>name</name> <cstring>removeEmailBtn</cstring> </property> <property stdset="1"> <name>focusPolicy</name> <enum>TabFocus</enum> </property> <property stdset="1"> <name>text</name> <string>Remove</string> </property> </widget> <widget> <class>QToolButton</class> <property stdset="1"> <name>name</name> <cstring>emailUpBtn</cstring> </property> <property stdset="1"> <name>focusPolicy</name> <enum>TabFocus</enum> </property> </widget> <widget> <class>QToolButton</class> <property stdset="1"> <name>name</name> <cstring>emailDownBtn</cstring> </property> <property stdset="1"> <name>focusPolicy</name> <enum>TabFocus</enum> </property> </widget> </hbox> </widget> <widget> <class>QListBox</class> <property stdset="1"> <name>name</name> <cstring>emailList</cstring> </property> </widget> <widget> <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>emailEdit</cstring> </property> </widget> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout2</cstring> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <spacer> <property> <name>name</name> <cstring>ocSpacer</cstring> </property> <property stdset="1"> <name>orientation</name> <enum>Horizontal</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>MinimumExpanding</enum> </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>okButton</cstring> </property> <property stdset="1"> <name>sizePolicy</name> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>0</vsizetype> </sizepolicy> </property> <property stdset="1"> <name>text</name> <string>OK</string> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>cancelButton</cstring> </property> <property stdset="1"> <name>sizePolicy</name> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>0</vsizetype> </sizepolicy> </property> <property stdset="1"> <name>text</name> <string>Cancel</string> </property> </widget> </hbox> </widget> </vbox></widget><connections> <connection> <sender>emailList</sender> <signal>highlighted(const QString&)</signal> <receiver>emailEdit</receiver> <slot>setText(const QString&)</slot> </connection> <connection> <sender>emailEdit</sender> <signal>textChanged(const QString&)</signal> <receiver>EmailDialogBase</receiver> <slot>editCurrent(const QString&)</slot> </connection> <connection> <sender>addEmailBtn</sender> <signal>clicked()</signal> <receiver>EmailDialogBase</receiver> <slot>addEmail()</slot> </connection> <connection> <sender>removeEmailBtn</sender> <signal>clicked()</signal> <receiver>EmailDialogBase</receiver> <slot>removeCurrent()</slot> </connection> <connection> <sender>emailUpBtn</sender> <signal>clicked()</signal> <receiver>EmailDialogBase</receiver> <slot>moveCurrentUp()</slot> </connection> <connection> <sender>emailDownBtn</sender> <signal>clicked()</signal> <receiver>EmailDialogBase</receiver> <slot>moveCurrentDown()</slot> </connection> <connection> <sender>okButton</sender> <signal>clicked()</signal> <receiver>EmailDialogBase</receiver> <slot>accept()</slot> </connection> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>EmailDialogBase</receiver> <slot>reject()</slot> </connection> <slot access="protected">addEmail()</slot> <slot access="protected">editCurrent(const QString&)</slot> <slot access="public">moveCurrentDown()</slot> <slot access="public">moveCurrentUp()</slot> <slot access="public">removeCurrent()</slot></connections><tabstops> <tabstop>addEmailBtn</tabstop> <tabstop>removeEmailBtn</tabstop> <tabstop>emailUpBtn</tabstop> <tabstop>emailDownBtn</tabstop> <tabstop>emailList</tabstop> <tabstop>emailEdit</tabstop> <tabstop>okButton</tabstop> <tabstop>cancelButton</tabstop></tabstops></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -