📄 exceptiondialogbase.ui
字号:
<!DOCTYPE UI><UI><class>ExceptionDialogBase</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>ExceptionDialogBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>162</width> <height>233</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Repeating Event</string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <vbox> <property stdset="1"> <name>margin</name> <number>3</number> </property> <property stdset="1"> <name>spacing</name> <number>3</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>lblMessage</cstring> </property> <property stdset="1"> <name>text</name> <string><qt>This event is part of a series. Select the part of the series you want to change below.</qt></string> </property> </widget> <widget> <class>QButtonGroup</class> <property stdset="1"> <name>name</name> <cstring>ButtonGroup1</cstring> </property> <property stdset="1"> <name>frameShape</name> <enum>NoFrame</enum> </property> <property stdset="1"> <name>frameShadow</name> <enum>Sunken</enum> </property> <property stdset="1"> <name>title</name> <string></string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <vbox> <property stdset="1"> <name>margin</name> <number>3</number> </property> <property stdset="1"> <name>spacing</name> <number>3</number> </property> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>btnCurrent</cstring> </property> <property stdset="1"> <name>text</name> <string>Current</string> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>btnAll</cstring> </property> <property stdset="1"> <name>text</name> <string>All</string> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>btnFollowing</cstring> </property> <property stdset="1"> <name>text</name> <string>Following</string> </property> </widget> </vbox> </widget> </vbox></widget><connections> <connection> <sender>ButtonGroup1</sender> <signal>clicked(int)</signal> <receiver>ExceptionDialogBase</receiver> <slot>buttonClicked(int)</slot> </connection> <slot access="public">buttonClicked(int)</slot></connections></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -