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_modeselectdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'modeselectdialog.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_MODESELECTDIALOG_H
10 #define UI_MODESELECTDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QListWidget>
22 #include <QtWidgets/QPushButton>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QLabel *label;
31  QDialogButtonBox *buttonBox;
35 
37  {
38  if (ModeSelectDialog->objectName().isEmpty())
39  ModeSelectDialog->setObjectName(QStringLiteral("ModeSelectDialog"));
40  ModeSelectDialog->resize(320, 320);
41  gridLayout = new QGridLayout(ModeSelectDialog);
42  gridLayout->setObjectName(QStringLiteral("gridLayout"));
43  label = new QLabel(ModeSelectDialog);
44  label->setObjectName(QStringLiteral("label"));
45  label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
46 
47  gridLayout->addWidget(label, 0, 0, 1, 2);
48 
49  buttonBox = new QDialogButtonBox(ModeSelectDialog);
50  buttonBox->setObjectName(QStringLiteral("buttonBox"));
51  buttonBox->setOrientation(Qt::Vertical);
52  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
53  buttonBox->setCenterButtons(false);
54 
55  gridLayout->addWidget(buttonBox, 0, 2, 3, 1);
56 
57  modeList = new QListWidget(ModeSelectDialog);
58  modeList->setObjectName(QStringLiteral("modeList"));
59  modeList->setFrameShadow(QFrame::Plain);
60  modeList->setSelectionMode(QAbstractItemView::ExtendedSelection);
61 
62  gridLayout->addWidget(modeList, 1, 0, 1, 2);
63 
64  selAllButton = new QPushButton(ModeSelectDialog);
65  selAllButton->setObjectName(QStringLiteral("selAllButton"));
66 
67  gridLayout->addWidget(selAllButton, 2, 0, 1, 1);
68 
69  selNoneButton = new QPushButton(ModeSelectDialog);
70  selNoneButton->setObjectName(QStringLiteral("selNoneButton"));
71 
72  gridLayout->addWidget(selNoneButton, 2, 1, 1, 1);
73 
74  QWidget::setTabOrder(modeList, selAllButton);
75  QWidget::setTabOrder(selAllButton, selNoneButton);
76 
77  retranslateUi(ModeSelectDialog);
78  QObject::connect(buttonBox, SIGNAL(accepted()), ModeSelectDialog, SLOT(accept()));
79  QObject::connect(buttonBox, SIGNAL(rejected()), ModeSelectDialog, SLOT(reject()));
80 
81  QMetaObject::connectSlotsByName(ModeSelectDialog);
82  } // setupUi
83 
85  {
86  ModeSelectDialog->setWindowTitle(QApplication::translate("ModeSelectDialog", "Select Modes", Q_NULLPTR));
87  label->setText(QApplication::translate("ModeSelectDialog", "TextLabel", Q_NULLPTR));
88  selAllButton->setText(QApplication::translate("ModeSelectDialog", "Select All", Q_NULLPTR));
89  selNoneButton->setText(QApplication::translate("ModeSelectDialog", "Select None", Q_NULLPTR));
90  } // retranslateUi
91 
92 };
93 
94 namespace Ui {
96 } // namespace Ui
97 
98 QT_END_NAMESPACE
99 
100 #endif // UI_MODESELECTDIALOG_H
void retranslateUi(QDialog *ModeSelectDialog)
QPushButton * selAllButton
void setupUi(QDialog *ModeSelectDialog)
QPushButton * selNoneButton
QDialogButtonBox * buttonBox