-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui_IFileEncryptionPasswordDialog.h
executable file
·113 lines (95 loc) · 4.78 KB
/
ui_IFileEncryptionPasswordDialog.h
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/********************************************************************************
** Form generated from reading ui file 'IFileEncryptionPasswordDialog.ui'
**
** Created: Tue Jan 18 13:49:05 2011
** by: Qt User Interface Compiler version 4.5.0
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef IFILEENCRYPTIONPASSWORDDIALOG_H
#define IFILEENCRYPTIONPASSWORDDIALOG_H
#include <Qt3Support/Q3MimeSourceFactory>
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_IFileEncryptionPasswordDialog
{
public:
QLabel *textLabel1;
QLineEdit *leFilePassword;
QWidget *Layout1;
QHBoxLayout *hboxLayout;
QSpacerItem *Horizontal_Spacing2;
QPushButton *buttonOk;
QPushButton *buttonCancel;
QLabel *tlFileName;
void setupUi(QDialog *IFileEncryptionPasswordDialog)
{
if (IFileEncryptionPasswordDialog->objectName().isEmpty())
IFileEncryptionPasswordDialog->setObjectName(QString::fromUtf8("IFileEncryptionPasswordDialog"));
IFileEncryptionPasswordDialog->resize(419, 193);
IFileEncryptionPasswordDialog->setSizeGripEnabled(true);
IFileEncryptionPasswordDialog->setModal(true);
textLabel1 = new QLabel(IFileEncryptionPasswordDialog);
textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
textLabel1->setGeometry(QRect(30, 20, 360, 20));
textLabel1->setWordWrap(false);
leFilePassword = new QLineEdit(IFileEncryptionPasswordDialog);
leFilePassword->setObjectName(QString::fromUtf8("leFilePassword"));
leFilePassword->setGeometry(QRect(30, 90, 350, 31));
leFilePassword->setEchoMode(QLineEdit::Password);
Layout1 = new QWidget(IFileEncryptionPasswordDialog);
Layout1->setObjectName(QString::fromUtf8("Layout1"));
Layout1->setGeometry(QRect(80, 140, 300, 32));
hboxLayout = new QHBoxLayout(Layout1);
hboxLayout->setSpacing(6);
hboxLayout->setMargin(0);
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
hboxLayout->setContentsMargins(0, 0, 0, 0);
Horizontal_Spacing2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout->addItem(Horizontal_Spacing2);
buttonOk = new QPushButton(Layout1);
buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
buttonOk->setAutoDefault(true);
buttonOk->setDefault(true);
hboxLayout->addWidget(buttonOk);
buttonCancel = new QPushButton(Layout1);
buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
buttonCancel->setAutoDefault(true);
hboxLayout->addWidget(buttonCancel);
tlFileName = new QLabel(IFileEncryptionPasswordDialog);
tlFileName->setObjectName(QString::fromUtf8("tlFileName"));
tlFileName->setGeometry(QRect(30, 50, 360, 20));
tlFileName->setWordWrap(false);
retranslateUi(IFileEncryptionPasswordDialog);
QObject::connect(buttonOk, SIGNAL(clicked()), IFileEncryptionPasswordDialog, SLOT(accept()));
QObject::connect(buttonCancel, SIGNAL(clicked()), IFileEncryptionPasswordDialog, SLOT(reject()));
QMetaObject::connectSlotsByName(IFileEncryptionPasswordDialog);
} // setupUi
void retranslateUi(QDialog *IFileEncryptionPasswordDialog)
{
IFileEncryptionPasswordDialog->setWindowTitle(QApplication::translate("IFileEncryptionPasswordDialog", "File Encryption Password", 0, QApplication::UnicodeUTF8));
textLabel1->setText(QApplication::translate("IFileEncryptionPasswordDialog", "Please enter password for:", 0, QApplication::UnicodeUTF8));
buttonOk->setText(QApplication::translate("IFileEncryptionPasswordDialog", "&OK", 0, QApplication::UnicodeUTF8));
buttonOk->setShortcut(QString());
buttonCancel->setText(QApplication::translate("IFileEncryptionPasswordDialog", "&Cancel", 0, QApplication::UnicodeUTF8));
buttonCancel->setShortcut(QString());
tlFileName->setText(QApplication::translate("IFileEncryptionPasswordDialog", "filepath", 0, QApplication::UnicodeUTF8));
Q_UNUSED(IFileEncryptionPasswordDialog);
} // retranslateUi
};
namespace Ui {
class IFileEncryptionPasswordDialog: public Ui_IFileEncryptionPasswordDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // IFILEENCRYPTIONPASSWORDDIALOG_H