keygenwizard.cc
00001 #include <klocale.h>
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include "keygenwizard.h"
00012
00013 #include <qvariant.h>
00014 #include <qlabel.h>
00015 #include <qlayout.h>
00016 #include <qtooltip.h>
00017 #include <qwhatsthis.h>
00018
00019
00020
00021
00022
00023 KGWizardPage1::KGWizardPage1( QWidget* parent, const char* name, WFlags fl )
00024 : QWidget( parent, name, fl )
00025 {
00026 if ( !name )
00027 setName( "KGWizardPage1" );
00028 KGWizardPage1Layout = new QGridLayout( this, 1, 1, 11, 6, "KGWizardPage1Layout");
00029
00030 TextLabel1 = new QLabel( this, "TextLabel1" );
00031 TextLabel1->setTextFormat( QLabel::RichText );
00032 TextLabel1->setScaledContents( FALSE );
00033 TextLabel1->setAlignment( int( QLabel::WordBreak | QLabel::AlignVCenter | QLabel::AlignLeft ) );
00034
00035 KGWizardPage1Layout->addWidget( TextLabel1, 0, 0 );
00036 languageChange();
00037 resize( QSize(345, 142).expandedTo(minimumSizeHint()) );
00038 clearWState( WState_Polished );
00039 }
00040
00041
00042
00043
00044 KGWizardPage1::~KGWizardPage1()
00045 {
00046
00047 }
00048
00049
00050
00051
00052
00053 void KGWizardPage1::languageChange()
00054 {
00055 setCaption( tr2i18n( "Form2" ) );
00056 TextLabel1->setText( tr2i18n( "You have indicated that you wish to obtain or purchase a secure certificate. This wizard is intended to guide you through the procedure. You may cancel at any time, and this will abort the transaction." ) );
00057 }
00058
00059 #include "keygenwizard.moc"
This file is part of the documentation for kdelibs Version 3.1.4.