KIconLoaderButton Class Reference

[kdeui Index] [kdeui Hierarchy] [Headers]


This is a button that uses the KIconLoaderDialog More...

#include <kiconloaderdialog.h>

Inherits: QPushButton (qt)

Public Members

Public Slots

Protected Members

Signals


Detailed Description

This is a button that uses the KIconLoaderDialog It shows the currently selected icon. Pressing on the icon will open the dialog. If the icon changes, a signal is emitted and the buttons pixmap becomes updated.

HACK Since I did not want to break binary compatibility, it does NOT use the same search path as the dialog. This IS a bug.


KIconLoaderButton( QWidget *_widget ) [public]

Creates a new button.

void setIcon( const char *_icon ) [public]

Set the buttons icon.

Parameters:
_icon is a parameter as usually passed to KIconLoader

void iconChanged( const char *icon ) [signal]

Emitted if the icons has changed.


Documentation generated by root@darkstar.lst.de on Wed Sep 8 17:38:27 CEST 1999
Kdoc