#include <configdialog.h>
List of all members.
Public Member Functions |
| | ConfigDialog (QWidget *parent=0) |
| virtual | ~ConfigDialog () |
| void | addPage (const QString &name, QWidget *widget, const QIcon &icon=QIcon()) |
Detailed Description
Configuration dialog class.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Constructor & Destructor Documentation
Member Function Documentation
| void addPage |
( |
const QString & |
name, |
|
|
QWidget * |
widget, |
|
|
const QIcon & |
icon = QIcon() |
|
) |
| |
Adds custom page in configuration dialog
- Parameters:
-
| name | Localized name of the custom page |
| widget | Custom page instance |
| icon | Custom page icon |
The documentation for this class was generated from the following file: