/********************************************************************** --- Qt Architect 1.4-6 generated file --- File: docdlgdata.C Last generated: Wed Jan 24 06:43:22 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 QWidget DocDialogData::DocDialogData ( QWidget* parent, const char* name ) : Inherited( parent, name, 0 ) { ok = new QPushButton( this, "OK" ); ok->setGeometry( 73, 555, 69, 55 ); ok->setMinimumSize( 0, 0 ); ok->setMaximumSize( 32767, 32767 ); connect( ok, SIGNAL(clicked()), SLOT(ok_adaptor()) ); ok->setFocusPolicy( QWidget::TabFocus ); ok->setBackgroundMode( QWidget::PaletteBackground ); ok->setFontPropagation( QWidget::NoChildren ); ok->setPalettePropagation( QWidget::NoChildren ); ok->setText( _("&OK") ); ok->setAutoRepeat( false ); ok->setAutoResize( false ); ok->setToggleButton( false ); ok->setDefault( true ); ok->setAutoDefault( false ); ok->setIsMenuButton( false ); tabstack = new TabStack( this, "User_1" ); 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 ); apply = new QPushButton( this, "apply" ); apply->setGeometry( 215, 555, 68, 55 ); apply->setMinimumSize( 0, 0 ); apply->setMaximumSize( 32767, 32767 ); connect( apply, SIGNAL(clicked()), SLOT(apply_adaptor()) ); apply->setFocusPolicy( QWidget::TabFocus ); apply->setBackgroundMode( QWidget::PaletteBackground ); apply->setFontPropagation( QWidget::NoChildren ); apply->setPalettePropagation( QWidget::NoChildren ); apply->setText( _("&Apply") ); apply->setAutoRepeat( false ); apply->setAutoResize( false ); apply->setToggleButton( false ); apply->setDefault( false ); apply->setAutoDefault( false ); apply->setIsMenuButton( false ); restore = new QPushButton( this, "restore" ); restore->setGeometry( 357, 555, 68, 55 ); restore->setMinimumSize( 0, 0 ); restore->setMaximumSize( 32767, 32767 ); connect( restore, SIGNAL(clicked()), SLOT(restore_adaptor()) ); restore->setFocusPolicy( QWidget::TabFocus ); restore->setBackgroundMode( QWidget::PaletteBackground ); restore->setFontPropagation( QWidget::NoChildren ); restore->setPalettePropagation( QWidget::NoChildren ); restore->setText( _("&Restore") ); restore->setAutoRepeat( false ); restore->setAutoResize( false ); restore->setToggleButton( false ); restore->setDefault( false ); restore->setAutoDefault( false ); restore->setIsMenuButton( false ); cancel = new QPushButton( this, "Cancel" ); cancel->setGeometry( 498, 555, 69, 55 ); cancel->setMinimumSize( 0, 0 ); cancel->setMaximumSize( 32767, 32767 ); connect( cancel, SIGNAL(clicked()), SLOT(cancel_adaptor()) ); 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 ); if (ok->sizeHint().width()!=-1) ok->setMinimumWidth(ok->sizeHint().width()); if (ok->sizeHint().height()!=-1) ok->setMinimumHeight(ok->sizeHint().height()); if (ok->sizeHint().width()!=-1) ok->setMaximumWidth(ok->sizeHint().width()); if (ok->sizeHint().height()!=-1) ok->setMaximumHeight(ok->sizeHint().height()); if (tabstack->sizeHint().width()!=-1) tabstack->setMinimumWidth(tabstack->sizeHint().width()); if (tabstack->sizeHint().height()!=-1) tabstack->setMinimumHeight(tabstack->sizeHint().height()); if (apply->sizeHint().width()!=-1) apply->setMinimumWidth(apply->sizeHint().width()); if (apply->sizeHint().height()!=-1) apply->setMinimumHeight(apply->sizeHint().height()); if (apply->sizeHint().width()!=-1) apply->setMaximumWidth(apply->sizeHint().width()); if (apply->sizeHint().height()!=-1) apply->setMaximumHeight(apply->sizeHint().height()); if (restore->sizeHint().width()!=-1) restore->setMinimumWidth(restore->sizeHint().width()); if (restore->sizeHint().height()!=-1) restore->setMinimumHeight(restore->sizeHint().height()); if (restore->sizeHint().width()!=-1) restore->setMaximumWidth(restore->sizeHint().width()); if (restore->sizeHint().height()!=-1) restore->setMaximumHeight(restore->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()); 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( ok, 1, 36 ); qtarch_layout_1_2->addStretch( 1 ); qtarch_layout_1_2->addWidget( apply, 1, 36 ); qtarch_layout_1_2->addStretch( 1 ); qtarch_layout_1_2->addWidget( restore, 1, 36 ); qtarch_layout_1_2->addStretch( 1 ); qtarch_layout_1_2->addWidget( 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() { }