50 void setJobHold(QCUPSSupport::JobHoldUntil jobHold = QCUPSSupport::NoHold, QTime holdUntilTime = QTime());
51 QCUPSSupport::JobHoldUntil jobHold()
const;
52 QTime jobHoldTime()
const;
54 void setJobBilling(
const QString &jobBilling = QString());
55 QString jobBilling()
const;
57 void setJobPriority(
int priority = 50);
58 int jobPriority()
const;
60 void setStartBannerPage(
const QCUPSSupport::BannerPage bannerPage = QCUPSSupport::NoBanner);
61 QCUPSSupport::BannerPage startBannerPage()
const;
63 void setEndBannerPage(
const QCUPSSupport::BannerPage bannerPage = QCUPSSupport::NoBanner);
64 QCUPSSupport::BannerPage endBannerPage()
const;
67 void initJobBilling();
68 void initJobPriority();
69 void initBannerPages();
72 QPrintDevice *m_printDevice;
73 Ui::QCupsJobWidget m_ui;
75 QCUPSSupport::JobHoldUntilWithTime m_savedJobHoldWithTime;
76 QString m_savedJobBilling;
78 QCUPSSupport::JobSheets m_savedJobSheets;