#include "simapi.h" /**************************************************************************** ** Form implementation generated from reading ui file './aboutinfobase.ui' ** ** Created: Вск Мар 4 15:40:49 2007 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.7 edited Aug 31 2005 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #include "aboutinfobase.h" #include #include #include #include #include #include #include #include #include "textshow.h" /* * Constructs a AboutInfoBase as a child of 'parent', with the * name 'name' and widget flags set to 'f'. */ AboutInfoBase::AboutInfoBase( QWidget* parent, const char* name, WFlags fl ) : QWidget( parent, name, fl ) { if ( !name ) setName( "aboutInfo" ); aboutInfoLayout = new QVBoxLayout( this, 11, 6, "aboutInfoLayout"); TabWidget2 = new QTabWidget( this, "TabWidget2" ); tab = new QWidget( TabWidget2, "tab" ); tabLayout = new QVBoxLayout( tab, 11, 6, "tabLayout"); TextLabel26 = new QLabel( tab, "TextLabel26" ); tabLayout->addWidget( TextLabel26 ); edtAbout = new RichTextEdit( tab, "edtAbout" ); tabLayout->addWidget( edtAbout ); TabWidget2->insertTab( tab, QString::fromLatin1("") ); aboutInfoLayout->addWidget( TabWidget2 ); languageChange(); resize( QSize(374, 288).expandedTo(minimumSizeHint()) ); clearWState( WState_Polished ); } /* * Destroys the object and frees any allocated resources */ AboutInfoBase::~AboutInfoBase() { // no need to delete child widgets, Qt does it all for us } /* * Sets the strings of the subwidgets using the current * language. */ void AboutInfoBase::languageChange() { setProperty( "caption", i18n( "Form4" ) ); TextLabel26->setProperty( "text", i18n( "Additional information about user:" ) ); TabWidget2->changeTab( tab, i18n( "A&bout" ) ); } #include "aboutinfobase.moc"