-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold_passData.cc
More file actions
99 lines (85 loc) · 3.26 KB
/
Copy pathold_passData.cc
File metadata and controls
99 lines (85 loc) · 3.26 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
/**********************************************************************
--- Qt Architect generated file ---
File: old_passData.cc
Last generated: Tue Mar 9 11:13:25 1999
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
*********************************************************************/
#include <qpixmap.h>
#include <qlayout.h>
#include "old_passData.h"
#define Inherited QDialog
#include <qlabel.h>
#include <qpushbt.h>
old_passData::old_passData
(
QWidget* parent,
const char* name
)
:
Inherited( parent, name, TRUE, 0 )
{
QPushButton* qtarch_PushButton_1;
qtarch_PushButton_1 = new QPushButton( this, "PushButton_1" );
qtarch_PushButton_1->setGeometry( 20, 100, 100, 30 );
qtarch_PushButton_1->setMinimumSize( 100, 30 );
qtarch_PushButton_1->setMaximumSize( 100, 30 );
connect( qtarch_PushButton_1, SIGNAL(clicked()), SLOT(ok_click()) );
qtarch_PushButton_1->setFocusPolicy( QWidget::TabFocus );
qtarch_PushButton_1->setBackgroundMode( QWidget::PaletteBackground );
qtarch_PushButton_1->setFontPropagation( QWidget::NoChildren );
qtarch_PushButton_1->setPalettePropagation( QWidget::NoChildren );
qtarch_PushButton_1->setText( "Ok" );
qtarch_PushButton_1->setAutoRepeat( FALSE );
qtarch_PushButton_1->setAutoResize( FALSE );
QPushButton* qtarch_PushButton_2;
qtarch_PushButton_2 = new QPushButton( this, "PushButton_2" );
qtarch_PushButton_2->setGeometry( 270, 100, 100, 30 );
qtarch_PushButton_2->setMinimumSize( 100, 30 );
qtarch_PushButton_2->setMaximumSize( 100, 30 );
connect( qtarch_PushButton_2, SIGNAL(clicked()), SLOT(cancel_click()) );
qtarch_PushButton_2->setFocusPolicy( QWidget::TabFocus );
qtarch_PushButton_2->setBackgroundMode( QWidget::PaletteBackground );
qtarch_PushButton_2->setFontPropagation( QWidget::NoChildren );
qtarch_PushButton_2->setPalettePropagation( QWidget::NoChildren );
qtarch_PushButton_2->setText( "Cancel" );
qtarch_PushButton_2->setAutoRepeat( FALSE );
qtarch_PushButton_2->setAutoResize( FALSE );
pass = new QLineEdit( this, "LineEdit_1" );
pass->setGeometry( 20, 50, 350, 30 );
pass->setMinimumSize( 350, 30 );
pass->setMaximumSize( 350, 30 );
connect( pass, SIGNAL(returnPressed()), SLOT(ok_click()) );
pass->setFocusPolicy( QWidget::StrongFocus );
pass->setBackgroundMode( QWidget::PaletteBase );
pass->setFontPropagation( QWidget::NoChildren );
pass->setPalettePropagation( QWidget::NoChildren );
pass->setText( "" );
pass->setMaxLength( 33 );
pass->setEchoMode( QLineEdit::Password );
pass->setFrame( TRUE );
QLabel* qtarch_Label_1;
qtarch_Label_1 = new QLabel( this, "Label_1" );
qtarch_Label_1->setGeometry( 20, 20, 140, 30 );
qtarch_Label_1->setMinimumSize( 140, 30 );
qtarch_Label_1->setMaximumSize( 140, 30 );
qtarch_Label_1->setFocusPolicy( QWidget::NoFocus );
qtarch_Label_1->setBackgroundMode( QWidget::PaletteBackground );
qtarch_Label_1->setFontPropagation( QWidget::NoChildren );
qtarch_Label_1->setPalettePropagation( QWidget::NoChildren );
qtarch_Label_1->setText( "Type the old password:" );
qtarch_Label_1->setAlignment( 289 );
qtarch_Label_1->setMargin( -1 );
resize( 390,150 );
setMinimumSize( 390, 160 );
setMaximumSize( 390, 160 );
}
old_passData::~old_passData()
{
}
void old_passData::ok_click()
{
}
void old_passData::cancel_click()
{
}