Scribus
Open source desktop publishing at your fingertips
|
A base class for all preferences panels. More...
#include <prefspanel.h>
Public Slots | |
virtual void | apply ()=0 |
applies changes made to prefs to the app. More... | |
Public Member Functions | |
PrefsPanel (QWidget *parent) | |
A base class for all preferences panels.
This class provides a simple interface for prefs panel widgets. They must provide an apply() slot that applies any changes to the app, and they must NOT apply any changes until and unless this slot is called.
|
pure virtualslot |
applies changes made to prefs to the app.
All subclasses MUST override this.
This slot may be called multiple times, once, or not at all; no assumptions should be made.