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

mailtransport

  • mailtransport
ui_addtransportdialog.h
1 #include <kdialog.h>
2 #include <klocale.h>
3 
4 /********************************************************************************
5 ** Form generated from reading UI file 'addtransportdialog.ui'
6 **
7 ** Created by: Qt User Interface Compiler version 4.8.7
8 **
9 ** WARNING! All changes made in this file will be lost when recompiling UI file!
10 ********************************************************************************/
11 
12 #ifndef UI_ADDTRANSPORTDIALOG_H
13 #define UI_ADDTRANSPORTDIALOG_H
14 
15 #include <QtCore/QVariant>
16 #include <QtGui/QAction>
17 #include <QtGui/QApplication>
18 #include <QtGui/QButtonGroup>
19 #include <QtGui/QCheckBox>
20 #include <QtGui/QGridLayout>
21 #include <QtGui/QHeaderView>
22 #include <QtGui/QLabel>
23 #include <QtGui/QTreeWidget>
24 #include <QtGui/QWidget>
25 #include "klineedit.h"
26 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_AddTransportDialog
30 {
31 public:
32  QGridLayout *gridLayout;
33  QLabel *label;
34  KLineEdit *name;
35  QCheckBox *setDefault;
36  QLabel *descLabel;
37  QTreeWidget *typeListView;
38 
39  void setupUi(QWidget *AddTransportDialog)
40  {
41  if (AddTransportDialog->objectName().isEmpty())
42  AddTransportDialog->setObjectName(QString::fromUtf8("AddTransportDialog"));
43  AddTransportDialog->resize(482, 353);
44  AddTransportDialog->setMinimumSize(QSize(0, 0));
45  gridLayout = new QGridLayout(AddTransportDialog);
46  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
47  label = new QLabel(AddTransportDialog);
48  label->setObjectName(QString::fromUtf8("label"));
49 
50  gridLayout->addWidget(label, 0, 0, 1, 1);
51 
52  name = new KLineEdit(AddTransportDialog);
53  name->setObjectName(QString::fromUtf8("name"));
54 
55  gridLayout->addWidget(name, 0, 1, 1, 1);
56 
57  setDefault = new QCheckBox(AddTransportDialog);
58  setDefault->setObjectName(QString::fromUtf8("setDefault"));
59 
60  gridLayout->addWidget(setDefault, 1, 1, 1, 1);
61 
62  descLabel = new QLabel(AddTransportDialog);
63  descLabel->setObjectName(QString::fromUtf8("descLabel"));
64  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
65  sizePolicy.setHorizontalStretch(0);
66  sizePolicy.setVerticalStretch(0);
67  sizePolicy.setHeightForWidth(descLabel->sizePolicy().hasHeightForWidth());
68  descLabel->setSizePolicy(sizePolicy);
69  descLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
70  descLabel->setWordWrap(true);
71 
72  gridLayout->addWidget(descLabel, 2, 0, 1, 2);
73 
74  typeListView = new QTreeWidget(AddTransportDialog);
75  typeListView->setObjectName(QString::fromUtf8("typeListView"));
76  typeListView->setAlternatingRowColors(true);
77  typeListView->setRootIsDecorated(false);
78 
79  gridLayout->addWidget(typeListView, 3, 0, 1, 2);
80 
81 
82  retranslateUi(AddTransportDialog);
83 
84  QMetaObject::connectSlotsByName(AddTransportDialog);
85  } // setupUi
86 
87  void retranslateUi(QWidget *AddTransportDialog)
88  {
89  AddTransportDialog->setWindowTitle(tr2i18n("Step One: Select Transport Type", 0));
90  label->setText(tr2i18n("Name:", "The name of a mail transport"));
91  setDefault->setText(tr2i18n("Make this the default outgoing account.", 0));
92  descLabel->setText(tr2i18n("Select an account type from the list below:", 0));
93  QTreeWidgetItem *___qtreewidgetitem = typeListView->headerItem();
94  ___qtreewidgetitem->setText(1, tr2i18n("Description", 0));
95  ___qtreewidgetitem->setText(0, tr2i18n("Type", 0));
96  } // retranslateUi
97 
98 };
99 
100 namespace Ui {
101  class AddTransportDialog: public Ui_AddTransportDialog {};
102 } // namespace Ui
103 
104 QT_END_NAMESPACE
105 
106 #endif // ADDTRANSPORTDIALOG_H
107 
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:50:52 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

mailtransport

Skip menu "mailtransport"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Related Pages

kdepimlibs-4.14.10 API Reference

Skip menu "kdepimlibs-4.14.10 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
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