#include <widgetfactory.h>
Lista de todos los miembros.
Documentación del constructor y destructor
QDesignerWizard::QDesignerWizard |
( |
QWidget * |
parent, |
|
|
const char * |
name |
|
) |
| [inline] |
Documentación de las funciones miembro
void QDesignerWizard::addPage |
( |
QWidget * |
page, |
|
|
const QString & |
title |
|
) |
| [virtual] |
Adds page to the end of the page sequence, with the title, title.
Reimplementado de QWizard.
int QDesignerWizard::currentPageNum |
( |
| ) |
const |
void QDesignerWizard::insertPage |
( |
QWidget * |
page, |
|
|
const QString & |
title, |
|
|
int |
index |
|
) |
| [virtual] |
Inserts page at position index into the page sequence, with title title. If index is -1, the page will be appended to the end of the wizard's page sequence.
Reimplementado de QWizard.
bool QDesignerWizard::isModal |
( |
| ) |
const [inline] |
bool QDesignerWizard::isPageRemoved |
( |
QWidget * |
p | ) |
[inline] |
QCString QDesignerWizard::pageName |
( |
| ) |
const |
QString QDesignerWizard::pageTitle |
( |
| ) |
const |
void QDesignerWizard::reject |
( |
| ) |
[inline, virtual] |
Hides the modal dialog and sets the result code to Rejected
.
- Ver también:
- accept() done()
Reimplementado de QDialog.
void QDesignerWizard::removePage |
( |
QWidget * |
page | ) |
[virtual] |
Removes page from the page sequence but does not delete the page. If page is currently being displayed, QWizard will display the page that precedes it, or the first page if this was the first page.
Reimplementado de QWizard.
void QDesignerWizard::setCurrentPage |
( |
int |
i | ) |
|
void QDesignerWizard::setModal |
( |
bool |
b | ) |
[inline] |
void QDesignerWizard::setPageName |
( |
const QCString & |
name | ) |
|
void QDesignerWizard::setPageTitle |
( |
const QString & |
title | ) |
|
Documentación de propiedades
int QDesignerWizard::currentPage [read, write] |
QCString QDesignerWizard::pageName [read, write] |
QString QDesignerWizard::pageTitle [read, write] |
La documentación para esta clase fue generada a partir de los siguientes ficheros: