okular
textdocumentsettings.cpp File Reference
#include "textdocumentsettings.h"
#include "textdocumentsettings_p.h"
#include "ui_textdocumentsettings.h"
#include <KFontRequester>
#include <KLocale>
#include <QLabel>
Include dependency graph for textdocumentsettings.cpp:

Go to the source code of this file.
Macros | |
#define | ADD_WIDGET(property, widget, objectName, labelName) |
Macro Definition Documentation
#define ADD_WIDGET | ( | property, | |
widget, | |||
objectName, | |||
labelName | |||
) |
Value:
d->property = new widget( this ); \
d->property->setObjectName( QString::fromUtf8( objectName ) ); \
addRow( labelName, d->property );
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.