/**************************************************************************** ** Form implementation generated from reading ui file 'form1.ui' ** ** Created: Mon Aug 2 16:35:19 2004 ** by: The User Interface Compiler ($Id: form1.cpp,v 1.1 2004-08-04 20:59:13 pietroni Exp $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #include "form1.h" #include #include #include #include /* * Constructs a Form1 as a child of 'parent', with the * name 'name' and widget flags set to 'f'. * * The dialog will by default be modeless, unless you set 'modal' to * TRUE to construct a modal dialog. */ Form1::Form1( QWidget* parent, const char* name, bool modal, WFlags fl ) : QDialog( parent, name, modal, fl ) { if ( !name ) setName( "Form1" ); languageChange(); resize( QSize(909, 714).expandedTo(minimumSizeHint()) ); clearWState( WState_Polished ); } /* * Destroys the object and frees any allocated resources */ Form1::~Form1() { // no need to delete child widgets, Qt does it all for us } /* * Sets the strings of the subwidgets using the current * language. */ void Form1::languageChange() { setCaption( tr( "TetraWraP" ) ); }