From 15318cad33835e4e2dc620d033e43cd930676cdd Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 25 Jan 2002 22:14:26 +0000 Subject: Initial revision --- (limited to 'library/categoryeditbase_p.ui') diff --git a/library/categoryeditbase_p.ui b/library/categoryeditbase_p.ui new file mode 100644 index 0000000..a76e433 --- a/dev/null +++ b/library/categoryeditbase_p.ui @@ -0,0 +1,223 @@ + +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 + 201 + 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 + + + + QLayoutWidget + + name + Layout2 + + + + margin + 0 + + + spacing + 6 + + + QLineEdit + + name + txtCat + + + + QToolButton + + name + cmdAdd + + + focusPolicy + TabFocus + + + text + Add + + + + QToolButton + + name + cmdDel + + + focusPolicy + TabFocus + + + text + + + + pixmap + image0 + + + + QCheckBox + + name + chkGlobal + + + text + Global + + + + + + + + + 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 &) + + -- cgit v0.9.0.2