51 void setJobHold(QCUPSSupport::JobHoldUntil jobHold = QCUPSSupport::NoHold, QTime holdUntilTime = QTime());
52 QCUPSSupport::JobHoldUntil jobHold()
const;
53 QTime jobHoldTime()
const;
55 void setJobBilling(
const QString &jobBilling = QString());
56 QString jobBilling()
const;
58 void setJobPriority(
int priority = 50);
59 int jobPriority()
const;
61 void setStartBannerPage(
const QCUPSSupport::BannerPage bannerPage = QCUPSSupport::NoBanner);
62 QCUPSSupport::BannerPage startBannerPage()
const;
64 void setEndBannerPage(
const QCUPSSupport::BannerPage bannerPage = QCUPSSupport::NoBanner);
65 QCUPSSupport::BannerPage endBannerPage()
const;
68 void initJobBilling();
69 void initJobPriority();
70 void initBannerPages();
73 QPrintDevice *m_printDevice;
74 Ui::QCupsJobWidget m_ui;
76 QCUPSSupport::JobHoldUntilWithTime m_savedJobHoldWithTime;
77 QString m_savedJobBilling;
79 QCUPSSupport::JobSheets m_savedJobSheets;