#include "simapi.h" /**************************************************************************** ** Form implementation generated from reading ui file './jabberaboutinfobase.ui' ** ** Created: Вск Мар 4 15:40:54 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 "jabberaboutinfobase.h" #include #include #include #include #include #include #include /* * Constructs a JabberAboutInfoBase as a child of 'parent', with the * name 'name' and widget flags set to 'f'. */ JabberAboutInfoBase::JabberAboutInfoBase( QWidget* parent, const char* name, WFlags fl ) : QWidget( parent, name, fl ) { if ( !name ) setName( "aboutInfo" ); aboutInfoLayout = new QVBoxLayout( this, 11, 6, "aboutInfoLayout"); TextLabel26 = new QLabel( this, "TextLabel26" ); aboutInfoLayout->addWidget( TextLabel26 ); edtAbout = new QMultiLineEdit( this, "edtAbout" ); aboutInfoLayout->addWidget( edtAbout ); languageChange(); resize( QSize(374, 251).expandedTo(minimumSizeHint()) ); clearWState( WState_Polished ); } /* * Destroys the object and frees any allocated resources */ JabberAboutInfoBase::~JabberAboutInfoBase() { // no need to delete child widgets, Qt does it all for us } /* * Sets the strings of the subwidgets using the current * language. */ void JabberAboutInfoBase::languageChange() { setProperty( "caption", i18n( "Form4" ) ); TextLabel26->setProperty( "text", i18n( "Additional information:" ) ); } #include "jabberaboutinfobase.moc"