KIO
kscan.cpp
Go to the documentation of this file.
40 return KServiceTypeTrader::createInstanceFromQuery<KScanDialog>( "KScan/KScanDialog", QString(), parent );
89 return KServiceTypeTrader::createInstanceFromQuery<KOCRDialog>( "KScan/KOCRDialog", QString(), parent );
void setButtons(ButtonCodes buttonMask)
Close
void setDefaultButton(ButtonCode id)
virtual void setCaption(const QString &caption)
static KOCRDialog * getOCRDialog(QWidget *parent=0)
Creates the user's preferred OCR dialog and returns it, or 0L if no OCR-support is available.
Definition: kscan.cpp:87
KOCRDialog(int dialogFace=Tabbed, int buttonMask=Close|Help, QWidget *parent=0L, bool modal=false)
Constructs the OCR dialog.
Definition: kscan.cpp:93
FaceType
void setFaceType(FaceType faceType)
static KScanDialog * getScanDialog(QWidget *parent=0)
Creates the user's preferred scanning dialog and returns it, or 0L if no scan-support is available.
Definition: kscan.cpp:38
virtual bool setup()
Reimplement this if you need to set up some things, before showing the dialog, e.g.
Definition: kscan.cpp:70
KScanDialog(int dialogFace=Tabbed, int buttonMask=Close|Help, QWidget *parent=0)
Constructs the scan dialog.
Definition: kscan.cpp:44
QString i18n(const char *text)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.