kaddressbook
#include "detailledstyle.h"
#include "printingwizard.h"
#include "printprogress.h"
#include "printstyle.h"
#include "ui_ds_appearance.h"
#include <KApplication>
#include <KColorButton>
#include <KConfig>
#include <KDebug>
#include <KDialog>
#include <KGlobal>
#include <KLocale>
#include <KStandardDirs>
#include <QCheckBox>
#include <QPrinter>
#include <QTextDocument>
#include "detailledstyle.moc"
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 65 of file detailledstyle.cpp.
Variable Documentation
const char* ConfigSectionName = "DetailedPrintStyle" |
Definition at line 47 of file detailledstyle.cpp.
const char* ContactHeaderBGColor = "ContactHeaderBGColor" |
Definition at line 49 of file detailledstyle.cpp.
const char* ContactHeaderForeColor = "ContactHeaderForeColor" |
Definition at line 48 of file detailledstyle.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 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:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.