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

akonadi/contact

  • akonadi
  • contact
  • kcm
ui_akonadicontactactions.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'akonadicontactactions.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.7
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_AKONADICONTACTACTIONS_H
10 #define UI_AKONADICONTACTACTIONS_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QGroupBox>
17 #include <QtGui/QHBoxLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QSpacerItem>
21 #include <QtGui/QStackedWidget>
22 #include <QtGui/QVBoxLayout>
23 #include <QtGui/QWidget>
24 #include "kcombobox.h"
25 #include "klineedit.h"
26 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_AkonadiContactActions
30 {
31 public:
32  QVBoxLayout *verticalLayout_4;
33  QGroupBox *groupBox;
34  QVBoxLayout *verticalLayout;
35  KComboBox *ShowAddressAction;
36  QStackedWidget *stackedWidget;
37  QWidget *page;
38  QHBoxLayout *horizontalLayout;
39  QLabel *label_3;
40  KLineEdit *kcfg_AddressUrl;
41  QWidget *page_2;
42  QHBoxLayout *horizontalLayout_2;
43  QLabel *label_4;
44  KLineEdit *kcfg_AddressCommand;
45  QWidget *page_8;
46  QSpacerItem *verticalSpacer;
47  QGroupBox *groupBox_2;
48  QVBoxLayout *verticalLayout_2;
49  KComboBox *DialPhoneNumberAction;
50  QStackedWidget *stackedWidget_2;
51  QWidget *page_3;
52  QWidget *page_4;
53  QHBoxLayout *horizontalLayout_3;
54  QLabel *label_5;
55  KLineEdit *kcfg_PhoneCommand;
56  QWidget *page_7;
57  QSpacerItem *verticalSpacer_2;
58  QGroupBox *groupBox_3;
59  QVBoxLayout *verticalLayout_3;
60  KComboBox *SendSmsAction;
61  QStackedWidget *stackedWidget_3;
62  QWidget *page_5;
63  QWidget *page_6;
64  QHBoxLayout *horizontalLayout_4;
65  QLabel *label_6;
66  KLineEdit *kcfg_SmsCommand;
67  QSpacerItem *verticalSpacer_4;
68  QSpacerItem *verticalSpacer_3;
69 
70  void setupUi(QWidget *AkonadiContactActions)
71  {
72  if (AkonadiContactActions->objectName().isEmpty())
73  AkonadiContactActions->setObjectName(QString::fromUtf8("AkonadiContactActions"));
74  AkonadiContactActions->resize(222, 408);
75  verticalLayout_4 = new QVBoxLayout(AkonadiContactActions);
76  verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
77  groupBox = new QGroupBox(AkonadiContactActions);
78  groupBox->setObjectName(QString::fromUtf8("groupBox"));
79  verticalLayout = new QVBoxLayout(groupBox);
80  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
81  ShowAddressAction = new KComboBox(groupBox);
82  ShowAddressAction->setObjectName(QString::fromUtf8("ShowAddressAction"));
83 
84  verticalLayout->addWidget(ShowAddressAction);
85 
86  stackedWidget = new QStackedWidget(groupBox);
87  stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
88  page = new QWidget();
89  page->setObjectName(QString::fromUtf8("page"));
90  horizontalLayout = new QHBoxLayout(page);
91  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
92  label_3 = new QLabel(page);
93  label_3->setObjectName(QString::fromUtf8("label_3"));
94 
95  horizontalLayout->addWidget(label_3);
96 
97  kcfg_AddressUrl = new KLineEdit(page);
98  kcfg_AddressUrl->setObjectName(QString::fromUtf8("kcfg_AddressUrl"));
99  kcfg_AddressUrl->setTrapReturnKey(true);
100 
101  horizontalLayout->addWidget(kcfg_AddressUrl);
102 
103  stackedWidget->addWidget(page);
104  page_2 = new QWidget();
105  page_2->setObjectName(QString::fromUtf8("page_2"));
106  horizontalLayout_2 = new QHBoxLayout(page_2);
107  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
108  label_4 = new QLabel(page_2);
109  label_4->setObjectName(QString::fromUtf8("label_4"));
110 
111  horizontalLayout_2->addWidget(label_4);
112 
113  kcfg_AddressCommand = new KLineEdit(page_2);
114  kcfg_AddressCommand->setObjectName(QString::fromUtf8("kcfg_AddressCommand"));
115  kcfg_AddressCommand->setTrapReturnKey(true);
116 
117  horizontalLayout_2->addWidget(kcfg_AddressCommand);
118 
119  stackedWidget->addWidget(page_2);
120  page_8 = new QWidget();
121  page_8->setObjectName(QString::fromUtf8("page_8"));
122  stackedWidget->addWidget(page_8);
123 
124  verticalLayout->addWidget(stackedWidget);
125 
126  verticalSpacer = new QSpacerItem(20, 9, QSizePolicy::Minimum, QSizePolicy::Expanding);
127 
128  verticalLayout->addItem(verticalSpacer);
129 
130 
131  verticalLayout_4->addWidget(groupBox);
132 
133  groupBox_2 = new QGroupBox(AkonadiContactActions);
134  groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
135  verticalLayout_2 = new QVBoxLayout(groupBox_2);
136  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
137  DialPhoneNumberAction = new KComboBox(groupBox_2);
138  DialPhoneNumberAction->setObjectName(QString::fromUtf8("DialPhoneNumberAction"));
139 
140  verticalLayout_2->addWidget(DialPhoneNumberAction);
141 
142  stackedWidget_2 = new QStackedWidget(groupBox_2);
143  stackedWidget_2->setObjectName(QString::fromUtf8("stackedWidget_2"));
144  page_3 = new QWidget();
145  page_3->setObjectName(QString::fromUtf8("page_3"));
146  stackedWidget_2->addWidget(page_3);
147  page_4 = new QWidget();
148  page_4->setObjectName(QString::fromUtf8("page_4"));
149  horizontalLayout_3 = new QHBoxLayout(page_4);
150  horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
151  label_5 = new QLabel(page_4);
152  label_5->setObjectName(QString::fromUtf8("label_5"));
153 
154  horizontalLayout_3->addWidget(label_5);
155 
156  kcfg_PhoneCommand = new KLineEdit(page_4);
157  kcfg_PhoneCommand->setObjectName(QString::fromUtf8("kcfg_PhoneCommand"));
158  kcfg_PhoneCommand->setTrapReturnKey(true);
159 
160  horizontalLayout_3->addWidget(kcfg_PhoneCommand);
161 
162  stackedWidget_2->addWidget(page_4);
163  page_7 = new QWidget();
164  page_7->setObjectName(QString::fromUtf8("page_7"));
165  stackedWidget_2->addWidget(page_7);
166 
167  verticalLayout_2->addWidget(stackedWidget_2);
168 
169  verticalSpacer_2 = new QSpacerItem(20, 18, QSizePolicy::Minimum, QSizePolicy::Expanding);
170 
171  verticalLayout_2->addItem(verticalSpacer_2);
172 
173 
174  verticalLayout_4->addWidget(groupBox_2);
175 
176  groupBox_3 = new QGroupBox(AkonadiContactActions);
177  groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
178  verticalLayout_3 = new QVBoxLayout(groupBox_3);
179  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
180  SendSmsAction = new KComboBox(groupBox_3);
181  SendSmsAction->setObjectName(QString::fromUtf8("SendSmsAction"));
182 
183  verticalLayout_3->addWidget(SendSmsAction);
184 
185  stackedWidget_3 = new QStackedWidget(groupBox_3);
186  stackedWidget_3->setObjectName(QString::fromUtf8("stackedWidget_3"));
187  page_5 = new QWidget();
188  page_5->setObjectName(QString::fromUtf8("page_5"));
189  stackedWidget_3->addWidget(page_5);
190  page_6 = new QWidget();
191  page_6->setObjectName(QString::fromUtf8("page_6"));
192  horizontalLayout_4 = new QHBoxLayout(page_6);
193  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
194  label_6 = new QLabel(page_6);
195  label_6->setObjectName(QString::fromUtf8("label_6"));
196 
197  horizontalLayout_4->addWidget(label_6);
198 
199  kcfg_SmsCommand = new KLineEdit(page_6);
200  kcfg_SmsCommand->setObjectName(QString::fromUtf8("kcfg_SmsCommand"));
201  kcfg_SmsCommand->setTrapReturnKey(true);
202 
203  horizontalLayout_4->addWidget(kcfg_SmsCommand);
204 
205  stackedWidget_3->addWidget(page_6);
206 
207  verticalLayout_3->addWidget(stackedWidget_3);
208 
209  verticalSpacer_4 = new QSpacerItem(20, 18, QSizePolicy::Minimum, QSizePolicy::Expanding);
210 
211  verticalLayout_3->addItem(verticalSpacer_4);
212 
213 
214  verticalLayout_4->addWidget(groupBox_3);
215 
216  verticalSpacer_3 = new QSpacerItem(20, 14, QSizePolicy::Minimum, QSizePolicy::Expanding);
217 
218  verticalLayout_4->addItem(verticalSpacer_3);
219 
220 
221  retranslateUi(AkonadiContactActions);
222 
223  stackedWidget->setCurrentIndex(0);
224  stackedWidget_2->setCurrentIndex(2);
225  stackedWidget_3->setCurrentIndex(0);
226 
227 
228  QMetaObject::connectSlotsByName(AkonadiContactActions);
229  } // setupUi
230 
231  void retranslateUi(QWidget *AkonadiContactActions)
232  {
233  groupBox->setTitle(QApplication::translate("AkonadiContactActions", "Show Address", 0, QApplication::UnicodeUTF8));
234  label_3->setText(QApplication::translate("AkonadiContactActions", "Url:", 0, QApplication::UnicodeUTF8));
235  label_4->setText(QApplication::translate("AkonadiContactActions", "Command:", 0, QApplication::UnicodeUTF8));
236  groupBox_2->setTitle(QApplication::translate("AkonadiContactActions", "Dial Phone Number", 0, QApplication::UnicodeUTF8));
237  label_5->setText(QApplication::translate("AkonadiContactActions", "Command:", 0, QApplication::UnicodeUTF8));
238  groupBox_3->setTitle(QApplication::translate("AkonadiContactActions", "Send SMS", 0, QApplication::UnicodeUTF8));
239  label_6->setText(QApplication::translate("AkonadiContactActions", "Command:", 0, QApplication::UnicodeUTF8));
240  Q_UNUSED(AkonadiContactActions);
241  } // retranslateUi
242 
243 };
244 
245 namespace Ui {
246  class AkonadiContactActions: public Ui_AkonadiContactActions {};
247 } // namespace Ui
248 
249 QT_END_NAMESPACE
250 
251 #endif // UI_AKONADICONTACTACTIONS_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:51:14 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi/contact

Skip menu "akonadi/contact"
  • 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