/********************************************************************** --- Qt Architect 1.4-6 generated file --- File: parageneraldlgdata.C Last generated: Sat Feb 10 21:08:55 2001 DO NOT EDIT!!! This file will be automatically regenerated by qtarch. All changes will be lost. *********************************************************************/ #include #include #include #include "parageneraldlgdata.h" #define Inherited QWidget #include ParaGeneralDialogData::ParaGeneralDialogData ( QWidget* parent, const char* name ) : Inherited( parent, name, 0 ) { justification = new QComboBox( FALSE, this, "justification" ); justification->setGeometry( 130, 5, 120, 59 ); justification->setMinimumSize( 0, 0 ); justification->setMaximumSize( 32767, 32767 ); justification->setFocusPolicy( QWidget::StrongFocus ); justification->setBackgroundMode( QWidget::PaletteBackground ); justification->setFontPropagation( QWidget::AllChildren ); justification->setPalettePropagation( QWidget::AllChildren ); justification->setSizeLimit( 4 ); justification->setAutoResize( false ); justification->setMaxCount( 4 ); justification->setAutoCompletion( false ); spacetab = new TabStack( this, "spacetab" ); spacetab->setGeometry( 5, 69, 605, 294 ); spacetab->setMinimumSize( 0, 0 ); spacetab->setMaximumSize( 32767, 32767 ); spacetab->setFocusPolicy( QWidget::NoFocus ); spacetab->setBackgroundMode( QWidget::PaletteBackground ); spacetab->setFontPropagation( QWidget::NoChildren ); spacetab->setPalettePropagation( QWidget::NoChildren ); lineabove = new QCheckBox( this, "lineabove" ); lineabove->setGeometry( 5, 368, 298, 39 ); lineabove->setMinimumSize( 0, 0 ); lineabove->setMaximumSize( 32767, 32767 ); lineabove->setFocusPolicy( QWidget::TabFocus ); lineabove->setBackgroundMode( QWidget::PaletteBackground ); lineabove->setFontPropagation( QWidget::NoChildren ); lineabove->setPalettePropagation( QWidget::NoChildren ); lineabove->setText( _("Draw line above paragraph") ); lineabove->setAutoRepeat( false ); lineabove->setAutoResize( false ); lineabove->setChecked( false ); linebelow = new QCheckBox( this, "linebelow" ); linebelow->setGeometry( 5, 412, 298, 39 ); linebelow->setMinimumSize( 0, 0 ); linebelow->setMaximumSize( 32767, 32767 ); linebelow->setFocusPolicy( QWidget::TabFocus ); linebelow->setBackgroundMode( QWidget::PaletteBackground ); linebelow->setFontPropagation( QWidget::NoChildren ); linebelow->setPalettePropagation( QWidget::NoChildren ); linebelow->setText( _("Draw line below paragraph") ); linebelow->setAutoRepeat( false ); linebelow->setAutoResize( false ); linebelow->setChecked( false ); noindent = new QCheckBox( this, "noindent" ); noindent->setGeometry( 5, 456, 298, 39 ); noindent->setMinimumSize( 0, 0 ); noindent->setMaximumSize( 32767, 32767 ); noindent->setFocusPolicy( QWidget::TabFocus ); noindent->setBackgroundMode( QWidget::PaletteBackground ); noindent->setFontPropagation( QWidget::NoChildren ); noindent->setPalettePropagation( QWidget::NoChildren ); noindent->setText( _("Don't indent paragraph") ); noindent->setAutoRepeat( false ); noindent->setAutoResize( false ); noindent->setChecked( false ); QLabel* qtarch_labelwidthlabel; qtarch_labelwidthlabel = new QLabel( this, "labelwidthlabel" ); qtarch_labelwidthlabel->setGeometry( 308, 368, 149, 127 ); qtarch_labelwidthlabel->setMinimumSize( 0, 0 ); qtarch_labelwidthlabel->setMaximumSize( 32767, 32767 ); qtarch_labelwidthlabel->setFocusPolicy( QWidget::NoFocus ); qtarch_labelwidthlabel->setBackgroundMode( QWidget::PaletteBackground ); qtarch_labelwidthlabel->setFontPropagation( QWidget::NoChildren ); qtarch_labelwidthlabel->setPalettePropagation( QWidget::NoChildren ); qtarch_labelwidthlabel->setFrameStyle( 0 ); qtarch_labelwidthlabel->setLineWidth( 1 ); qtarch_labelwidthlabel->setMidLineWidth( 0 ); qtarch_labelwidthlabel->QFrame::setMargin( 0 ); qtarch_labelwidthlabel->setText( _("Label width") ); qtarch_labelwidthlabel->setAlignment( 289 ); qtarch_labelwidthlabel->setMargin( -1 ); labelwidth = new QLineEdit( this, "labelwidth" ); labelwidth->setGeometry( 462, 368, 148, 127 ); labelwidth->setMinimumSize( 0, 0 ); labelwidth->setMaximumSize( 32767, 32767 ); labelwidth->setFocusPolicy( QWidget::StrongFocus ); labelwidth->setBackgroundMode( QWidget::PaletteBase ); labelwidth->setFontPropagation( QWidget::NoChildren ); labelwidth->setPalettePropagation( QWidget::NoChildren ); labelwidth->setText( "" ); labelwidth->setMaxLength( 32767 ); labelwidth->setFrame( QLineEdit::Normal ); labelwidth->setFrame( true ); QLabel* qtarch_labelJustification; qtarch_labelJustification = new QLabel( this, "labelJustification" ); qtarch_labelJustification->setGeometry( 5, 5, 120, 59 ); qtarch_labelJustification->setMinimumSize( 0, 0 ); qtarch_labelJustification->setMaximumSize( 32767, 32767 ); qtarch_labelJustification->setFocusPolicy( QWidget::NoFocus ); qtarch_labelJustification->setBackgroundMode( QWidget::PaletteBackground ); qtarch_labelJustification->setFontPropagation( QWidget::NoChildren ); qtarch_labelJustification->setPalettePropagation( QWidget::NoChildren ); qtarch_labelJustification->setFrameStyle( 0 ); qtarch_labelJustification->setLineWidth( 1 ); qtarch_labelJustification->setMidLineWidth( 0 ); qtarch_labelJustification->QFrame::setMargin( 0 ); qtarch_labelJustification->setText( _("Justification") ); qtarch_labelJustification->setAlignment( 289 ); qtarch_labelJustification->setMargin( -1 ); if (justification->sizeHint().width()!=-1) justification->setMinimumWidth(justification->sizeHint().width()); if (justification->sizeHint().height()!=-1) justification->setMinimumHeight(justification->sizeHint().height()); if (justification->sizeHint().height()!=-1) justification->setMaximumHeight(justification->sizeHint().height()); if (spacetab->sizeHint().width()!=-1) spacetab->setMinimumWidth(spacetab->sizeHint().width()); if (spacetab->sizeHint().height()!=-1) spacetab->setMinimumHeight(spacetab->sizeHint().height()); if (lineabove->sizeHint().width()!=-1) lineabove->setMinimumWidth(lineabove->sizeHint().width()); if (lineabove->sizeHint().height()!=-1) lineabove->setMinimumHeight(lineabove->sizeHint().height()); if (lineabove->sizeHint().width()!=-1) lineabove->setMaximumWidth(lineabove->sizeHint().width()); if (lineabove->sizeHint().height()!=-1) lineabove->setMaximumHeight(lineabove->sizeHint().height()); if (linebelow->sizeHint().width()!=-1) linebelow->setMinimumWidth(linebelow->sizeHint().width()); if (linebelow->sizeHint().height()!=-1) linebelow->setMinimumHeight(linebelow->sizeHint().height()); if (linebelow->sizeHint().width()!=-1) linebelow->setMaximumWidth(linebelow->sizeHint().width()); if (linebelow->sizeHint().height()!=-1) linebelow->setMaximumHeight(linebelow->sizeHint().height()); if (noindent->sizeHint().width()!=-1) noindent->setMinimumWidth(noindent->sizeHint().width()); if (noindent->sizeHint().height()!=-1) noindent->setMinimumHeight(noindent->sizeHint().height()); if (noindent->sizeHint().width()!=-1) noindent->setMaximumWidth(noindent->sizeHint().width()); if (noindent->sizeHint().height()!=-1) noindent->setMaximumHeight(noindent->sizeHint().height()); if (qtarch_labelwidthlabel->sizeHint().width()!=-1) qtarch_labelwidthlabel->setMinimumWidth(qtarch_labelwidthlabel->sizeHint().width()); if (qtarch_labelwidthlabel->sizeHint().height()!=-1) qtarch_labelwidthlabel->setMinimumHeight(qtarch_labelwidthlabel->sizeHint().height()); if (qtarch_labelwidthlabel->sizeHint().width()!=-1) qtarch_labelwidthlabel->setMaximumWidth(qtarch_labelwidthlabel->sizeHint().width()); if (qtarch_labelwidthlabel->sizeHint().height()!=-1) qtarch_labelwidthlabel->setMaximumHeight(qtarch_labelwidthlabel->sizeHint().height()); if (labelwidth->sizeHint().width()!=-1) labelwidth->setMinimumWidth(labelwidth->sizeHint().width()); if (labelwidth->sizeHint().height()!=-1) labelwidth->setMinimumHeight(labelwidth->sizeHint().height()); if (labelwidth->sizeHint().height()!=-1) labelwidth->setMaximumHeight(labelwidth->sizeHint().height()); if (qtarch_labelJustification->sizeHint().width()!=-1) qtarch_labelJustification->setMinimumWidth(qtarch_labelJustification->sizeHint().width()); if (qtarch_labelJustification->sizeHint().height()!=-1) qtarch_labelJustification->setMinimumHeight(qtarch_labelJustification->sizeHint().height()); if (qtarch_labelJustification->sizeHint().width()!=-1) qtarch_labelJustification->setMaximumWidth(qtarch_labelJustification->sizeHint().width()); if (qtarch_labelJustification->sizeHint().height()!=-1) qtarch_labelJustification->setMaximumHeight(qtarch_labelJustification->sizeHint().height()); QBoxLayout* qtarch_layout_1 = new QBoxLayout( this, QBoxLayout::TopToBottom, 5, 5, NULL ); qtarch_layout_1->addStrut( 0 ); QBoxLayout* qtarch_layout_1_1 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1->addLayout( qtarch_layout_1_1, 1 ); qtarch_layout_1_1->addStrut( 0 ); qtarch_layout_1_1->addWidget( qtarch_labelJustification, 1, 36 ); qtarch_layout_1_1->addWidget( justification, 1, 36 ); qtarch_layout_1_1->addStretch( 3 ); QBoxLayout* qtarch_layout_1_2 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1->addLayout( qtarch_layout_1_2, 5 ); qtarch_layout_1_2->addStrut( 0 ); qtarch_layout_1_2->addWidget( spacetab, 5, 36 ); QBoxLayout* qtarch_layout_1_3 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1->addLayout( qtarch_layout_1_3, 2 ); qtarch_layout_1_3->addStrut( 0 ); QBoxLayout* qtarch_layout_1_3_1 = new QBoxLayout( QBoxLayout::TopToBottom, 5, NULL ); qtarch_layout_1_3->addLayout( qtarch_layout_1_3_1, 1 ); qtarch_layout_1_3_1->addStrut( 0 ); qtarch_layout_1_3_1->addWidget( lineabove, 1, 1 ); qtarch_layout_1_3_1->addWidget( linebelow, 1, 1 ); qtarch_layout_1_3_1->addWidget( noindent, 1, 1 ); QBoxLayout* qtarch_layout_1_3_2 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1_3->addLayout( qtarch_layout_1_3_2, 1 ); qtarch_layout_1_3_2->addStrut( 0 ); qtarch_layout_1_3_2->addWidget( qtarch_labelwidthlabel, 1, 36 ); qtarch_layout_1_3_2->addWidget( labelwidth, 1, 36 ); resize( 615,500 ); setMinimumSize( 0, 0 ); setMaximumSize( 32767, 32767 ); } ParaGeneralDialogData::~ParaGeneralDialogData() { }