/********************************************************************** --- Qt Architect 1.4-6 generated file --- File: printdlgdata.C Last generated: Mon Dec 4 18:22:08 2000 DO NOT EDIT!!! This file will be automatically regenerated by qtarch. All changes will be lost. *********************************************************************/ #include #include #include #include "printdlgdata.h" #define Inherited QWidget PrintDialogData::PrintDialogData ( QWidget* parent, const char* name ) : Inherited( parent, name, 0 ) { pagesGroupBox = new QGroupBox( this, "pagesGroupBox" ); pagesGroupBox->setGeometry( 5, 5, 162, 270 ); pagesGroupBox->setMinimumSize( 15, 47 ); pagesGroupBox->setMaximumSize( 32767, 32767 ); pagesGroupBox->setFocusPolicy( QWidget::NoFocus ); pagesGroupBox->setBackgroundMode( QWidget::PaletteBackground ); pagesGroupBox->setFontPropagation( QWidget::NoChildren ); pagesGroupBox->setPalettePropagation( QWidget::NoChildren ); pagesGroupBox->setFrameStyle( 49 ); pagesGroupBox->setLineWidth( 1 ); pagesGroupBox->setMidLineWidth( 0 ); pagesGroupBox->QFrame::setMargin( 0 ); pagesGroupBox->setTitle( _("Pages") ); pagesGroupBox->setAlignment( 1 ); pagesRadioGroup = new QButtonGroup( pagesGroupBox, "pagesRadioGroup" ); pagesRadioGroup->setGeometry( 5, 17, 152, 142 ); pagesRadioGroup->setMinimumSize( 10, 20 ); pagesRadioGroup->setMaximumSize( 32767, 32767 ); pagesRadioGroup->setFocusPolicy( QWidget::NoFocus ); pagesRadioGroup->setBackgroundMode( QWidget::PaletteBackground ); pagesRadioGroup->setFontPropagation( QWidget::NoChildren ); pagesRadioGroup->setPalettePropagation( QWidget::NoChildren ); pagesRadioGroup->setFrameStyle( 0 ); pagesRadioGroup->setLineWidth( 1 ); pagesRadioGroup->setMidLineWidth( 0 ); pagesRadioGroup->QFrame::setMargin( 0 ); pagesRadioGroup->setTitle( "" ); pagesRadioGroup->setAlignment( 1 ); pagesRadioGroup->setExclusive( true ); copies = new QGroupBox( this, "copies" ); copies->setGeometry( 172, 5, 323, 66 ); copies->setMinimumSize( 30, 10 ); copies->setMaximumSize( 32767, 32767 ); copies->setFocusPolicy( QWidget::NoFocus ); copies->setBackgroundMode( QWidget::PaletteBackground ); copies->setFontPropagation( QWidget::NoChildren ); copies->setPalettePropagation( QWidget::NoChildren ); copies->setFrameStyle( 49 ); copies->setLineWidth( 1 ); copies->setMidLineWidth( 0 ); copies->QFrame::setMargin( 0 ); copies->setTitle( _("Copies") ); copies->setAlignment( 1 ); printToGroupBox = new QGroupBox( this, "printToGroupBox" ); printToGroupBox->setGeometry( 172, 76, 323, 199 ); printToGroupBox->setMinimumSize( 25, 30 ); printToGroupBox->setMaximumSize( 32767, 32767 ); printToGroupBox->setFocusPolicy( QWidget::NoFocus ); printToGroupBox->setBackgroundMode( QWidget::PaletteBackground ); printToGroupBox->setFontPropagation( QWidget::NoChildren ); printToGroupBox->setPalettePropagation( QWidget::NoChildren ); printToGroupBox->setFrameStyle( 49 ); printToGroupBox->setLineWidth( 1 ); printToGroupBox->setMidLineWidth( 0 ); printToGroupBox->QFrame::setMargin( 0 ); printToGroupBox->setTitle( _("Print to") ); printToGroupBox->setAlignment( 1 ); printToRadioGroup = new QButtonGroup( printToGroupBox, "printToRadioGroup" ); printToRadioGroup->setGeometry( 12, 39, 152, 83 ); printToRadioGroup->setMinimumSize( 10, 15 ); printToRadioGroup->setMaximumSize( 32767, 32767 ); printToRadioGroup->setFocusPolicy( QWidget::NoFocus ); printToRadioGroup->setBackgroundMode( QWidget::PaletteBackground ); printToRadioGroup->setFontPropagation( QWidget::NoChildren ); printToRadioGroup->setPalettePropagation( QWidget::NoChildren ); printToRadioGroup->setFrameStyle( 0 ); printToRadioGroup->setLineWidth( 1 ); printToRadioGroup->setMidLineWidth( 0 ); printToRadioGroup->QFrame::setMargin( 0 ); printToRadioGroup->setTitle( "" ); printToRadioGroup->setAlignment( 1 ); printToRadioGroup->setExclusive( true ); print = new QPushButton( this, "print" ); print->setGeometry( 86, 280, 81, 45 ); print->setMinimumSize( 0, 0 ); print->setMaximumSize( 32767, 32767 ); connect( print, SIGNAL(clicked()), SLOT(clickedPrint()) ); print->setFocusPolicy( QWidget::TabFocus ); print->setBackgroundMode( QWidget::PaletteBackground ); print->setFontPropagation( QWidget::NoChildren ); print->setPalettePropagation( QWidget::NoChildren ); print->setText( _("&Print") ); print->setAutoRepeat( false ); print->setAutoResize( false ); print->setToggleButton( false ); print->setDefault( false ); print->setAutoDefault( false ); print->setIsMenuButton( false ); cancel = new QPushButton( this, "cancel" ); cancel->setGeometry( 333, 280, 81, 45 ); cancel->setMinimumSize( 0, 0 ); cancel->setMaximumSize( 32767, 32767 ); connect( cancel, SIGNAL(clicked()), SLOT(clickedCancel()) ); cancel->setFocusPolicy( QWidget::TabFocus ); cancel->setBackgroundMode( QWidget::PaletteBackground ); cancel->setFontPropagation( QWidget::NoChildren ); cancel->setPalettePropagation( QWidget::NoChildren ); cancel->setText( _("&Cancel") ); cancel->setAutoRepeat( false ); cancel->setAutoResize( false ); cancel->setToggleButton( false ); cancel->setDefault( false ); cancel->setAutoDefault( false ); cancel->setIsMenuButton( false ); allpages = new QRadioButton( pagesRadioGroup, "allpages" ); allpages->setGeometry( 5, 20, 142, 34 ); allpages->setMinimumSize( 80, 20 ); allpages->setMaximumSize( 32767, 32767 ); allpages->setFocusPolicy( QWidget::TabFocus ); allpages->setBackgroundMode( QWidget::PaletteBackground ); allpages->setFontPropagation( QWidget::NoChildren ); allpages->setPalettePropagation( QWidget::NoChildren ); allpages->setText( _("&All pages") ); allpages->setAutoRepeat( false ); allpages->setAutoResize( false ); allpages->setChecked( false ); evenpages = new QRadioButton( pagesRadioGroup, "evenpages" ); evenpages->setGeometry( 5, 108, 142, 14 ); evenpages->setMinimumSize( 0, 0 ); evenpages->setMaximumSize( 32767, 32767 ); evenpages->setFocusPolicy( QWidget::TabFocus ); evenpages->setBackgroundMode( QWidget::PaletteBackground ); evenpages->setFontPropagation( QWidget::NoChildren ); evenpages->setPalettePropagation( QWidget::NoChildren ); evenpages->setText( _("&Even pages") ); evenpages->setAutoRepeat( false ); evenpages->setAutoResize( false ); evenpages->setChecked( false ); from = new KIntLineEdit( pagesGroupBox, "from" ); from->setGeometry( 108, 164, 49, 30 ); from->setMinimumSize( 0, 0 ); from->setMaximumSize( 32767, 32767 ); from->setFocusPolicy( QWidget::StrongFocus ); from->setBackgroundMode( QWidget::PaletteBase ); from->setFontPropagation( QWidget::NoChildren ); from->setPalettePropagation( QWidget::NoChildren ); from->setText( "" ); from->setMaxLength( 32767 ); from->setFrame( QLineEdit::Normal ); from->setFrame( true ); fromLabel = new QLabel( pagesGroupBox, "fromLabel" ); fromLabel->setGeometry( 5, 164, 98, 30 ); fromLabel->setMinimumSize( 0, 0 ); fromLabel->setMaximumSize( 32767, 32767 ); fromLabel->setFocusPolicy( QWidget::NoFocus ); fromLabel->setBackgroundMode( QWidget::PaletteBackground ); fromLabel->setFontPropagation( QWidget::NoChildren ); fromLabel->setPalettePropagation( QWidget::NoChildren ); fromLabel->setFrameStyle( 0 ); fromLabel->setLineWidth( 1 ); fromLabel->setMidLineWidth( 0 ); fromLabel->QFrame::setMargin( 0 ); fromLabel->setText( _("From") ); fromLabel->setAlignment( 289 ); fromLabel->setMargin( -1 ); toLabel = new QLabel( pagesGroupBox, "toLabel" ); toLabel->setGeometry( 5, 199, 98, 31 ); toLabel->setMinimumSize( 0, 0 ); toLabel->setMaximumSize( 32767, 32767 ); toLabel->setFocusPolicy( QWidget::NoFocus ); toLabel->setBackgroundMode( QWidget::PaletteBackground ); toLabel->setFontPropagation( QWidget::NoChildren ); toLabel->setPalettePropagation( QWidget::NoChildren ); toLabel->setFrameStyle( 0 ); toLabel->setLineWidth( 1 ); toLabel->setMidLineWidth( 0 ); toLabel->QFrame::setMargin( 0 ); toLabel->setText( _("To") ); toLabel->setAlignment( 289 ); toLabel->setMargin( -1 ); oddpages = new QRadioButton( pagesRadioGroup, "oddpages" ); oddpages->setGeometry( 5, 74, 142, 14 ); oddpages->setMinimumSize( 0, 0 ); oddpages->setMaximumSize( 32767, 32767 ); oddpages->setFocusPolicy( QWidget::TabFocus ); oddpages->setBackgroundMode( QWidget::PaletteBackground ); oddpages->setFontPropagation( QWidget::NoChildren ); oddpages->setPalettePropagation( QWidget::NoChildren ); oddpages->setText( _("&Odd pages") ); oddpages->setAutoRepeat( false ); oddpages->setAutoResize( false ); oddpages->setChecked( false ); toprinter = new QRadioButton( printToRadioGroup, "toprinter" ); toprinter->setGeometry( 5, 5, 142, 23 ); toprinter->setMinimumSize( 0, 0 ); toprinter->setMaximumSize( 32767, 32767 ); toprinter->setFocusPolicy( QWidget::TabFocus ); toprinter->setBackgroundMode( QWidget::PaletteBackground ); toprinter->setFontPropagation( QWidget::NoChildren ); toprinter->setPalettePropagation( QWidget::NoChildren ); toprinter->setText( _("&Printer") ); toprinter->setAutoRepeat( false ); toprinter->setAutoResize( false ); toprinter->setChecked( false ); tofile = new QRadioButton( printToRadioGroup, "tofile" ); tofile->setGeometry( 5, 55, 142, 23 ); tofile->setMinimumSize( 0, 0 ); tofile->setMaximumSize( 32767, 32767 ); tofile->setFocusPolicy( QWidget::TabFocus ); tofile->setBackgroundMode( QWidget::PaletteBackground ); tofile->setFontPropagation( QWidget::NoChildren ); tofile->setPalettePropagation( QWidget::NoChildren ); tofile->setText( _("&File") ); tofile->setAutoRepeat( false ); tofile->setAutoResize( false ); tofile->setChecked( false ); printername = new QLineEdit( printToGroupBox, "printername" ); printername->setGeometry( 169, 39, 142, 26 ); printername->setMinimumSize( 0, 0 ); printername->setMaximumSize( 32767, 32767 ); printername->setFocusPolicy( QWidget::StrongFocus ); printername->setBackgroundMode( QWidget::PaletteBase ); printername->setFontPropagation( QWidget::NoChildren ); printername->setPalettePropagation( QWidget::NoChildren ); printername->setText( "" ); printername->setMaxLength( 32767 ); printername->setFrame( QLineEdit::Normal ); printername->setFrame( true ); reverse = new QCheckBox( pagesGroupBox, "reverse" ); reverse->setGeometry( 5, 235, 152, 30 ); reverse->setMinimumSize( 0, 0 ); reverse->setMaximumSize( 32767, 32767 ); reverse->setFocusPolicy( QWidget::TabFocus ); reverse->setBackgroundMode( QWidget::PaletteBackground ); reverse->setFontPropagation( QWidget::NoChildren ); reverse->setPalettePropagation( QWidget::NoChildren ); reverse->setText( _("&Reverse order") ); reverse->setAutoRepeat( false ); reverse->setAutoResize( true ); reverse->setChecked( false ); filename = new QLineEdit( printToGroupBox, "filename" ); filename->setGeometry( 169, 96, 142, 26 ); filename->setMinimumSize( 0, 0 ); filename->setMaximumSize( 32767, 32767 ); filename->setFocusPolicy( QWidget::StrongFocus ); filename->setBackgroundMode( QWidget::PaletteBase ); filename->setFontPropagation( QWidget::NoChildren ); filename->setPalettePropagation( QWidget::NoChildren ); filename->setText( "" ); filename->setMaxLength( 32767 ); filename->setFrame( QLineEdit::Normal ); filename->setFrame( true ); sort = new QCheckBox( copies, "sort" ); sort->setGeometry( 268, 12, 50, 46 ); sort->setMinimumSize( 0, 0 ); sort->setMaximumSize( 32767, 32767 ); sort->setFocusPolicy( QWidget::TabFocus ); sort->setBackgroundMode( QWidget::PaletteBackground ); sort->setFontPropagation( QWidget::NoChildren ); sort->setPalettePropagation( QWidget::NoChildren ); sort->setText( _("Co&llate") ); sort->setAutoRepeat( false ); sort->setAutoResize( true ); sort->setChecked( false ); browse = new QPushButton( printToGroupBox, "browse" ); browse->setGeometry( 158, 149, 153, 23 ); browse->setMinimumSize( 0, 0 ); browse->setMaximumSize( 32767, 32767 ); connect( browse, SIGNAL(clicked()), SLOT(clickedBrowse()) ); browse->setFocusPolicy( QWidget::TabFocus ); browse->setBackgroundMode( QWidget::PaletteBackground ); browse->setFontPropagation( QWidget::NoChildren ); browse->setPalettePropagation( QWidget::NoChildren ); browse->setText( _("&Browse") ); browse->setAutoRepeat( false ); browse->setAutoResize( false ); browse->setToggleButton( false ); browse->setDefault( false ); browse->setAutoDefault( false ); browse->setIsMenuButton( false ); count = new KIntLineEdit( copies, "count" ); count->setGeometry( 162, 12, 50, 46 ); count->setMinimumSize( 0, 0 ); count->setMaximumSize( 32767, 32767 ); connect( count, SIGNAL(textChanged(const char*)), SLOT(changedCount(const char*)) ); count->setFocusPolicy( QWidget::StrongFocus ); count->setBackgroundMode( QWidget::PaletteBase ); count->setFontPropagation( QWidget::NoChildren ); count->setPalettePropagation( QWidget::NoChildren ); count->setText( "" ); count->setMaxLength( 32767 ); count->setFrame( QLineEdit::Normal ); count->setFrame( true ); countLabel = new QLabel( copies, "countLabel" ); countLabel->setGeometry( 56, 12, 50, 46 ); countLabel->setMinimumSize( 0, 0 ); countLabel->setMaximumSize( 32767, 32767 ); countLabel->setFocusPolicy( QWidget::NoFocus ); countLabel->setBackgroundMode( QWidget::PaletteBackground ); countLabel->setFontPropagation( QWidget::NoChildren ); countLabel->setPalettePropagation( QWidget::NoChildren ); countLabel->setFrameStyle( 0 ); countLabel->setLineWidth( 1 ); countLabel->setMidLineWidth( 0 ); countLabel->QFrame::setMargin( 0 ); countLabel->setText( _("Count") ); countLabel->setAlignment( 289 ); countLabel->setMargin( -1 ); to = new KIntLineEdit( pagesGroupBox, "to" ); to->setGeometry( 108, 199, 49, 31 ); to->setMinimumSize( 0, 0 ); to->setMaximumSize( 32767, 32767 ); to->setFocusPolicy( QWidget::StrongFocus ); to->setBackgroundMode( QWidget::PaletteBase ); to->setFontPropagation( QWidget::NoChildren ); to->setPalettePropagation( QWidget::NoChildren ); to->setText( "" ); to->setMaxLength( 32767 ); to->setFrame( QLineEdit::Normal ); to->setFrame( true ); pagesRadioGroup->insert( allpages ); pagesRadioGroup->insert( evenpages ); pagesRadioGroup->insert( oddpages ); printToRadioGroup->insert( toprinter ); printToRadioGroup->insert( tofile ); if (print->sizeHint().width()!=-1) print->setMinimumWidth(print->sizeHint().width()); if (print->sizeHint().height()!=-1) print->setMinimumHeight(print->sizeHint().height()); if (print->sizeHint().width()!=-1) print->setMaximumWidth(print->sizeHint().width()); if (print->sizeHint().height()!=-1) print->setMaximumHeight(print->sizeHint().height()); if (cancel->sizeHint().width()!=-1) cancel->setMinimumWidth(cancel->sizeHint().width()); if (cancel->sizeHint().height()!=-1) cancel->setMinimumHeight(cancel->sizeHint().height()); if (cancel->sizeHint().width()!=-1) cancel->setMaximumWidth(cancel->sizeHint().width()); if (cancel->sizeHint().height()!=-1) cancel->setMaximumHeight(cancel->sizeHint().height()); if (allpages->sizeHint().width()!=-1) allpages->setMinimumWidth(allpages->sizeHint().width()); if (allpages->sizeHint().height()!=-1) allpages->setMinimumHeight(allpages->sizeHint().height()); if (allpages->sizeHint().width()!=-1) allpages->setMaximumWidth(allpages->sizeHint().width()); if (allpages->sizeHint().height()!=-1) allpages->setMaximumHeight(allpages->sizeHint().height()); if (evenpages->sizeHint().width()!=-1) evenpages->setMinimumWidth(evenpages->sizeHint().width()); if (evenpages->sizeHint().height()!=-1) evenpages->setMinimumHeight(evenpages->sizeHint().height()); if (evenpages->sizeHint().width()!=-1) evenpages->setMaximumWidth(evenpages->sizeHint().width()); if (evenpages->sizeHint().height()!=-1) evenpages->setMaximumHeight(evenpages->sizeHint().height()); if (from->sizeHint().width()!=-1) from->setMinimumWidth(from->sizeHint().width()); if (from->sizeHint().height()!=-1) from->setMinimumHeight(from->sizeHint().height()); if (from->sizeHint().height()!=-1) from->setMaximumHeight(from->sizeHint().height()); if (fromLabel->sizeHint().width()!=-1) fromLabel->setMinimumWidth(fromLabel->sizeHint().width()); if (fromLabel->sizeHint().height()!=-1) fromLabel->setMinimumHeight(fromLabel->sizeHint().height()); if (fromLabel->sizeHint().width()!=-1) fromLabel->setMaximumWidth(fromLabel->sizeHint().width()); if (fromLabel->sizeHint().height()!=-1) fromLabel->setMaximumHeight(fromLabel->sizeHint().height()); if (toLabel->sizeHint().width()!=-1) toLabel->setMinimumWidth(toLabel->sizeHint().width()); if (toLabel->sizeHint().height()!=-1) toLabel->setMinimumHeight(toLabel->sizeHint().height()); if (toLabel->sizeHint().width()!=-1) toLabel->setMaximumWidth(toLabel->sizeHint().width()); if (toLabel->sizeHint().height()!=-1) toLabel->setMaximumHeight(toLabel->sizeHint().height()); if (oddpages->sizeHint().width()!=-1) oddpages->setMinimumWidth(oddpages->sizeHint().width()); if (oddpages->sizeHint().height()!=-1) oddpages->setMinimumHeight(oddpages->sizeHint().height()); if (oddpages->sizeHint().width()!=-1) oddpages->setMaximumWidth(oddpages->sizeHint().width()); if (oddpages->sizeHint().height()!=-1) oddpages->setMaximumHeight(oddpages->sizeHint().height()); if (toprinter->sizeHint().width()!=-1) toprinter->setMinimumWidth(toprinter->sizeHint().width()); if (toprinter->sizeHint().height()!=-1) toprinter->setMinimumHeight(toprinter->sizeHint().height()); if (toprinter->sizeHint().width()!=-1) toprinter->setMaximumWidth(toprinter->sizeHint().width()); if (toprinter->sizeHint().height()!=-1) toprinter->setMaximumHeight(toprinter->sizeHint().height()); if (tofile->sizeHint().width()!=-1) tofile->setMinimumWidth(tofile->sizeHint().width()); if (tofile->sizeHint().height()!=-1) tofile->setMinimumHeight(tofile->sizeHint().height()); if (tofile->sizeHint().width()!=-1) tofile->setMaximumWidth(tofile->sizeHint().width()); if (tofile->sizeHint().height()!=-1) tofile->setMaximumHeight(tofile->sizeHint().height()); if (printername->sizeHint().width()!=-1) printername->setMinimumWidth(printername->sizeHint().width()); if (printername->sizeHint().height()!=-1) printername->setMinimumHeight(printername->sizeHint().height()); if (printername->sizeHint().height()!=-1) printername->setMaximumHeight(printername->sizeHint().height()); if (reverse->sizeHint().width()!=-1) reverse->setMinimumWidth(reverse->sizeHint().width()); if (reverse->sizeHint().height()!=-1) reverse->setMinimumHeight(reverse->sizeHint().height()); if (reverse->sizeHint().width()!=-1) reverse->setMaximumWidth(reverse->sizeHint().width()); if (reverse->sizeHint().height()!=-1) reverse->setMaximumHeight(reverse->sizeHint().height()); if (filename->sizeHint().width()!=-1) filename->setMinimumWidth(filename->sizeHint().width()); if (filename->sizeHint().height()!=-1) filename->setMinimumHeight(filename->sizeHint().height()); if (filename->sizeHint().height()!=-1) filename->setMaximumHeight(filename->sizeHint().height()); if (sort->sizeHint().width()!=-1) sort->setMinimumWidth(sort->sizeHint().width()); if (sort->sizeHint().height()!=-1) sort->setMinimumHeight(sort->sizeHint().height()); if (sort->sizeHint().width()!=-1) sort->setMaximumWidth(sort->sizeHint().width()); if (sort->sizeHint().height()!=-1) sort->setMaximumHeight(sort->sizeHint().height()); if (browse->sizeHint().width()!=-1) browse->setMinimumWidth(browse->sizeHint().width()); if (browse->sizeHint().height()!=-1) browse->setMinimumHeight(browse->sizeHint().height()); if (browse->sizeHint().width()!=-1) browse->setMaximumWidth(browse->sizeHint().width()); if (browse->sizeHint().height()!=-1) browse->setMaximumHeight(browse->sizeHint().height()); if (count->sizeHint().width()!=-1) count->setMinimumWidth(count->sizeHint().width()); if (count->sizeHint().height()!=-1) count->setMinimumHeight(count->sizeHint().height()); if (count->sizeHint().height()!=-1) count->setMaximumHeight(count->sizeHint().height()); if (countLabel->sizeHint().width()!=-1) countLabel->setMinimumWidth(countLabel->sizeHint().width()); if (countLabel->sizeHint().height()!=-1) countLabel->setMinimumHeight(countLabel->sizeHint().height()); if (countLabel->sizeHint().width()!=-1) countLabel->setMaximumWidth(countLabel->sizeHint().width()); if (countLabel->sizeHint().height()!=-1) countLabel->setMaximumHeight(countLabel->sizeHint().height()); if (to->sizeHint().width()!=-1) to->setMinimumWidth(to->sizeHint().width()); if (to->sizeHint().height()!=-1) to->setMinimumHeight(to->sizeHint().height()); if (to->sizeHint().height()!=-1) to->setMaximumHeight(to->sizeHint().height()); QGridLayout* qtarch_layout_1 = new QGridLayout( this, 2, 1, 5, 5, NULL ); qtarch_layout_1->addColSpacing( 0, 5 ); qtarch_layout_1->setColStretch( 0, 1 ); qtarch_layout_1->addRowSpacing( 0, 0 ); qtarch_layout_1->setRowStretch( 0, 5 ); QBoxLayout* qtarch_layout_1_1_1 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1->addLayout( qtarch_layout_1_1_1, 0, 0 ); qtarch_layout_1_1_1->addStrut( 0 ); qtarch_layout_1_1_1->addWidget( pagesGroupBox, 1, 36 ); QBoxLayout* qtarch_layout_1_1_1_1 = new QBoxLayout( pagesGroupBox, QBoxLayout::TopToBottom, 5, 5, NULL ); qtarch_layout_1_1_1_1->addStrut( 0 ); qtarch_layout_1_1_1_1->addSpacing( 12 ); qtarch_layout_1_1_1_1->addWidget( pagesRadioGroup, 4, 33 ); QBoxLayout* qtarch_layout_1_1_1_1_2 = new QBoxLayout( pagesRadioGroup, QBoxLayout::TopToBottom, 5, 5, NULL ); qtarch_layout_1_1_1_1_2->addStrut( 0 ); qtarch_layout_1_1_1_1_2->addStretch( 1 ); qtarch_layout_1_1_1_1_2->addWidget( allpages, 1, 1 ); qtarch_layout_1_1_1_1_2->addStretch( 1 ); qtarch_layout_1_1_1_1_2->addWidget( oddpages, 1, 1 ); qtarch_layout_1_1_1_1_2->addStretch( 1 ); qtarch_layout_1_1_1_1_2->addWidget( evenpages, 1, 1 ); qtarch_layout_1_1_1_1_2->addStretch( 1 ); QBoxLayout* qtarch_layout_1_1_1_1_3 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1_1_1_1->addLayout( qtarch_layout_1_1_1_1_3, 1 ); qtarch_layout_1_1_1_1_3->addStrut( 0 ); qtarch_layout_1_1_1_1_3->addWidget( fromLabel, 2, 36 ); qtarch_layout_1_1_1_1_3->addWidget( from, 1, 36 ); QBoxLayout* qtarch_layout_1_1_1_1_4 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1_1_1_1->addLayout( qtarch_layout_1_1_1_1_4, 1 ); qtarch_layout_1_1_1_1_4->addStrut( 0 ); qtarch_layout_1_1_1_1_4->addWidget( toLabel, 2, 36 ); qtarch_layout_1_1_1_1_4->addWidget( to, 1, 36 ); qtarch_layout_1_1_1_1->addWidget( reverse, 1, 36 ); QBoxLayout* qtarch_layout_1_1_1_2 = new QBoxLayout( QBoxLayout::TopToBottom, 5, NULL ); qtarch_layout_1_1_1->addLayout( qtarch_layout_1_1_1_2, 2 ); qtarch_layout_1_1_1_2->addStrut( 0 ); qtarch_layout_1_1_1_2->addWidget( copies, 1, 36 ); QBoxLayout* qtarch_layout_1_1_1_2_1 = new QBoxLayout( copies, QBoxLayout::TopToBottom, 5, 5, NULL ); qtarch_layout_1_1_1_2_1->addStrut( 0 ); qtarch_layout_1_1_1_2_1->addSpacing( 7 ); QBoxLayout* qtarch_layout_1_1_1_2_1_2 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1_1_1_2_1->addLayout( qtarch_layout_1_1_1_2_1_2, 1 ); qtarch_layout_1_1_1_2_1_2->addStrut( 0 ); qtarch_layout_1_1_1_2_1_2->addStretch( 1 ); qtarch_layout_1_1_1_2_1_2->addWidget( countLabel, 1, 36 ); qtarch_layout_1_1_1_2_1_2->addStretch( 1 ); qtarch_layout_1_1_1_2_1_2->addWidget( count, 1, 36 ); qtarch_layout_1_1_1_2_1_2->addStretch( 1 ); qtarch_layout_1_1_1_2_1_2->addWidget( sort, 1, 36 ); qtarch_layout_1_1_1_2_1->addSpacing( 3 ); qtarch_layout_1_1_1_2->addWidget( printToGroupBox, 3, 36 ); QBoxLayout* qtarch_layout_1_1_1_2_2 = new QBoxLayout( printToGroupBox, QBoxLayout::TopToBottom, 5, 5, NULL ); qtarch_layout_1_1_1_2_2->addStrut( 0 ); qtarch_layout_1_1_1_2_2->addSpacing( 12 ); qtarch_layout_1_1_1_2_2->addStretch( 1 ); QBoxLayout* qtarch_layout_1_1_1_2_2_3 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1_1_1_2_2->addLayout( qtarch_layout_1_1_1_2_2_3, 3 ); qtarch_layout_1_1_1_2_2_3->addStrut( 0 ); qtarch_layout_1_1_1_2_2_3->addSpacing( 7 ); qtarch_layout_1_1_1_2_2_3->addWidget( printToRadioGroup, 1, 33 ); QBoxLayout* qtarch_layout_1_1_1_2_2_3_2 = new QBoxLayout( printToRadioGroup, QBoxLayout::TopToBottom, 5, 5, NULL ); qtarch_layout_1_1_1_2_2_3_2->addStrut( 0 ); qtarch_layout_1_1_1_2_2_3_2->addWidget( toprinter, 1, 1 ); qtarch_layout_1_1_1_2_2_3_2->addStretch( 1 ); qtarch_layout_1_1_1_2_2_3_2->addWidget( tofile, 1, 1 ); QBoxLayout* qtarch_layout_1_1_1_2_2_3_3 = new QBoxLayout( QBoxLayout::TopToBottom, 5, NULL ); qtarch_layout_1_1_1_2_2_3->addLayout( qtarch_layout_1_1_1_2_2_3_3, 1 ); qtarch_layout_1_1_1_2_2_3_3->addStrut( 0 ); qtarch_layout_1_1_1_2_2_3_3->addWidget( printername, 1, 36 ); qtarch_layout_1_1_1_2_2_3_3->addStretch( 1 ); qtarch_layout_1_1_1_2_2_3_3->addWidget( filename, 1, 36 ); qtarch_layout_1_1_1_2_2_3->addSpacing( 7 ); qtarch_layout_1_1_1_2_2->addStretch( 1 ); QBoxLayout* qtarch_layout_1_1_1_2_2_5 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1_1_1_2_2->addLayout( qtarch_layout_1_1_1_2_2_5, 1 ); qtarch_layout_1_1_1_2_2_5->addStrut( 0 ); qtarch_layout_1_1_1_2_2_5->addStretch( 1 ); qtarch_layout_1_1_1_2_2_5->addWidget( browse, 1, 36 ); qtarch_layout_1_1_1_2_2_5->addSpacing( 7 ); qtarch_layout_1_1_1_2_2->addStretch( 1 ); qtarch_layout_1->addRowSpacing( 1, 0 ); qtarch_layout_1->setRowStretch( 1, 1 ); QBoxLayout* qtarch_layout_1_2_1 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1->addLayout( qtarch_layout_1_2_1, 1, 0 ); qtarch_layout_1_2_1->addStrut( 0 ); qtarch_layout_1_2_1->addStretch( 1 ); qtarch_layout_1_2_1->addWidget( print, 1, 36 ); qtarch_layout_1_2_1->addStretch( 2 ); qtarch_layout_1_2_1->addWidget( cancel, 1, 36 ); qtarch_layout_1_2_1->addStretch( 1 ); resize( 500,330 ); setMinimumSize( 0, 0 ); setMaximumSize( 32767, 32767 ); } PrintDialogData::~PrintDialogData() { } void PrintDialogData::clickedPrint() { } void PrintDialogData::clickedCancel() { } void PrintDialogData::clickedBrowse() { } void PrintDialogData::changedCount(const char*) { }