Nepomuk-Core
Go to the documentation of this file.
13 #ifndef UI_ADD_2D_CONTACT_2D_DIALOG_H
14 #define UI_ADD_2D_CONTACT_2D_DIALOG_H
16 #include <QtCore/QVariant>
17 #include <QtGui/QAction>
18 #include <QtGui/QApplication>
19 #include <QtGui/QButtonGroup>
20 #include <QtGui/QFormLayout>
21 #include <QtGui/QHeaderView>
22 #include <QtGui/QLabel>
23 #include <QtGui/QWidget>
25 #include "klineedit.h"
40 if (AddContactDialog->objectName().isEmpty())
41 AddContactDialog->setObjectName(QString::fromUtf8(
"AddContactDialog"));
42 AddContactDialog->resize(400, 300);
43 formLayout =
new QFormLayout(AddContactDialog);
44 formLayout->setObjectName(QString::fromUtf8(
"formLayout"));
45 label =
new QLabel(AddContactDialog);
46 label->setObjectName(QString::fromUtf8(
"label"));
50 label_2 =
new QLabel(AddContactDialog);
51 label_2->setObjectName(QString::fromUtf8(
"label_2"));
61 accountCombo->setObjectName(QString::fromUtf8(
"accountCombo"));
68 QMetaObject::connectSlotsByName(AddContactDialog);
73 label->setText(tr2i18n(
"Account:", 0));
74 label_2->setText(tr2i18n(
"Screen Name:", 0));
75 Q_UNUSED(AddContactDialog);
86 #endif // ADD_2D_CONTACT_2D_DIALOG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.