#include <wizard.h>
Public Member Functions | |
Step3 (Wizard *parent, const QHash< QString, Input * > &modelData) | |
void | init () |
Private Slots | |
void | setHtmlEnabled (bool) |
void | setLatexEnabled (bool) |
void | setManEnabled (int) |
void | setRtfEnabled (int) |
void | setXmlEnabled (int) |
void | setSearchEnabled (int) |
void | setHtmlOptions (int) |
void | setLatexOptions (int) |
void | tuneColorDialog () |
Private Attributes | |
QGroupBox * | m_texOptions |
QButtonGroup * | m_texOptionsGroup |
QGroupBox * | m_htmlOptions |
QButtonGroup * | m_htmlOptionsGroup |
QCheckBox * | m_htmlEnabled |
QCheckBox * | m_latexEnabled |
QCheckBox * | m_manEnabled |
QCheckBox * | m_rtfEnabled |
QCheckBox * | m_xmlEnabled |
QCheckBox * | m_searchEnabled |
QPushButton * | m_tuneColor |
Wizard * | m_wizard |
const QHash< QString, Input * > & | m_modelData |
Definition at line 878 of file wizard.cpp.
void Step3::init | ( | ) |
Definition at line 1048 of file wizard.cpp.
|
privateslot |
Definition at line 980 of file wizard.cpp.
|
privateslot |
Definition at line 1010 of file wizard.cpp.
|
privateslot |
Definition at line 985 of file wizard.cpp.
|
privateslot |
Definition at line 1029 of file wizard.cpp.
|
privateslot |
Definition at line 990 of file wizard.cpp.
|
privateslot |
Definition at line 995 of file wizard.cpp.
|
privateslot |
Definition at line 1005 of file wizard.cpp.
|
privateslot |
Definition at line 1000 of file wizard.cpp.
|
privateslot |
Definition at line 966 of file wizard.cpp.