class KIconDialog
|
Dialog for interactive selection of icons. More... |
|
|
Public Methods
Detailed Description
Dialog for interactive selection of icons. Use the function
selectIcon() let the user select an icon.
KIconDialog (QWidget *parent=0L, const char *name=0L)
|
Construct the iconloader dialog. Uses the global iconloader.
Alternate constructor to use a different iconloader.
void setStrictIconSize (bool b)
|
Sets a strict icon size policy for allowed icons. When true,
only icons of the specified group's size in selectIcon are shown.
When false, icons not available at the desired group's size will
also be selectable.
QString selectIcon (int group=KIcon::Desktop, int context=KIcon::Application, bool user=false)
|
Pops up the dialog an lets the user select an icon.
Parameters:
| |
Returns: The name of the icon, suitable for loading with KIconLoader.
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:59:05 2000, using kdoc 2.0a42. |