kleopatra
#include "qwizard.h"
#include "qabstractspinbox.h"
#include "qalgorithms.h"
#include "qapplication.h"
#include "qboxlayout.h"
#include "qlayoutitem.h"
#include "qdesktopwidget.h"
#include "qevent.h"
#include "qframe.h"
#include "qlabel.h"
#include "qlineedit.h"
#include "qpainter.h"
#include "qpushbutton.h"
#include "qset.h"
#include "qstyle.h"
#include "qvarlengtharray.h"
#include "qwizard_win_p.h"
#include "qtimer.h"
#include "private/qdialog_p.h"
#include <qdebug.h>
#include <string.h>
#include "moc_qwizard.cpp"
Go to the source code of this file.
Functions | |
static QString | buttonDefaultText (int wstyle, int which, const QWizardPrivate *wizardPrivate) |
static void | changeSpacerSize (QLayout *layout, int index, int width, int height) |
static QWidget * | iWantTheFocus (QWidget *ancestor) |
static bool | objectInheritsXAndXIsCloserThanY (const QObject *object, const QByteArray &classX, const QByteArray &classY) |
Variables | |
static const char *const | buttonSlots [QWizard::NStandardButtons] |
const int | ClassicHMargin = 4 |
struct { | |
const char * changedSignal | |
const char * className | |
const char * property | |
} | fallbackProperties [NFallbackDefaultProperties] |
const int | GapBetweenLogoAndRightEdge = 5 |
const int | MacButtonTopMargin = 13 |
const int | MacLayoutBottomMargin = 17 |
const int | MacLayoutLeftMargin = 20 |
const int | MacLayoutRightMargin = 20 |
const int | ModernHeaderTopMargin = 2 |
const int | NFallbackDefaultProperties = 7 |
Function Documentation
|
static |
Definition at line 674 of file qwizard.cpp.
|
static |
Definition at line 86 of file qwizard.cpp.
Definition at line 94 of file qwizard.cpp.
|
static |
Definition at line 112 of file qwizard.cpp.
Variable Documentation
|
static |
Definition at line 895 of file qwizard.cpp.
const char* changedSignal |
Definition at line 131 of file qwizard.cpp.
const int ClassicHMargin = 4 |
Definition at line 79 of file qwizard.cpp.
const char* className |
Definition at line 129 of file qwizard.cpp.
const { ... } fallbackProperties[NFallbackDefaultProperties] |
const int GapBetweenLogoAndRightEdge = 5 |
Definition at line 77 of file qwizard.cpp.
const int MacButtonTopMargin = 13 |
Definition at line 80 of file qwizard.cpp.
const int MacLayoutBottomMargin = 17 |
Definition at line 84 of file qwizard.cpp.
const int MacLayoutLeftMargin = 20 |
Definition at line 81 of file qwizard.cpp.
const int MacLayoutRightMargin = 20 |
Definition at line 83 of file qwizard.cpp.
const int ModernHeaderTopMargin = 2 |
Definition at line 78 of file qwizard.cpp.
const int NFallbackDefaultProperties = 7 |
Definition at line 126 of file qwizard.cpp.
const char* property |
Definition at line 130 of file qwizard.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.