ListBoxEditorBase ********************************************************************* ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** ** 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. ** ********************************************************************* ListBoxEditorBase 0 0 461 196 Edit Listbox true <b>Edit Listbox</b><p>Add, edit or delete items in the listbox.</p><p>Click the <b>New Item</b>-button to create a new listbox entry, then enter text and choose a pixmap.</p><p>Select an item from the list and click the <b>Delete Item</b>-button to remove the item from the list.</p> unnamed 11 6 Layout1 unnamed 0 6 helpButton &Help true Horizontal Spacing2 Horizontal Expanding 20 20 buttonOk &OK true true Close the dialog and apply all the changes. buttonApply &Apply true Apply all changes. buttonCancel &Cancel true Close the dialog and discard any changes. preview Delete Item The list of items. GroupBox1 &Item Properties unnamed 11 6 Label2 &Pixmap: itemChoosePixmap itemPixmap Label4 itemDeletePixmap 30 22 image0 Delete Pixmap Delete the selected item's pixmap. itemChoosePixmap 30 22 ... Select a Pixmap Choose a pixmap file for the selected item. Label1 &Text: itemText itemText 0 0 Change text Change the selected item's text. itemNew &New Item Add an item <b>Add a new item.</b><p>New items are appended to the list.</p> itemDelete &Delete Item Delete Item Delete the selected item Vertical Spacing1 Vertical Expanding 20 20 itemUp image1 Move up Moves the selected item up. itemDown image2 Move down Move the selected item down. 789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022630543251d2e253d856405bffcbc54105b19c856360003103711c6b53006ab440370316528264b4c198450c5808a94d1ed00aac214832b43124b544ec414d34b4c4c441103f11341120831309758313d0cf3b0840b7258d55a73010092c14eca 789c5dcf4d73a2401006e0bbbf82726ed61609ca0c4c6ded0125dfd1985baab6f600338c280a46fc08a6f6bf2f3ddd26abc0619eb7677a9aab9ef3361d3bbdab4ebd4db673e5a83cd9383dbd5bad9adf7f7e7d76ba9e70dacfe78ed7fdd1e9ba8e72265599c17adaae99773df033cb9818225f2cc38132027887f4af8d01ee817dc935720d1c7827d648c1910f969273cd8123e4a93a21d2d95ba0ef098d631864409b6f2c13c195063e210389d55720ef0b8dd56764e021c7c8905acd2c93b66aa71a224389fffb0e14fd4062f51119d290115252ab2391c6585ab653a5f6de033294f8fbf74849175544eacc80c120e478b644267451434c90a9659a78d8aa2066585d00c33425ae80d25702b92352756ea91475ce90ba8f4c80299cb5177d58ea8c5a6d819a67b4595b66865a29602632628e3406b9011a73a26b1f96a40c575f19536dc7d959c6543e5f1466f95fd646aba22cabf5fb57c636f9a24ddaa75e52c6b6f90ea3aada2f313b7ccc1b1b1da3e128a67df09aaa1addb82963dfb3b8b7cdf18e9dcfe70e8b687f91b1fba25acf2eb2a289460f17d9a28c4c7c9e1d8ae8f1e9227b1e4feafa859d9f8de378fa8afbfefeecfc030f08f1a3 789c5dd0cd6ee2301000e03b4f11911b5ad1189290a8da0324a5e90f29941e2aadf6e0d84ea10d1020849ad5befb7a3cceaa29e2e06f663c33ce55cf7a9dcfacde55e758d16acd2cb6a207abc74f9b8dfcf5fbe79f4e97f896fabb8145ba3f3addbec5ac74b715704ed5d9769c01cb73e0423368f80224c190e53e70091c389e83d98366e83942679f0c43cc7e0087c4f3307b63c8b1d559337459c6810f48df137aab49436c750f748917320f78418e4cf65993fa04b33572c4313b067a039f333de80e39e238680ff4d5d2581c69d2c0c3ad8e0db1f30619127cd1dcd00c7a4452824c80a321359d73cd8c129c1b1b0acc726030a414b31299f9989d1952a4d0ccc23073819f861c973c2133d3b904aacf6ceeda9a8c12bc5b219929de21f9005900a99bf9f8e9a8a159728a5477f5d77847367719305373b1788b14668d4c9337d95b2437ef5d03b9c84df10a28fc866fc05c9522fbf0b369c6b8d0c7ffb1fc6db57effb0bfc68acd7657ee0fedba63599dea73d18a7dca525ec6ed3aa16293a81d2bf232beb1bfc578d58a416731ad641da95381b1e3f496ca939432c9f3bb7b8c450f8fb39994b18c93493a36fda2a7b9aa8ae3e4b278b69b192aa822499dc2d6cddc68b94ff697f46c7fdd255ad6f5e2dbdbfac7c3cbd8ecf7f7baf30f538f0154 itemNew clicked() ListBoxEditorBase insertNewItem() itemDelete clicked() ListBoxEditorBase deleteCurrentItem() itemText textChanged( const TQString & ) ListBoxEditorBase currentTextChanged(const TQString&) buttonOk clicked() ListBoxEditorBase okClicked() buttonApply clicked() ListBoxEditorBase applyClicked() buttonCancel clicked() ListBoxEditorBase cancelClicked() itemChoosePixmap clicked() ListBoxEditorBase choosePixmap() itemDeletePixmap clicked() ListBoxEditorBase deletePixmap() itemUp clicked() ListBoxEditorBase moveItemUp() itemDown clicked() ListBoxEditorBase moveItemDown() preview selectionChanged(TQListBoxItem*) ListBoxEditorBase currentItemChanged(TQListBoxItem*) preview currentChanged( TQListBoxItem * ) ListBoxEditorBase currentItemChanged(TQListBoxItem*) init() destroy() insertNewItem() deleteCurrentItem() currentItemChanged( TQListBoxItem * ) currentTextChanged( const TQString & ) okClicked() cancelClicked() applyClicked() choosePixmap() deletePixmap() moveItemUp() moveItemDown() buttonOk buttonCancel preview itemNew itemDelete itemUp itemDown itemText itemDeletePixmap itemChoosePixmap helpButton buttonApply