#include <prefwww.h>
Public Slots | |
virtual void | slotRemoveFile () |
virtual void | slotAddFile () |
Signals | |
void | itemsAdded () |
void | itemRemoved () |
Public Member Functions | |
PrefWWW (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
~PrefWWW () |
Definition at line 37 of file prefwww.h.
|
Default constructor.
Definition at line 37 of file prefwww.cpp. |
|
Default destructor. Definition at line 47 of file prefwww.cpp. |
|
Emitted when an item has been removed from the files list box. Referenced by slotRemoveFile(). |
|
Emitted when items have been added to the files list box. Referenced by slotAddFile(). |
|
Slot for when add file button is clicked. Adds files from the listbox using KFileDialog. Definition at line 62 of file prefwww.cpp. References itemsAdded(). |
|
Slot for when remove file button is clicked. Removes the file from the listbox Definition at line 52 of file prefwww.cpp. References itemRemoved(). |