printstyle.cpp
66 kdDebug(5720) << "PrintStyle::setPreview: preview at '" << path << "' cannot be loaded." << endl;
bool setPreview(const TQString &fileName)
Load the preview image from the kaddressbook data directory.
Definition: printstyle.cpp:54
TDEABC::Field * preferredSortField()
Returns the preferred sort criterion field.
Definition: printstyle.cpp:111
void addPage(TQWidget *page, const TQString &title)
Add additional page to the wizard e.g.
Definition: printstyle.cpp:77
const TQPixmap & preview()
Reimplement this method to provide a preview of what will be printed.
Definition: printstyle.cpp:44
void setPreferredSortOptions(TDEABC::Field *field, bool ascending=true)
Set preferred sort options for this printing style.
Definition: printstyle.cpp:105
The PrintingWizard combines pages common for all print styles and those provided by the respective st...
Definition: printingwizard.h:51