| 
    QSettingsDialog
    1.0.0
    
   A Qt library to easily create a settings dialog for user configurable settings 
   | 
 
[INTERNAL USE] An interface for a display instance that can be controlled by the dialog  
 More...
#include <qsettingsdisplayengine.h>
Public Slots | |
| virtual void | open ()=0 | 
| Opens the dialog non blocking.  | |
| virtual int | exec ()=0 | 
| Opens the dialog blocking, waiting for a result.  | |
Signals | |
| virtual void | saved (bool closed)=0 | 
| Should be emitted everytime settings are saved.  | |
| virtual void | resetted ()=0 | 
| Should be emitted when settings have been resetted and the dialog closed.  | |
| virtual void | canceled ()=0 | 
| Should be emitted when the dialog was canceled.  | |
Public Member Functions | |
| virtual | ~QSettingsDisplayInstance () | 
| Virtual destructor.  | |
| virtual void | setParentWindow (QWidget *parent)=0 | 
| Sets the parent window of this instance.  | |
| virtual void | setParentWindow (QWindow *parent)=0 | 
| Sets the parent window of this instance.  | |
| virtual void | createUi (const QSharedPointer< SettingsRoot > &rootElement)=0 | 
| Passes the current settings structure, to create the ui.  | |
[INTERNAL USE] An interface for a display instance that can be controlled by the dialog 
 1.8.11