• Skip to content
  • Skip to link menu
  • KDE API Reference
  • KDE Home
  • Contact Us
 

Nepomuk-Core

  • build
  • KTp
  • Widgets
ui_add-contact-dialog.h
Go to the documentation of this file.
1 #include <kdialog.h>
2 #include <klocale.h>
3 
4 /********************************************************************************
5 ** Form generated from reading UI file 'add-contact-dialog.ui'
6 **
7 ** Created: Thu Mar 7 00:48:34 2013
8 ** by: Qt User Interface Compiler version 4.8.3
9 **
10 ** WARNING! All changes made in this file will be lost when recompiling UI file!
11 ********************************************************************************/
12 
13 #ifndef UI_ADD_2D_CONTACT_2D_DIALOG_H
14 #define UI_ADD_2D_CONTACT_2D_DIALOG_H
15 
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>
24 #include "accounts-combo-box.h"
25 #include "klineedit.h"
26 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_AddContactDialog
30 {
31 public:
32  QFormLayout *formLayout;
33  QLabel *label;
34  QLabel *label_2;
35  KLineEdit *screenNameLineEdit;
36  KTp::AccountsComboBox *accountCombo;
37 
38  void setupUi(QWidget *AddContactDialog)
39  {
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"));
47 
48  formLayout->setWidget(0, QFormLayout::LabelRole, label);
49 
50  label_2 = new QLabel(AddContactDialog);
51  label_2->setObjectName(QString::fromUtf8("label_2"));
52 
53  formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
54 
55  screenNameLineEdit = new KLineEdit(AddContactDialog);
56  screenNameLineEdit->setObjectName(QString::fromUtf8("screenNameLineEdit"));
57 
58  formLayout->setWidget(1, QFormLayout::FieldRole, screenNameLineEdit);
59 
60  accountCombo = new KTp::AccountsComboBox(AddContactDialog);
61  accountCombo->setObjectName(QString::fromUtf8("accountCombo"));
62 
63  formLayout->setWidget(0, QFormLayout::FieldRole, accountCombo);
64 
65 
66  retranslateUi(AddContactDialog);
67 
68  QMetaObject::connectSlotsByName(AddContactDialog);
69  } // setupUi
70 
71  void retranslateUi(QWidget *AddContactDialog)
72  {
73  label->setText(tr2i18n("Account:", 0));
74  label_2->setText(tr2i18n("Screen Name:", 0));
75  Q_UNUSED(AddContactDialog);
76  } // retranslateUi
77 
78 };
79 
80 namespace Ui {
81  class AddContactDialog: public Ui_AddContactDialog {};
82 } // namespace Ui
83 
84 QT_END_NAMESPACE
85 
86 #endif // ADD_2D_CONTACT_2D_DIALOG_H
87 
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.

ktp-common-internals API Reference

Skip menu "ktp-common-internals API Reference"
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal