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

akonadi

  • akonadi
ui_collectiongeneralpropertiespage.h
1 #include <kdialog.h>
2 #include <klocale.h>
3 
4 /********************************************************************************
5 ** Form generated from reading UI file 'collectiongeneralpropertiespage.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_COLLECTIONGENERALPROPERTIESPAGE_H
13 #define UI_COLLECTIONGENERALPROPERTIESPAGE_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/QGroupBox>
22 #include <QtGui/QHeaderView>
23 #include <QtGui/QLabel>
24 #include <QtGui/QSpacerItem>
25 #include <QtGui/QWidget>
26 #include "kicondialog.h"
27 #include "klineedit.h"
28 
29 QT_BEGIN_NAMESPACE
30 
31 class Ui_CollectionGeneralPropertiesPage
32 {
33 public:
34  QGridLayout *gridLayout;
35  QLabel *label;
36  KLineEdit *nameEdit;
37  QCheckBox *customIconCheckbox;
38  KIconButton *customIcon;
39  QSpacerItem *spacerItem;
40  QGroupBox *statsBox;
41  QGridLayout *gridLayout1;
42  QLabel *label_2;
43  QLabel *countLabel;
44  QLabel *label_3;
45  QLabel *sizeLabel;
46  QSpacerItem *spacerItem1;
47 
48  void setupUi(QWidget *CollectionGeneralPropertiesPage)
49  {
50  if (CollectionGeneralPropertiesPage->objectName().isEmpty())
51  CollectionGeneralPropertiesPage->setObjectName(QString::fromUtf8("CollectionGeneralPropertiesPage"));
52  CollectionGeneralPropertiesPage->resize(400, 300);
53  gridLayout = new QGridLayout(CollectionGeneralPropertiesPage);
54  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
55  label = new QLabel(CollectionGeneralPropertiesPage);
56  label->setObjectName(QString::fromUtf8("label"));
57 
58  gridLayout->addWidget(label, 0, 0, 1, 1);
59 
60  nameEdit = new KLineEdit(CollectionGeneralPropertiesPage);
61  nameEdit->setObjectName(QString::fromUtf8("nameEdit"));
62 
63  gridLayout->addWidget(nameEdit, 0, 1, 1, 3);
64 
65  customIconCheckbox = new QCheckBox(CollectionGeneralPropertiesPage);
66  customIconCheckbox->setObjectName(QString::fromUtf8("customIconCheckbox"));
67 
68  gridLayout->addWidget(customIconCheckbox, 1, 0, 1, 2);
69 
70  customIcon = new KIconButton(CollectionGeneralPropertiesPage);
71  customIcon->setObjectName(QString::fromUtf8("customIcon"));
72  customIcon->setEnabled(false);
73  customIcon->setIconSize(16);
74 
75  gridLayout->addWidget(customIcon, 1, 2, 1, 1);
76 
77  spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
78 
79  gridLayout->addItem(spacerItem, 1, 3, 1, 1);
80 
81  statsBox = new QGroupBox(CollectionGeneralPropertiesPage);
82  statsBox->setObjectName(QString::fromUtf8("statsBox"));
83  gridLayout1 = new QGridLayout(statsBox);
84  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
85  label_2 = new QLabel(statsBox);
86  label_2->setObjectName(QString::fromUtf8("label_2"));
87 
88  gridLayout1->addWidget(label_2, 0, 0, 1, 1);
89 
90  countLabel = new QLabel(statsBox);
91  countLabel->setObjectName(QString::fromUtf8("countLabel"));
92 
93  gridLayout1->addWidget(countLabel, 0, 1, 1, 1);
94 
95  label_3 = new QLabel(statsBox);
96  label_3->setObjectName(QString::fromUtf8("label_3"));
97 
98  gridLayout1->addWidget(label_3, 1, 0, 1, 1);
99 
100  sizeLabel = new QLabel(statsBox);
101  sizeLabel->setObjectName(QString::fromUtf8("sizeLabel"));
102 
103  gridLayout1->addWidget(sizeLabel, 1, 1, 1, 1);
104 
105 
106  gridLayout->addWidget(statsBox, 2, 0, 1, 4);
107 
108  spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
109 
110  gridLayout->addItem(spacerItem1, 3, 2, 1, 1);
111 
112 #ifndef UI_QT_NO_SHORTCUT
113  label->setBuddy(nameEdit);
114 #endif // QT_NO_SHORTCUT
115 
116  retranslateUi(CollectionGeneralPropertiesPage);
117  QObject::connect(customIconCheckbox, SIGNAL(toggled(bool)), customIcon, SLOT(setEnabled(bool)));
118 
119  QMetaObject::connectSlotsByName(CollectionGeneralPropertiesPage);
120  } // setupUi
121 
122  void retranslateUi(QWidget *CollectionGeneralPropertiesPage)
123  {
124  label->setText(tr2i18n("&Name:", 0));
125  customIconCheckbox->setText(tr2i18n("&Use custom icon:", 0));
126  customIcon->setIcon(tr2i18n("folder", 0));
127  statsBox->setTitle(tr2i18n("Statistics", 0));
128  label_2->setText(tr2i18n("Content:", "object names"));
129  countLabel->setText(tr2i18n("0 objects", 0));
130  label_3->setText(tr2i18n("Size:", 0));
131  sizeLabel->setText(tr2i18n("0 Byte", 0));
132  Q_UNUSED(CollectionGeneralPropertiesPage);
133  } // retranslateUi
134 
135 };
136 
137 namespace Ui {
138  class CollectionGeneralPropertiesPage: public Ui_CollectionGeneralPropertiesPage {};
139 } // namespace Ui
140 
141 QT_END_NAMESPACE
142 
143 #endif // COLLECTIONGENERALPROPERTIESPAGE_H
144 
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:51:01 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • 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