You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Common Print Dialog Backends (CPDB) concept has
GUI-toolkit-independent backends for each print technology (CUPS, Print
to File, cloud printing services, ...) and each print dialog (GTK, Qt,
Chromium, Firefox, ...) is supposed to use this backend, so that changes
in print technologies can be centrally and quickly covered by changing
the backends and everything new gets available in all print dialogs.
This commit provides Qt print dialog implementation which adds support
for the CPDB concept. It communincates with all the installed CPDB
backends and so gives support for all these print technologies to the Qt
print dialog.
To make use of CPDB, Qt should be configured with cpdb and cpdbjobwidget
enabled and other print technologies (eg. cups and cupsjobwidget)
disabled to prevent printer duplication.
Change-Id: Ic97c41979040adb6e9ffab540c09edadb6b5de3e
0 commit comments