📄 categoryeditbase_p.ui
字号:
<!DOCTYPE UI><UI><class>CategoryEditBase</class><comment>/************************************************************************ Copyright (C) 2001 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>QWidget</class> <property stdset="1"> <name>name</name> <cstring>CategoryEditBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>193</width> <height>287</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Category Edit</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>QListView</class> <column> <property> <name>text</name> <string>Categories</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Application</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <item> <property> <name>text</name> <string>Categories Go Here</string> </property> <property> <name>text</name> <string></string> </property> <property> <name>pixmap</name> <pixmap></pixmap> </property> <property> <name>pixmap</name> <pixmap></pixmap> </property> </item> <property stdset="1"> <name>name</name> <cstring>lvView</cstring> </property> <property> <name>whatsThis</name> <string>Check the categories this document belongs to.</string> </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> <widget> <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>txtCat</cstring> </property> <property> <name>whatsThis</name> <string>Enter a new category here. Press <b>Add</b> to add it to the list.</string> </property> </widget> <widget> <class>QToolButton</class> <property stdset="1"> <name>name</name> <cstring>cmdAdd</cstring> </property> <property stdset="1"> <name>focusPolicy</name> <enum>TabFocus</enum> </property> <property stdset="1"> <name>text</name> <string>New</string> </property> <property> <name>whatsThis</name> <string>Enter a new category to the left and press to add it to the list.</string> </property> </widget> <widget> <class>QToolButton</class> <property stdset="1"> <name>name</name> <cstring>cmdDel</cstring> </property> <property stdset="1"> <name>focusPolicy</name> <enum>TabFocus</enum> </property> <property stdset="1"> <name>text</name> <string></string> </property> <property stdset="1"> <name>pixmap</name> <pixmap>image0</pixmap> </property> <property> <name>whatsThis</name> <string>Press to delete the highlighted category.</string> </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>chkGlobal</cstring> </property> <property stdset="1"> <name>text</name> <string>Global</string> </property> <property> <name>whatsThis</name> <string>Check to make this property available to all applications.</string> </property> </widget> </hbox> </widget> </vbox></widget><images> <image> <name>image0</name> <data format="XPM.GZ" length="499">789ccd904d6ac3301046f73e85f0ec4c71a2ca2a36214748e9b250b2188d4649164e203f8b527af7ea934963e805fa49a0790f4948b368ccfbdbc6348bea72e5eb418cecf96c9a781bc7cf8fedfaabaaed8bc97330b67eaaead688793d1d1535e59a9625c01dd059b77465a7003dfbc13330017bd7dbde0103903bb6dc0115285e9ec503191815031881a9a4bc0121626aa74c8eb2092479a1bba318a3aa26520d74771cb46811a1dfb38939e4a4448ffb0a8ba4dddcc5c0b0ffc1f15f87aee48fa4d28276d6aba92970dfabea074d4776b4</data> </image></images><connections> <connection> <sender>lvView</sender> <signal>selectionChanged(QListViewItem*)</signal> <receiver>CategoryEditBase</receiver> <slot>slotSetText( QListViewItem* )</slot> </connection> <connection> <sender>cmdAdd</sender> <signal>clicked()</signal> <receiver>CategoryEditBase</receiver> <slot>slotAdd()</slot> </connection> <connection> <sender>cmdDel</sender> <signal>clicked()</signal> <receiver>CategoryEditBase</receiver> <slot>slotRemove()</slot> </connection> <connection> <sender>txtCat</sender> <signal>textChanged(const QString&)</signal> <receiver>CategoryEditBase</receiver> <slot>slotTextChanged(const QString &)</slot> </connection> <connection> <sender>chkGlobal</sender> <signal>toggled(bool)</signal> <receiver>CategoryEditBase</receiver> <slot>slotSetGlobal( bool )</slot> </connection> <slot access="public">slotSetGlobal( bool )</slot> <slot access="public">slotAdd()</slot> <slot access="public">slotRemove()</slot> <slot access="public">slotSetText( QListViewItem* )</slot> <slot access="public">slotTextChanged(const QString &)</slot></connections><include impldecl="in declaration">qtopia/qpeglobal.h</include><exportmacro>QTOPIA_EXPORT</exportmacro></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -