/********************************************************************** --- Qt Architect 1.4-6 generated file --- File: docdlgdata.C Last generated: Sat Mar 31 16:48:15 2001 DO NOT EDIT!!! This file will be automatically regenerated by qtarch. All changes will be lost. *********************************************************************/ #include #include #include #include "docdlgdata.h" #define Inherited QDialog DocDialogData::DocDialogData ( QWidget* parent, const char* name ) : Inherited( parent, name, TRUE, 0 ) { button_ok = new QPushButton( this, "button_ok" ); button_ok->setGeometry( 73, 555, 69, 55 ); button_ok->setMinimumSize( 0, 0 ); button_ok->setMaximumSize( 32767, 32767 ); connect( button_ok, SIGNAL(clicked()), SLOT(ok_adaptor()) ); button_ok->setFocusPolicy( QWidget::TabFocus ); button_ok->setBackgroundMode( QWidget::PaletteBackground ); button_ok->setFontPropagation( QWidget::NoChildren ); button_ok->setPalettePropagation( QWidget::NoChildren ); button_ok->setText( _("&OK") ); button_ok->setAutoRepeat( false ); button_ok->setAutoResize( false ); button_ok->setToggleButton( false ); button_ok->setDefault( true ); button_ok->setAutoDefault( false ); button_ok->setIsMenuButton( false ); button_apply = new QPushButton( this, "button_apply" ); button_apply->setGeometry( 215, 555, 68, 55 ); button_apply->setMinimumSize( 0, 0 ); button_apply->setMaximumSize( 32767, 32767 ); connect( button_apply, SIGNAL(clicked()), SLOT(apply_adaptor()) ); button_apply->setFocusPolicy( QWidget::TabFocus ); button_apply->setBackgroundMode( QWidget::PaletteBackground ); button_apply->setFontPropagation( QWidget::NoChildren ); button_apply->setPalettePropagation( QWidget::NoChildren ); button_apply->setText( _("&Apply") ); button_apply->setAutoRepeat( false ); button_apply->setAutoResize( false ); button_apply->setToggleButton( false ); button_apply->setDefault( false ); button_apply->setAutoDefault( false ); button_apply->setIsMenuButton( false ); button_restore = new QPushButton( this, "button_restore" ); button_restore->setGeometry( 357, 555, 68, 55 ); button_restore->setMinimumSize( 0, 0 ); button_restore->setMaximumSize( 32767, 32767 ); connect( button_restore, SIGNAL(clicked()), SLOT(restore_adaptor()) ); button_restore->setFocusPolicy( QWidget::TabFocus ); button_restore->setBackgroundMode( QWidget::PaletteBackground ); button_restore->setFontPropagation( QWidget::NoChildren ); button_restore->setPalettePropagation( QWidget::NoChildren ); button_restore->setText( _("&Restore") ); button_restore->setAutoRepeat( false ); button_restore->setAutoResize( false ); button_restore->setToggleButton( false ); button_restore->setDefault( false ); button_restore->setAutoDefault( false ); button_restore->setIsMenuButton( false ); button_cancel = new QPushButton( this, "button_cancel" ); button_cancel->setGeometry( 498, 555, 69, 55 ); button_cancel->setMinimumSize( 0, 0 ); button_cancel->setMaximumSize( 32767, 32767 ); connect( button_cancel, SIGNAL(clicked()), SLOT(cancel_adaptor()) ); button_cancel->setFocusPolicy( QWidget::TabFocus ); button_cancel->setBackgroundMode( QWidget::PaletteBackground ); button_cancel->setFontPropagation( QWidget::NoChildren ); button_cancel->setPalettePropagation( QWidget::NoChildren ); button_cancel->setText( _("&Cancel") ); button_cancel->setAutoRepeat( false ); button_cancel->setAutoResize( false ); button_cancel->setToggleButton( false ); button_cancel->setDefault( false ); button_cancel->setAutoDefault( false ); button_cancel->setIsMenuButton( false ); tabstack = new TabStack( this, "tabstack" ); tabstack->setGeometry( 5, 5, 630, 545 ); tabstack->setMinimumSize( 0, 0 ); tabstack->setMaximumSize( 32767, 32767 ); tabstack->setFocusPolicy( QWidget::NoFocus ); tabstack->setBackgroundMode( QWidget::PaletteBackground ); tabstack->setFontPropagation( QWidget::NoChildren ); tabstack->setPalettePropagation( QWidget::NoChildren ); if (button_ok->sizeHint().width()!=-1) button_ok->setMinimumWidth(button_ok->sizeHint().width()); if (button_ok->sizeHint().height()!=-1) button_ok->setMinimumHeight(button_ok->sizeHint().height()); if (button_ok->sizeHint().width()!=-1) button_ok->setMaximumWidth(button_ok->sizeHint().width()); if (button_ok->sizeHint().height()!=-1) button_ok->setMaximumHeight(button_ok->sizeHint().height()); if (button_apply->sizeHint().width()!=-1) button_apply->setMinimumWidth(button_apply->sizeHint().width()); if (button_apply->sizeHint().height()!=-1) button_apply->setMinimumHeight(button_apply->sizeHint().height()); if (button_apply->sizeHint().width()!=-1) button_apply->setMaximumWidth(button_apply->sizeHint().width()); if (button_apply->sizeHint().height()!=-1) button_apply->setMaximumHeight(button_apply->sizeHint().height()); if (button_restore->sizeHint().width()!=-1) button_restore->setMinimumWidth(button_restore->sizeHint().width()); if (button_restore->sizeHint().height()!=-1) button_restore->setMinimumHeight(button_restore->sizeHint().height()); if (button_restore->sizeHint().width()!=-1) button_restore->setMaximumWidth(button_restore->sizeHint().width()); if (button_restore->sizeHint().height()!=-1) button_restore->setMaximumHeight(button_restore->sizeHint().height()); if (button_cancel->sizeHint().width()!=-1) button_cancel->setMinimumWidth(button_cancel->sizeHint().width()); if (button_cancel->sizeHint().height()!=-1) button_cancel->setMinimumHeight(button_cancel->sizeHint().height()); if (button_cancel->sizeHint().width()!=-1) button_cancel->setMaximumWidth(button_cancel->sizeHint().width()); if (button_cancel->sizeHint().height()!=-1) button_cancel->setMaximumHeight(button_cancel->sizeHint().height()); if (tabstack->sizeHint().width()!=-1) tabstack->setMinimumWidth(tabstack->sizeHint().width()); if (tabstack->sizeHint().height()!=-1) tabstack->setMinimumHeight(tabstack->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, 10 ); qtarch_layout_1_1->addStrut( 0 ); qtarch_layout_1_1->addWidget( tabstack, 1, 36 ); QBoxLayout* qtarch_layout_1_2 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL ); qtarch_layout_1->addLayout( qtarch_layout_1_2, 1 ); qtarch_layout_1_2->addStrut( 0 ); qtarch_layout_1_2->addStretch( 1 ); qtarch_layout_1_2->addWidget( button_ok, 1, 36 ); qtarch_layout_1_2->addStretch( 1 ); qtarch_layout_1_2->addWidget( button_apply, 1, 36 ); qtarch_layout_1_2->addStretch( 1 ); qtarch_layout_1_2->addWidget( button_restore, 1, 36 ); qtarch_layout_1_2->addStretch( 1 ); qtarch_layout_1_2->addWidget( button_cancel, 1, 36 ); qtarch_layout_1_2->addStretch( 1 ); resize( 640,615 ); setMinimumSize( 0, 0 ); setMaximumSize( 32767, 32767 ); } DocDialogData::~DocDialogData() { } void DocDialogData::ok_adaptor() { } void DocDialogData::apply_adaptor() { } void DocDialogData::restore_adaptor() { } void DocDialogData::cancel_adaptor() { }