ckb-next  v0.2.8 at branch master
ckb-next driver for corsair devices
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ui_animsettingdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'animsettingdialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.7.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_ANIMSETTINGDIALOG_H
10 #define UI_ANIMSETTINGDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QDialogButtonBox>
19 #include <QtWidgets/QDoubleSpinBox>
20 #include <QtWidgets/QFrame>
21 #include <QtWidgets/QGridLayout>
22 #include <QtWidgets/QHeaderView>
23 #include <QtWidgets/QLabel>
24 #include <QtWidgets/QLineEdit>
25 #include <QtWidgets/QSpacerItem>
26 #include <QtWidgets/QTabWidget>
27 #include <QtWidgets/QWidget>
28 
29 QT_BEGIN_NAMESPACE
30 
32 {
33 public:
34  QGridLayout *gridLayout;
35  QDialogButtonBox *buttonBox;
36  QTabWidget *tabWidget;
38  QGridLayout *settingsGrid;
39  QLabel *label_2;
40  QSpacerItem *horizontalSpacer_3;
41  QLineEdit *animName;
43  QGridLayout *timeGrid;
44  QSpacerItem *horizontalSpacer_5;
45  QLabel *kpRepeatLabel;
46  QLabel *repeatLabel;
47  QDoubleSpinBox *repeatBox;
48  QLabel *repeatLabel_2;
49  QFrame *line;
50  QLabel *kpRepeatLabel_2;
51  QLabel *label_4;
52  QLabel *label_8;
53  QDoubleSpinBox *kpDelayBox;
54  QLabel *label_13;
55  QLabel *label_12;
56  QDoubleSpinBox *delayBox;
57  QCheckBox *kpModeStopBox;
58  QLabel *label_10;
59  QSpacerItem *verticalSpacer_3;
60  QSpacerItem *horizontalSpacer_4;
61  QCheckBox *kpReleaseBox;
62  QLabel *label_6;
63  QDoubleSpinBox *kpRepeatBox;
64  QSpacerItem *verticalSpacer_2;
65  QFrame *line_2;
66  QSpacerItem *horizontalSpacer_6;
68  QGridLayout *gridLayout_2;
69  QLabel *sNameLabel;
70  QLabel *label_7;
71  QLabel *label_11;
72  QLabel *sAuthorLabel;
73  QLabel *label_9;
74  QLabel *label_5;
75  QLabel *sYearLabel;
76  QLabel *label_3;
77  QSpacerItem *horizontalSpacer;
78  QSpacerItem *horizontalSpacer_2;
79  QLabel *sVerLabel;
80  QLabel *sLicenseLabel;
81  QLabel *label;
82  QSpacerItem *verticalSpacer;
83  QLabel *sDescLabel;
84 
86  {
87  if (AnimSettingDialog->objectName().isEmpty())
88  AnimSettingDialog->setObjectName(QStringLiteral("AnimSettingDialog"));
89  AnimSettingDialog->resize(480, 457);
90  AnimSettingDialog->setMinimumSize(QSize(480, 0));
91  AnimSettingDialog->setFocusPolicy(Qt::ClickFocus);
92  gridLayout = new QGridLayout(AnimSettingDialog);
93  gridLayout->setObjectName(QStringLiteral("gridLayout"));
94  buttonBox = new QDialogButtonBox(AnimSettingDialog);
95  buttonBox->setObjectName(QStringLiteral("buttonBox"));
96  buttonBox->setOrientation(Qt::Horizontal);
97  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
98 
99  gridLayout->addWidget(buttonBox, 2, 0, 1, 1);
100 
101  tabWidget = new QTabWidget(AnimSettingDialog);
102  tabWidget->setObjectName(QStringLiteral("tabWidget"));
103  settingTab = new QWidget();
104  settingTab->setObjectName(QStringLiteral("settingTab"));
105  settingsGrid = new QGridLayout(settingTab);
106  settingsGrid->setSpacing(12);
107  settingsGrid->setObjectName(QStringLiteral("settingsGrid"));
108  settingsGrid->setContentsMargins(12, 12, 12, 12);
109  label_2 = new QLabel(settingTab);
110  label_2->setObjectName(QStringLiteral("label_2"));
111 
112  settingsGrid->addWidget(label_2, 0, 1, 1, 1);
113 
114  horizontalSpacer_3 = new QSpacerItem(5, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
115 
116  settingsGrid->addItem(horizontalSpacer_3, 0, 2, 1, 1);
117 
118  animName = new QLineEdit(settingTab);
119  animName->setObjectName(QStringLiteral("animName"));
120 
121  settingsGrid->addWidget(animName, 0, 3, 1, 3);
122 
123  tabWidget->addTab(settingTab, QString());
124  timeTab = new QWidget();
125  timeTab->setObjectName(QStringLiteral("timeTab"));
126  timeGrid = new QGridLayout(timeTab);
127  timeGrid->setSpacing(12);
128  timeGrid->setObjectName(QStringLiteral("timeGrid"));
129  timeGrid->setContentsMargins(12, 12, 12, 12);
130  horizontalSpacer_5 = new QSpacerItem(15, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
131 
132  timeGrid->addItem(horizontalSpacer_5, 3, 2, 1, 1);
133 
134  kpRepeatLabel = new QLabel(timeTab);
135  kpRepeatLabel->setObjectName(QStringLiteral("kpRepeatLabel"));
136 
137  timeGrid->addWidget(kpRepeatLabel, 11, 1, 1, 1);
138 
139  repeatLabel = new QLabel(timeTab);
140  repeatLabel->setObjectName(QStringLiteral("repeatLabel"));
141 
142  timeGrid->addWidget(repeatLabel, 3, 1, 1, 1);
143 
144  repeatBox = new QDoubleSpinBox(timeTab);
145  repeatBox->setObjectName(QStringLiteral("repeatBox"));
146  repeatBox->setDecimals(1);
147  repeatBox->setMinimum(0.1);
148  repeatBox->setMaximum(86400);
149 
150  timeGrid->addWidget(repeatBox, 3, 3, 1, 1);
151 
152  repeatLabel_2 = new QLabel(timeTab);
153  repeatLabel_2->setObjectName(QStringLiteral("repeatLabel_2"));
154 
155  timeGrid->addWidget(repeatLabel_2, 3, 4, 1, 1);
156 
157  line = new QFrame(timeTab);
158  line->setObjectName(QStringLiteral("line"));
159  line->setFrameShape(QFrame::HLine);
160  line->setFrameShadow(QFrame::Sunken);
161 
162  timeGrid->addWidget(line, 1, 0, 1, 6);
163 
164  kpRepeatLabel_2 = new QLabel(timeTab);
165  kpRepeatLabel_2->setObjectName(QStringLiteral("kpRepeatLabel_2"));
166 
167  timeGrid->addWidget(kpRepeatLabel_2, 11, 4, 1, 1);
168 
169  label_4 = new QLabel(timeTab);
170  label_4->setObjectName(QStringLiteral("label_4"));
171 
172  timeGrid->addWidget(label_4, 0, 0, 1, 6);
173 
174  label_8 = new QLabel(timeTab);
175  label_8->setObjectName(QStringLiteral("label_8"));
176 
177  timeGrid->addWidget(label_8, 2, 4, 1, 1);
178 
179  kpDelayBox = new QDoubleSpinBox(timeTab);
180  kpDelayBox->setObjectName(QStringLiteral("kpDelayBox"));
181  kpDelayBox->setDecimals(1);
182  kpDelayBox->setMaximum(86400);
183 
184  timeGrid->addWidget(kpDelayBox, 10, 3, 1, 1);
185 
186  label_13 = new QLabel(timeTab);
187  label_13->setObjectName(QStringLiteral("label_13"));
188 
189  timeGrid->addWidget(label_13, 10, 4, 1, 1);
190 
191  label_12 = new QLabel(timeTab);
192  label_12->setObjectName(QStringLiteral("label_12"));
193 
194  timeGrid->addWidget(label_12, 10, 1, 1, 1);
195 
196  delayBox = new QDoubleSpinBox(timeTab);
197  delayBox->setObjectName(QStringLiteral("delayBox"));
198  delayBox->setDecimals(1);
199  delayBox->setMaximum(86400);
200 
201  timeGrid->addWidget(delayBox, 2, 3, 1, 1);
202 
203  kpModeStopBox = new QCheckBox(timeTab);
204  kpModeStopBox->setObjectName(QStringLiteral("kpModeStopBox"));
205 
206  timeGrid->addWidget(kpModeStopBox, 5, 1, 1, 3);
207 
208  label_10 = new QLabel(timeTab);
209  label_10->setObjectName(QStringLiteral("label_10"));
210 
211  timeGrid->addWidget(label_10, 2, 1, 1, 1);
212 
213  verticalSpacer_3 = new QSpacerItem(0, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
214 
215  timeGrid->addItem(verticalSpacer_3, 7, 1, 1, 1);
216 
217  horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
218 
219  timeGrid->addItem(horizontalSpacer_4, 2, 5, 1, 1);
220 
221  kpReleaseBox = new QCheckBox(timeTab);
222  kpReleaseBox->setObjectName(QStringLiteral("kpReleaseBox"));
223 
224  timeGrid->addWidget(kpReleaseBox, 14, 1, 1, 3);
225 
226  label_6 = new QLabel(timeTab);
227  label_6->setObjectName(QStringLiteral("label_6"));
228 
229  timeGrid->addWidget(label_6, 8, 0, 1, 6);
230 
231  kpRepeatBox = new QDoubleSpinBox(timeTab);
232  kpRepeatBox->setObjectName(QStringLiteral("kpRepeatBox"));
233  kpRepeatBox->setDecimals(1);
234  kpRepeatBox->setMinimum(0.1);
235  kpRepeatBox->setMaximum(86400);
236 
237  timeGrid->addWidget(kpRepeatBox, 11, 3, 1, 1);
238 
239  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
240 
241  timeGrid->addItem(verticalSpacer_2, 15, 1, 1, 1);
242 
243  line_2 = new QFrame(timeTab);
244  line_2->setObjectName(QStringLiteral("line_2"));
245  line_2->setFrameShape(QFrame::HLine);
246  line_2->setFrameShadow(QFrame::Sunken);
247 
248  timeGrid->addWidget(line_2, 9, 0, 1, 6);
249 
250  horizontalSpacer_6 = new QSpacerItem(0, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
251 
252  timeGrid->addItem(horizontalSpacer_6, 12, 2, 1, 1);
253 
254  tabWidget->addTab(timeTab, QString());
255  infoTab = new QWidget();
256  infoTab->setObjectName(QStringLiteral("infoTab"));
257  gridLayout_2 = new QGridLayout(infoTab);
258  gridLayout_2->setSpacing(12);
259  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
260  gridLayout_2->setContentsMargins(12, 12, 12, 12);
261  sNameLabel = new QLabel(infoTab);
262  sNameLabel->setObjectName(QStringLiteral("sNameLabel"));
263 
264  gridLayout_2->addWidget(sNameLabel, 0, 2, 1, 1);
265 
266  label_7 = new QLabel(infoTab);
267  label_7->setObjectName(QStringLiteral("label_7"));
268 
269  gridLayout_2->addWidget(label_7, 3, 0, 1, 1);
270 
271  label_11 = new QLabel(infoTab);
272  label_11->setObjectName(QStringLiteral("label_11"));
273 
274  gridLayout_2->addWidget(label_11, 5, 0, 1, 1);
275 
276  sAuthorLabel = new QLabel(infoTab);
277  sAuthorLabel->setObjectName(QStringLiteral("sAuthorLabel"));
278 
279  gridLayout_2->addWidget(sAuthorLabel, 2, 2, 1, 1);
280 
281  label_9 = new QLabel(infoTab);
282  label_9->setObjectName(QStringLiteral("label_9"));
283 
284  gridLayout_2->addWidget(label_9, 4, 0, 1, 1);
285 
286  label_5 = new QLabel(infoTab);
287  label_5->setObjectName(QStringLiteral("label_5"));
288 
289  gridLayout_2->addWidget(label_5, 1, 0, 1, 1);
290 
291  sYearLabel = new QLabel(infoTab);
292  sYearLabel->setObjectName(QStringLiteral("sYearLabel"));
293 
294  gridLayout_2->addWidget(sYearLabel, 3, 2, 1, 1);
295 
296  label_3 = new QLabel(infoTab);
297  label_3->setObjectName(QStringLiteral("label_3"));
298 
299  gridLayout_2->addWidget(label_3, 2, 0, 1, 1);
300 
301  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
302 
303  gridLayout_2->addItem(horizontalSpacer, 0, 3, 1, 1);
304 
305  horizontalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
306 
307  gridLayout_2->addItem(horizontalSpacer_2, 0, 1, 1, 1);
308 
309  sVerLabel = new QLabel(infoTab);
310  sVerLabel->setObjectName(QStringLiteral("sVerLabel"));
311 
312  gridLayout_2->addWidget(sVerLabel, 1, 2, 1, 1);
313 
314  sLicenseLabel = new QLabel(infoTab);
315  sLicenseLabel->setObjectName(QStringLiteral("sLicenseLabel"));
316 
317  gridLayout_2->addWidget(sLicenseLabel, 4, 2, 1, 1);
318 
319  label = new QLabel(infoTab);
320  label->setObjectName(QStringLiteral("label"));
321 
322  gridLayout_2->addWidget(label, 0, 0, 1, 1);
323 
324  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
325 
326  gridLayout_2->addItem(verticalSpacer, 6, 0, 1, 1);
327 
328  sDescLabel = new QLabel(infoTab);
329  sDescLabel->setObjectName(QStringLiteral("sDescLabel"));
330  sDescLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
331 
332  gridLayout_2->addWidget(sDescLabel, 5, 2, 2, 2);
333 
334  tabWidget->addTab(infoTab, QString());
335 
336  gridLayout->addWidget(tabWidget, 0, 0, 1, 1);
337 
338  QWidget::setTabOrder(tabWidget, animName);
339  QWidget::setTabOrder(animName, delayBox);
340  QWidget::setTabOrder(delayBox, repeatBox);
341  QWidget::setTabOrder(repeatBox, kpModeStopBox);
342  QWidget::setTabOrder(kpModeStopBox, kpDelayBox);
343  QWidget::setTabOrder(kpDelayBox, kpRepeatBox);
344  QWidget::setTabOrder(kpRepeatBox, kpReleaseBox);
345 
346  retranslateUi(AnimSettingDialog);
347  QObject::connect(buttonBox, SIGNAL(accepted()), AnimSettingDialog, SLOT(accept()));
348  QObject::connect(buttonBox, SIGNAL(rejected()), AnimSettingDialog, SLOT(reject()));
349 
350  tabWidget->setCurrentIndex(0);
351 
352 
353  QMetaObject::connectSlotsByName(AnimSettingDialog);
354  } // setupUi
355 
357  {
358  AnimSettingDialog->setWindowTitle(QApplication::translate("AnimSettingDialog", "Dialog", Q_NULLPTR));
359  label_2->setText(QApplication::translate("AnimSettingDialog", "Name:", Q_NULLPTR));
360  tabWidget->setTabText(tabWidget->indexOf(settingTab), QApplication::translate("AnimSettingDialog", "Settings", Q_NULLPTR));
361  kpRepeatLabel->setText(QApplication::translate("AnimSettingDialog", "Repeat every:", Q_NULLPTR));
362  repeatLabel->setText(QApplication::translate("AnimSettingDialog", "Repeat every:", Q_NULLPTR));
363  repeatLabel_2->setText(QApplication::translate("AnimSettingDialog", "seconds", Q_NULLPTR));
364  kpRepeatLabel_2->setText(QApplication::translate("AnimSettingDialog", "seconds", Q_NULLPTR));
365  label_4->setText(QApplication::translate("AnimSettingDialog", "<b>On mode start</b>", Q_NULLPTR));
366  label_8->setText(QApplication::translate("AnimSettingDialog", "seconds", Q_NULLPTR));
367  label_13->setText(QApplication::translate("AnimSettingDialog", "seconds", Q_NULLPTR));
368  label_12->setText(QApplication::translate("AnimSettingDialog", "Start delay:", Q_NULLPTR));
369  kpModeStopBox->setText(QApplication::translate("AnimSettingDialog", "Stop on key press", Q_NULLPTR));
370  label_10->setText(QApplication::translate("AnimSettingDialog", "Start delay:", Q_NULLPTR));
371  kpReleaseBox->setText(QApplication::translate("AnimSettingDialog", "Stop on key release", Q_NULLPTR));
372  label_6->setText(QApplication::translate("AnimSettingDialog", "<b>On key press</b>", Q_NULLPTR));
373  tabWidget->setTabText(tabWidget->indexOf(timeTab), QApplication::translate("AnimSettingDialog", "Timing", Q_NULLPTR));
374  sNameLabel->setText(QApplication::translate("AnimSettingDialog", "Name", Q_NULLPTR));
375  label_7->setText(QApplication::translate("AnimSettingDialog", "Year:", Q_NULLPTR));
376  label_11->setText(QApplication::translate("AnimSettingDialog", "Description:", Q_NULLPTR));
377  sAuthorLabel->setText(QApplication::translate("AnimSettingDialog", "Author", Q_NULLPTR));
378  label_9->setText(QApplication::translate("AnimSettingDialog", "License:", Q_NULLPTR));
379  label_5->setText(QApplication::translate("AnimSettingDialog", "Version:", Q_NULLPTR));
380  sYearLabel->setText(QApplication::translate("AnimSettingDialog", "Year", Q_NULLPTR));
381  label_3->setText(QApplication::translate("AnimSettingDialog", "Author:", Q_NULLPTR));
382  sVerLabel->setText(QApplication::translate("AnimSettingDialog", "Version", Q_NULLPTR));
383  sLicenseLabel->setText(QApplication::translate("AnimSettingDialog", "License", Q_NULLPTR));
384  label->setText(QApplication::translate("AnimSettingDialog", "Script name:", Q_NULLPTR));
385  sDescLabel->setText(QApplication::translate("AnimSettingDialog", "Description", Q_NULLPTR));
386  tabWidget->setTabText(tabWidget->indexOf(infoTab), QApplication::translate("AnimSettingDialog", "About", Q_NULLPTR));
387  } // retranslateUi
388 
389 };
390 
391 namespace Ui {
393 } // namespace Ui
394 
395 QT_END_NAMESPACE
396 
397 #endif // UI_ANIMSETTINGDIALOG_H
QSpacerItem * horizontalSpacer_5
QSpacerItem * horizontalSpacer
QDoubleSpinBox * repeatBox
QDialogButtonBox * buttonBox
QSpacerItem * horizontalSpacer_4
QDoubleSpinBox * kpDelayBox
QDoubleSpinBox * kpRepeatBox
void setupUi(QDialog *AnimSettingDialog)
QSpacerItem * horizontalSpacer_6
void retranslateUi(QDialog *AnimSettingDialog)
QSpacerItem * horizontalSpacer_2
QDoubleSpinBox * delayBox
QSpacerItem * horizontalSpacer_3
QSpacerItem * verticalSpacer_2
QSpacerItem * verticalSpacer_3