Namespace KdePrint |
|
Namespace for the KDE printing system |
|
Creates a printer dialog for a QPrinter with the given custom widgets.
Note that the custom widgets will not be shown on Qt versions prior to 4.3.2. The caller takes ownership of the dialog and is responsible for deleting it. printer - the QPrinter to apply settings to parent - the parent for the dialog customTabs - a list of custom widgets to show as tabs, the name printed on the tab will be taken from the widgets windowTitle(). See also QWidget.setWindowTitle() |
|
Creates a printer dialog for a QPrinter
The caller takes ownership of the dialog and is responsible for deleting it. printer - the QPrinter to apply settings to parent - the parent for the dialog |