PrintDlg QDialog name PrintDlg geometry 0 0 363 342 caption Form1 margin 11 spacing 6 QButtonGroup name ButtonGroup1 title Print Destination layoutSpacing margin 11 spacing 3 QRadioButton name toPrinter text &Printer checked true QRadioButton name toFile text &File QLineEdit name printerName QLineEdit name fileName enabled false QPushButton name browsePB text &Browse... enabled false QButtonGroup name ButtonGroup3 title Pages layoutSpacing margin 11 spacing 3 QRadioButton name allPages text All checked true QRadioButton name oddPages text Odd QRadioButton name evenPages text Even QLabel name fromPageL text Starting range: enabled false QLabel name toPageL text Last page: enabled false QLineEdit name toPage enabled false QCheckBox name reverse text &Reverse order QLineEdit name fromPage enabled false QRadioButton name customPages text Pages: QGroupBox name GroupBox3 title Copies margin 11 spacing 6 QSpinBox name copies minValue 1 value 1 QCheckBox name collate text Co&llate enabled false name Spacer1_2 orientation Horizontal sizeType Expanding sizeHint 20 20 QLayoutWidget name Layout1 margin 0 spacing 6 name Spacer1 orientation Horizontal sizeType Expanding sizeHint 20 20 QPushButton name printPB text &Print QPushButton name cancelPB text &Cancel default true toFile toggled(bool) browsePB setEnabled(bool) toFile toggled(bool) fileName setEnabled(bool) toFile toggled(bool) printerName setDisabled(bool) printPB clicked() PrintDlg print() cancelPB clicked() PrintDlg cancel_adaptor() copies valueChanged(int) PrintDlg set_collate(int) browsePB clicked() PrintDlg browse_file() customPages toggled(bool) fromPage setEnabled(bool) customPages toggled(bool) fromPageL setEnabled(bool) customPages toggled(bool) toPage setEnabled(bool) customPages toggled(bool) toPageL setEnabled(bool) cancel_adaptor() enable_pagerange(int) browse_file() print() set_collate(int)