summaryrefslogtreecommitdiffstats
path: root/src/profilemanagerbase.cpp
blob: 7d9b0b7d55d176837651ece15145412acf482226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#include <kdialog.h>
#include <tdelocale.h>
/****************************************************************************
** Form implementation generated from reading ui file './profilemanagerbase.ui'
**
** Created: Mon Aug 28 16:23:54 2006
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.6   edited Aug 31 2005 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#include "profilemanagerbase.h"

#include <tqvariant.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>

/*
 *  Constructs a ProfileManagerDialogBase as a child of 'parent', with the
 *  name 'name' and widget flags set to 'f'.
 */
ProfileManagerDialogBase::ProfileManagerDialogBase( TQWidget* parent, const char* name, WFlags fl )
    : TQWidget( parent, name, fl )
{
    if ( !name )
	setName( "ProfileManagerDialogBase" );
    setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)3, (TQSizePolicy::SizeType)3, 0, 0, sizePolicy().hasHeightForWidth() ) );
    setMinimumSize( TQSize( 550, 450 ) );
    ProfileManagerDialogBaseLayout = new TQGridLayout( this, 1, 1, 11, 6, "ProfileManagerDialogBaseLayout"); 
    languageChange();
    resize( TQSize(622, 622).expandedTo(minimumSizeHint()) );
    clearWState( WState_Polished );
}

/*
 *  Destroys the object and frees any allocated resources
 */
ProfileManagerDialogBase::~ProfileManagerDialogBase()
{
    // no need to delete child widgets, TQt does it all for us
}

/*
 *  Sets the strings of the subwidgets using the current
 *  language.
 */
void ProfileManagerDialogBase::languageChange()
{
    setCaption( tr2i18n( "Profile Manager" ) );
}

#include "profilemanagerbase.moc"