12 #ifndef UI_RECURRENCEACTIONSSCOPEWIDGET_H
13 #define UI_RECURRENCEACTIONSSCOPEWIDGET_H
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/QHBoxLayout>
22 #include <QtGui/QHeaderView>
23 #include <QtGui/QLabel>
24 #include <QtGui/QSpacerItem>
25 #include <QtGui/QVBoxLayout>
26 #include <QtGui/QWidget>
30 class Ui_RecurrenceActionsScopeWidget
33 QVBoxLayout *verticalLayout_2;
34 QGridLayout *gridLayout;
36 QSpacerItem *verticalSpacer;
38 QHBoxLayout *horizontalLayout;
39 QVBoxLayout *verticalLayout;
40 QCheckBox *checkBoxPast;
41 QCheckBox *checkBoxSelected;
42 QCheckBox *checkBoxFuture;
43 QSpacerItem *horizontalSpacer;
45 void setupUi(QWidget *RecurrenceActionsScopeWidget)
47 if (RecurrenceActionsScopeWidget->objectName().isEmpty())
48 RecurrenceActionsScopeWidget->setObjectName(QString::fromUtf8(
"RecurrenceActionsScopeWidget"));
49 RecurrenceActionsScopeWidget->resize(359, 174);
50 verticalLayout_2 =
new QVBoxLayout(RecurrenceActionsScopeWidget);
51 verticalLayout_2->setObjectName(QString::fromUtf8(
"verticalLayout_2"));
52 gridLayout =
new QGridLayout();
53 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
54 iconLabel =
new QLabel(RecurrenceActionsScopeWidget);
55 iconLabel->setObjectName(QString::fromUtf8(
"iconLabel"));
57 gridLayout->addWidget(iconLabel, 0, 0, 1, 1);
59 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
61 gridLayout->addItem(verticalSpacer, 1, 0, 1, 1);
63 messageLabel =
new QLabel(RecurrenceActionsScopeWidget);
64 messageLabel->setObjectName(QString::fromUtf8(
"messageLabel"));
65 QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
66 sizePolicy.setHorizontalStretch(0);
67 sizePolicy.setVerticalStretch(0);
68 sizePolicy.setHeightForWidth(messageLabel->sizePolicy().hasHeightForWidth());
69 messageLabel->setSizePolicy(sizePolicy);
70 messageLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
71 messageLabel->setWordWrap(
true);
73 gridLayout->addWidget(messageLabel, 0, 1, 2, 1);
76 verticalLayout_2->addLayout(gridLayout);
78 horizontalLayout =
new QHBoxLayout();
79 horizontalLayout->setObjectName(QString::fromUtf8(
"horizontalLayout"));
80 verticalLayout =
new QVBoxLayout();
81 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
82 checkBoxPast =
new QCheckBox(RecurrenceActionsScopeWidget);
83 checkBoxPast->setObjectName(QString::fromUtf8(
"checkBoxPast"));
84 QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
85 sizePolicy1.setHorizontalStretch(0);
86 sizePolicy1.setVerticalStretch(0);
87 sizePolicy1.setHeightForWidth(checkBoxPast->sizePolicy().hasHeightForWidth());
88 checkBoxPast->setSizePolicy(sizePolicy1);
90 verticalLayout->addWidget(checkBoxPast);
92 checkBoxSelected =
new QCheckBox(RecurrenceActionsScopeWidget);
93 checkBoxSelected->setObjectName(QString::fromUtf8(
"checkBoxSelected"));
94 sizePolicy1.setHeightForWidth(checkBoxSelected->sizePolicy().hasHeightForWidth());
95 checkBoxSelected->setSizePolicy(sizePolicy1);
97 verticalLayout->addWidget(checkBoxSelected);
99 checkBoxFuture =
new QCheckBox(RecurrenceActionsScopeWidget);
100 checkBoxFuture->setObjectName(QString::fromUtf8(
"checkBoxFuture"));
101 sizePolicy1.setHeightForWidth(checkBoxFuture->sizePolicy().hasHeightForWidth());
102 checkBoxFuture->setSizePolicy(sizePolicy1);
104 verticalLayout->addWidget(checkBoxFuture);
107 horizontalLayout->addLayout(verticalLayout);
109 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
111 horizontalLayout->addItem(horizontalSpacer);
114 verticalLayout_2->addLayout(horizontalLayout);
117 retranslateUi(RecurrenceActionsScopeWidget);
119 QMetaObject::connectSlotsByName(RecurrenceActionsScopeWidget);
122 void retranslateUi(QWidget *RecurrenceActionsScopeWidget)
124 iconLabel->setText(QString());
125 messageLabel->setText(QString());
126 #ifndef UI_QT_NO_TOOLTIP
127 checkBoxPast->setToolTip(tr2i18n(
"Select calendar items before the specified date", 0));
128 #endif // QT_NO_TOOLTIP
129 #ifndef UI_QT_NO_WHATSTHIS
130 checkBoxPast->setWhatsThis(tr2i18n(
"Check this box if you want to select calendar items that occur before the specified date.", 0));
131 #endif // QT_NO_WHATSTHIS
132 checkBoxPast->setText(QString());
133 #ifndef UI_QT_NO_TOOLTIP
134 checkBoxSelected->setToolTip(tr2i18n(
"Choose the currently selected calendar item", 0));
135 #endif // QT_NO_TOOLTIP
136 #ifndef UI_QT_NO_WHATSTHIS
137 checkBoxSelected->setWhatsThis(tr2i18n(
"Check this box if you want to select calendar items that occur on the specified date.", 0));
138 #endif // QT_NO_WHATSTHIS
139 checkBoxSelected->setText(QString());
140 #ifndef UI_QT_NO_TOOLTIP
141 checkBoxFuture->setToolTip(tr2i18n(
"Select calendar items after the specified date", 0));
142 #endif // QT_NO_TOOLTIP
143 #ifndef UI_QT_NO_WHATSTHIS
144 checkBoxFuture->setWhatsThis(tr2i18n(
"Check this box if you want to select calendar items that occur after the specified date.", 0));
145 #endif // QT_NO_WHATSTHIS
146 checkBoxFuture->setText(QString());
147 Q_UNUSED(RecurrenceActionsScopeWidget);
153 class RecurrenceActionsScopeWidget:
public Ui_RecurrenceActionsScopeWidget {};
158 #endif // RECURRENCEACTIONSSCOPEWIDGET_H