kaddressbook
#include "detailledstyle.h"
#include "printingwizard.h"
#include "printprogress.h"
#include "printstyle.h"
#include "ui_ds_appearance.h"
#include <KConfig>
#include <KDebug>
#include <KDialog>
#include <KGlobal>
#include <KLocalizedString>
#include <QCheckBox>
#include <QPrinter>
#include <QTextDocument>
Include dependency graph for detailledstyle.cpp:
Go to the source code of this file.
Functions | |
QString | contactsToHtml (const KABC::Addressee::List &contacts, const ColorSettings &settings) |
Variables | |
const char * | ConfigSectionName = "DetailedPrintStyle" |
const char * | ContactHeaderBGColor = "ContactHeaderBGColor" |
const char * | ContactHeaderForeColor = "ContactHeaderForeColor" |
Function Documentation
QString contactsToHtml | ( | const KABC::Addressee::List & | contacts, |
const ColorSettings & | settings | ||
) |
Definition at line 62 of file detailledstyle.cpp.
Variable Documentation
const char* ConfigSectionName = "DetailedPrintStyle" |
Definition at line 44 of file detailledstyle.cpp.
const char* ContactHeaderBGColor = "ContactHeaderBGColor" |
Definition at line 46 of file detailledstyle.cpp.
const char* ContactHeaderForeColor = "ContactHeaderForeColor" |
Definition at line 45 of file detailledstyle.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.