CuteLogger
Fast and simple logging solution for Qt based applications
ui_gdigrabwidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'gdigrabwidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.10.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GDIGRABWIDGET_H
10 #define UI_GDIGRABWIDGET_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/QComboBox>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QSpinBox>
24 #include <QtWidgets/QWidget>
25 #include "widgets/servicepresetwidget.h"
26 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_GDIgrabWidget
30 {
31 public:
32  QGridLayout *gridLayout;
33  QSpacerItem *verticalSpacer_7;
34  QSpinBox *ySpinBox;
35  QLabel *label_9;
36  QLabel *label_6;
37  QLabel *audioLabel;
38  QSpinBox *widthSpinBox;
39  QCheckBox *drawMouseCheckBox;
40  ServicePresetWidget *preset;
41  QComboBox *audioComboBox;
42  QLabel *label_4;
43  QLabel *label_3;
44  QCheckBox *showRegionCheckBox;
45  QLabel *label_7;
46  QSpinBox *heightSpinBox;
47  QSpinBox *xSpinBox;
48  QLabel *label_8;
49  QPushButton *applyButton;
50  QLabel *label_11;
51 
52  void setupUi(QWidget *GDIgrabWidget)
53  {
54  if (GDIgrabWidget->objectName().isEmpty())
55  GDIgrabWidget->setObjectName(QStringLiteral("GDIgrabWidget"));
56  GDIgrabWidget->resize(386, 366);
57  gridLayout = new QGridLayout(GDIgrabWidget);
58  gridLayout->setObjectName(QStringLiteral("gridLayout"));
59  verticalSpacer_7 = new QSpacerItem(68, 104, QSizePolicy::Minimum, QSizePolicy::Expanding);
60 
61  gridLayout->addItem(verticalSpacer_7, 8, 0, 1, 1);
62 
63  ySpinBox = new QSpinBox(GDIgrabWidget);
64  ySpinBox->setObjectName(QStringLiteral("ySpinBox"));
65  ySpinBox->setMaximum(4096);
66 
67  gridLayout->addWidget(ySpinBox, 2, 3, 1, 1);
68 
69  label_9 = new QLabel(GDIgrabWidget);
70  label_9->setObjectName(QStringLiteral("label_9"));
71  QFont font;
72  font.setBold(true);
73  font.setWeight(75);
74  label_9->setFont(font);
75  label_9->setAlignment(Qt::AlignCenter);
76 
77  gridLayout->addWidget(label_9, 0, 0, 1, 6);
78 
79  label_6 = new QLabel(GDIgrabWidget);
80  label_6->setObjectName(QStringLiteral("label_6"));
81  label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
82 
83  gridLayout->addWidget(label_6, 2, 0, 1, 1);
84 
85  audioLabel = new QLabel(GDIgrabWidget);
86  audioLabel->setObjectName(QStringLiteral("audioLabel"));
87  audioLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
88 
89  gridLayout->addWidget(audioLabel, 6, 0, 1, 1);
90 
91  widthSpinBox = new QSpinBox(GDIgrabWidget);
92  widthSpinBox->setObjectName(QStringLiteral("widthSpinBox"));
93  widthSpinBox->setMaximum(4096);
94  widthSpinBox->setValue(1280);
95 
96  gridLayout->addWidget(widthSpinBox, 3, 1, 1, 1);
97 
98  drawMouseCheckBox = new QCheckBox(GDIgrabWidget);
99  drawMouseCheckBox->setObjectName(QStringLiteral("drawMouseCheckBox"));
100  drawMouseCheckBox->setChecked(true);
101 
102  gridLayout->addWidget(drawMouseCheckBox, 5, 0, 1, 5);
103 
104  preset = new ServicePresetWidget(GDIgrabWidget);
105  preset->setObjectName(QStringLiteral("preset"));
106 
107  gridLayout->addWidget(preset, 1, 0, 1, 6);
108 
109  audioComboBox = new QComboBox(GDIgrabWidget);
110  audioComboBox->addItem(QString());
111  audioComboBox->setObjectName(QStringLiteral("audioComboBox"));
112 
113  gridLayout->addWidget(audioComboBox, 6, 1, 1, 3);
114 
115  label_4 = new QLabel(GDIgrabWidget);
116  label_4->setObjectName(QStringLiteral("label_4"));
117 
118  gridLayout->addWidget(label_4, 2, 4, 1, 1);
119 
120  label_3 = new QLabel(GDIgrabWidget);
121  label_3->setObjectName(QStringLiteral("label_3"));
122 
123  gridLayout->addWidget(label_3, 2, 2, 1, 1);
124 
125  showRegionCheckBox = new QCheckBox(GDIgrabWidget);
126  showRegionCheckBox->setObjectName(QStringLiteral("showRegionCheckBox"));
127 
128  gridLayout->addWidget(showRegionCheckBox, 4, 0, 1, 5);
129 
130  label_7 = new QLabel(GDIgrabWidget);
131  label_7->setObjectName(QStringLiteral("label_7"));
132  label_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
133 
134  gridLayout->addWidget(label_7, 3, 0, 1, 1);
135 
136  heightSpinBox = new QSpinBox(GDIgrabWidget);
137  heightSpinBox->setObjectName(QStringLiteral("heightSpinBox"));
138  heightSpinBox->setMaximum(4096);
139  heightSpinBox->setValue(720);
140 
141  gridLayout->addWidget(heightSpinBox, 3, 3, 1, 1);
142 
143  xSpinBox = new QSpinBox(GDIgrabWidget);
144  xSpinBox->setObjectName(QStringLiteral("xSpinBox"));
145  xSpinBox->setMaximum(4096);
146 
147  gridLayout->addWidget(xSpinBox, 2, 1, 1, 1);
148 
149  label_8 = new QLabel(GDIgrabWidget);
150  label_8->setObjectName(QStringLiteral("label_8"));
151  QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
152  sizePolicy.setHorizontalStretch(0);
153  sizePolicy.setVerticalStretch(0);
154  sizePolicy.setHeightForWidth(label_8->sizePolicy().hasHeightForWidth());
155  label_8->setSizePolicy(sizePolicy);
156 
157  gridLayout->addWidget(label_8, 3, 2, 1, 1);
158 
159  applyButton = new QPushButton(GDIgrabWidget);
160  applyButton->setObjectName(QStringLiteral("applyButton"));
161 
162  gridLayout->addWidget(applyButton, 7, 0, 1, 1);
163 
164  label_11 = new QLabel(GDIgrabWidget);
165  label_11->setObjectName(QStringLiteral("label_11"));
166 
167  gridLayout->addWidget(label_11, 3, 4, 1, 1);
168 
169  QWidget::setTabOrder(xSpinBox, ySpinBox);
170  QWidget::setTabOrder(ySpinBox, widthSpinBox);
171  QWidget::setTabOrder(widthSpinBox, heightSpinBox);
172  QWidget::setTabOrder(heightSpinBox, showRegionCheckBox);
173  QWidget::setTabOrder(showRegionCheckBox, drawMouseCheckBox);
174  QWidget::setTabOrder(drawMouseCheckBox, audioComboBox);
175  QWidget::setTabOrder(audioComboBox, applyButton);
176 
177  retranslateUi(GDIgrabWidget);
178 
179  QMetaObject::connectSlotsByName(GDIgrabWidget);
180  } // setupUi
181 
182  void retranslateUi(QWidget *GDIgrabWidget)
183  {
184  GDIgrabWidget->setWindowTitle(QApplication::translate("GDIgrabWidget", "Form", nullptr));
185 #ifndef QT_NO_TOOLTIP
186  ySpinBox->setToolTip(QApplication::translate("GDIgrabWidget", "The vertical coordinate from the top edge when using a fixed capture region.", nullptr));
187 #endif // QT_NO_TOOLTIP
188  label_9->setText(QApplication::translate("GDIgrabWidget", "Screen", nullptr));
189  label_6->setText(QApplication::translate("GDIgrabWidget", "X", nullptr));
190  audioLabel->setText(QApplication::translate("GDIgrabWidget", "Audio Input", nullptr));
191 #ifndef QT_NO_TOOLTIP
192  widthSpinBox->setToolTip(QApplication::translate("GDIgrabWidget", "Width of the capture region", nullptr));
193 #endif // QT_NO_TOOLTIP
194  drawMouseCheckBox->setText(QApplication::translate("GDIgrabWidget", "Draw the mouse cursor", nullptr));
195  audioComboBox->setItemText(0, QApplication::translate("GDIgrabWidget", "None", nullptr));
196 
197 #ifndef QT_NO_TOOLTIP
198  audioComboBox->setToolTip(QApplication::translate("GDIgrabWidget", "Choose an audio input method to use during capture.", nullptr));
199 #endif // QT_NO_TOOLTIP
200  label_4->setText(QApplication::translate("GDIgrabWidget", "pixels", nullptr));
201  label_3->setText(QApplication::translate("GDIgrabWidget", "Y", nullptr));
202  showRegionCheckBox->setText(QApplication::translate("GDIgrabWidget", "Show the capture region", nullptr));
203  label_7->setText(QApplication::translate("GDIgrabWidget", "Resolution", nullptr));
204 #ifndef QT_NO_TOOLTIP
205  heightSpinBox->setToolTip(QApplication::translate("GDIgrabWidget", "Height of the capture region", nullptr));
206 #endif // QT_NO_TOOLTIP
207 #ifndef QT_NO_TOOLTIP
208  xSpinBox->setToolTip(QApplication::translate("GDIgrabWidget", "The horizontal coordinate from the left edge when using a fixed capture region.", nullptr));
209 #endif // QT_NO_TOOLTIP
210  label_8->setText(QApplication::translate("GDIgrabWidget", "x", nullptr));
211  applyButton->setText(QApplication::translate("GDIgrabWidget", "Apply", nullptr));
212  label_11->setText(QApplication::translate("GDIgrabWidget", "pixels", nullptr));
213  } // retranslateUi
214 
215 };
216 
217 namespace Ui {
218  class GDIgrabWidget: public Ui_GDIgrabWidget {};
219 } // namespace Ui
220 
221 QT_END_NAMESPACE
222 
223 #endif // UI_GDIGRABWIDGET_H
Definition: addencodepresetdialog.h:24