CategoryEditBase /********************************************************************** ** 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. ** **********************************************************************/ QWidget name CategoryEditBase geometry 0 0 197 287 caption Category Edit layoutMargin layoutSpacing margin 3 spacing 3 QListView text Categories clickable true resizeable true text Application clickable true resizeable true text Categories Go Here text pixmap pixmap name lvView whatsThis Check the categories this document belongs to. QLayoutWidget name Layout2 margin 0 spacing 6 QLineEdit name txtCat whatsThis Enter a new category here. Press <b>Add</b> to add it to the list. QToolButton name cmdAdd focusPolicy TabFocus text Add whatsThis Enter a new category to the left and press to add it to the list. QToolButton name cmdDel focusPolicy TabFocus text pixmap image0 whatsThis Press to delete the highlighted category. QCheckBox name chkGlobal text Global whatsThis Check to make this property available to all applications. image0 789ccd904d6ac3301046f73e85f0ec4c71a2ca2a36214748e9b250b2188d4649164e203f8b527af7ea934963e805fa49a0790f4948b368ccfbdbc6348bea72e5eb418cecf96c9a781bc7cf8fedfaabaaed8bc97330b67eaaead688793d1d1535e59a9625c01dd059b77465a7003dfbc13330017bd7dbde0103903bb6dc0115285e9ec503191815031881a9a4bc0121626aa74c8eb2092479a1bba318a3aa26520d74771cb46811a1dfb38939e4a4448ffb0a8ba4dddcc5c0b0ffc1f15f87aee48fa4d28276d6aba92970dfabea074d4776b4 lvView selectionChanged(QListViewItem*) CategoryEditBase slotSetText( QListViewItem* ) cmdAdd clicked() CategoryEditBase slotAdd() cmdDel clicked() CategoryEditBase slotRemove() txtCat textChanged(const QString&) CategoryEditBase slotTextChanged(const QString &) chkGlobal toggled(bool) CategoryEditBase slotSetGlobal( bool ) slotSetGlobal( bool ) slotAdd() slotRemove() slotSetText( QListViewItem* ) slotTextChanged(const QString &)