source: projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qchannelwidget.h @ 2

Last change on this file since 2 was 2, checked in by Torben Dannhauer, 14 years ago
File size: 19.7 KB
Line 
1/********************************************************************************
2** Form generated from reading ui file 'qchannelwidget.ui'
3**
4** Created: Tue 28. Apr 15:36:10 2009
5**      by: Qt User Interface Compiler version 4.5.1
6**
7** WARNING! All changes made in this file will be lost when recompiling ui file!
8********************************************************************************/
9
10#ifndef UI_QCHANNELWIDGET_H
11#define UI_QCHANNELWIDGET_H
12
13#include <QtCore/QVariant>
14#include <QtGui/QAction>
15#include <QtGui/QApplication>
16#include <QtGui/QButtonGroup>
17#include <QtGui/QCheckBox>
18#include <QtGui/QComboBox>
19#include <QtGui/QGroupBox>
20#include <QtGui/QHBoxLayout>
21#include <QtGui/QHeaderView>
22#include <QtGui/QLabel>
23#include <QtGui/QLineEdit>
24#include <QtGui/QPushButton>
25#include <QtGui/QSpacerItem>
26#include <QtGui/QSpinBox>
27#include <QtGui/QStackedWidget>
28#include <QtGui/QToolBox>
29#include <QtGui/QVBoxLayout>
30#include <QtGui/QWidget>
31#include "gui/QProjectionMatrixWidget.h"
32#include "gui/QTransformMatrixWidget.h"
33
34QT_BEGIN_NAMESPACE
35
36class Ui_QChannelWidget
37{
38public:
39    QVBoxLayout *vboxLayout;
40    QHBoxLayout *hboxLayout;
41    QLabel *nameLabel;
42    QLineEdit *nameEdit;
43    QSpacerItem *spacerItem;
44    QGroupBox *overlayGroupBox;
45    QHBoxLayout *hboxLayout1;
46    QVBoxLayout *vboxLayout1;
47    QCheckBox *overlayNameCheckBox;
48    QHBoxLayout *hboxLayout2;
49    QLabel *overlayImageLabel;
50    QLineEdit *overlayImageEdit;
51    QPushButton *overlayImageBrowseButton;
52    QToolBox *toolBox;
53    QWidget *page;
54    QHBoxLayout *hboxLayout3;
55    QVBoxLayout *vboxLayout2;
56    QHBoxLayout *hboxLayout4;
57    QLabel *remoteHostNameLabel;
58    QLineEdit *remoteHostNameEdit;
59    QHBoxLayout *hboxLayout5;
60    QCheckBox *remoteFullScreenCheckBox;
61    QLabel *remoteScreenLabel;
62    QComboBox *remoteScreenComboBox;
63    QSpacerItem *spacerItem1;
64    QWidget *page_2;
65    QVBoxLayout *vboxLayout3;
66    QHBoxLayout *hboxLayout6;
67    QLabel *pluginLabel;
68    QComboBox *pluginComboBox;
69    QSpacerItem *spacerItem2;
70    QStackedWidget *stackedWidget;
71    projection::QTransformMatrixWidget *projectionTransformWidget;
72    QGroupBox *warpGroupBox;
73    QHBoxLayout *hboxLayout7;
74    QHBoxLayout *hboxLayout8;
75    QCheckBox *warpCheckBox;
76    QLabel *warpResLabel;
77    QSpinBox *warpResSpinBox;
78    QPushButton *warpResetButton;
79    QHBoxLayout *hboxLayout9;
80    QSpacerItem *spacerItem3;
81    QPushButton *calibrateButton;
82    QSpacerItem *spacerItem4;
83    QWidget *page_3;
84    QVBoxLayout *vboxLayout4;
85    QVBoxLayout *vboxLayout5;
86    projection::QProjectionMatrixWidget *viewProjectionWidget;
87    projection::QTransformMatrixWidget *viewTransformWidget;
88    QHBoxLayout *hboxLayout10;
89    QSpacerItem *spacerItem5;
90    QPushButton *fitButton;
91    QSpacerItem *spacerItem6;
92    QSpacerItem *spacerItem7;
93    QHBoxLayout *hboxLayout11;
94    QSpacerItem *spacerItem8;
95    QPushButton *windowButton;
96
97    void setupUi(QWidget *QChannelWidget)
98    {
99        if (QChannelWidget->objectName().isEmpty())
100            QChannelWidget->setObjectName(QString::fromUtf8("QChannelWidget"));
101        QChannelWidget->resize(232, 508);
102        vboxLayout = new QVBoxLayout(QChannelWidget);
103#ifndef Q_OS_MAC
104        vboxLayout->setSpacing(6);
105#endif
106        vboxLayout->setMargin(0);
107        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
108        hboxLayout = new QHBoxLayout();
109#ifndef Q_OS_MAC
110        hboxLayout->setSpacing(6);
111#endif
112#ifndef Q_OS_MAC
113        hboxLayout->setMargin(0);
114#endif
115        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
116        nameLabel = new QLabel(QChannelWidget);
117        nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
118
119        hboxLayout->addWidget(nameLabel);
120
121        nameEdit = new QLineEdit(QChannelWidget);
122        nameEdit->setObjectName(QString::fromUtf8("nameEdit"));
123
124        hboxLayout->addWidget(nameEdit);
125
126        spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
127
128        hboxLayout->addItem(spacerItem);
129
130
131        vboxLayout->addLayout(hboxLayout);
132
133        overlayGroupBox = new QGroupBox(QChannelWidget);
134        overlayGroupBox->setObjectName(QString::fromUtf8("overlayGroupBox"));
135        hboxLayout1 = new QHBoxLayout(overlayGroupBox);
136#ifndef Q_OS_MAC
137        hboxLayout1->setSpacing(6);
138#endif
139        hboxLayout1->setMargin(4);
140        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
141        vboxLayout1 = new QVBoxLayout();
142#ifndef Q_OS_MAC
143        vboxLayout1->setSpacing(6);
144#endif
145#ifndef Q_OS_MAC
146        vboxLayout1->setMargin(0);
147#endif
148        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
149        overlayNameCheckBox = new QCheckBox(overlayGroupBox);
150        overlayNameCheckBox->setObjectName(QString::fromUtf8("overlayNameCheckBox"));
151
152        vboxLayout1->addWidget(overlayNameCheckBox);
153
154        hboxLayout2 = new QHBoxLayout();
155#ifndef Q_OS_MAC
156        hboxLayout2->setSpacing(6);
157#endif
158        hboxLayout2->setMargin(0);
159        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
160        overlayImageLabel = new QLabel(overlayGroupBox);
161        overlayImageLabel->setObjectName(QString::fromUtf8("overlayImageLabel"));
162
163        hboxLayout2->addWidget(overlayImageLabel);
164
165        overlayImageEdit = new QLineEdit(overlayGroupBox);
166        overlayImageEdit->setObjectName(QString::fromUtf8("overlayImageEdit"));
167        QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
168        sizePolicy.setHorizontalStretch(0);
169        sizePolicy.setVerticalStretch(0);
170        sizePolicy.setHeightForWidth(overlayImageEdit->sizePolicy().hasHeightForWidth());
171        overlayImageEdit->setSizePolicy(sizePolicy);
172
173        hboxLayout2->addWidget(overlayImageEdit);
174
175        overlayImageBrowseButton = new QPushButton(overlayGroupBox);
176        overlayImageBrowseButton->setObjectName(QString::fromUtf8("overlayImageBrowseButton"));
177        QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
178        sizePolicy1.setHorizontalStretch(0);
179        sizePolicy1.setVerticalStretch(0);
180        sizePolicy1.setHeightForWidth(overlayImageBrowseButton->sizePolicy().hasHeightForWidth());
181        overlayImageBrowseButton->setSizePolicy(sizePolicy1);
182        overlayImageBrowseButton->setMaximumSize(QSize(23, 16777215));
183
184        hboxLayout2->addWidget(overlayImageBrowseButton);
185
186
187        vboxLayout1->addLayout(hboxLayout2);
188
189
190        hboxLayout1->addLayout(vboxLayout1);
191
192
193        vboxLayout->addWidget(overlayGroupBox);
194
195        toolBox = new QToolBox(QChannelWidget);
196        toolBox->setObjectName(QString::fromUtf8("toolBox"));
197        toolBox->setAutoFillBackground(true);
198        page = new QWidget();
199        page->setObjectName(QString::fromUtf8("page"));
200        page->setGeometry(QRect(0, 0, 232, 198));
201        hboxLayout3 = new QHBoxLayout(page);
202#ifndef Q_OS_MAC
203        hboxLayout3->setSpacing(6);
204#endif
205        hboxLayout3->setMargin(0);
206        hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
207        vboxLayout2 = new QVBoxLayout();
208#ifndef Q_OS_MAC
209        vboxLayout2->setSpacing(6);
210#endif
211#ifndef Q_OS_MAC
212        vboxLayout2->setMargin(0);
213#endif
214        vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
215        hboxLayout4 = new QHBoxLayout();
216#ifndef Q_OS_MAC
217        hboxLayout4->setSpacing(6);
218#endif
219#ifndef Q_OS_MAC
220        hboxLayout4->setMargin(0);
221#endif
222        hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
223        remoteHostNameLabel = new QLabel(page);
224        remoteHostNameLabel->setObjectName(QString::fromUtf8("remoteHostNameLabel"));
225
226        hboxLayout4->addWidget(remoteHostNameLabel);
227
228        remoteHostNameEdit = new QLineEdit(page);
229        remoteHostNameEdit->setObjectName(QString::fromUtf8("remoteHostNameEdit"));
230
231        hboxLayout4->addWidget(remoteHostNameEdit);
232
233
234        vboxLayout2->addLayout(hboxLayout4);
235
236        hboxLayout5 = new QHBoxLayout();
237#ifndef Q_OS_MAC
238        hboxLayout5->setSpacing(6);
239#endif
240        hboxLayout5->setMargin(0);
241        hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
242        remoteFullScreenCheckBox = new QCheckBox(page);
243        remoteFullScreenCheckBox->setObjectName(QString::fromUtf8("remoteFullScreenCheckBox"));
244
245        hboxLayout5->addWidget(remoteFullScreenCheckBox);
246
247        remoteScreenLabel = new QLabel(page);
248        remoteScreenLabel->setObjectName(QString::fromUtf8("remoteScreenLabel"));
249
250        hboxLayout5->addWidget(remoteScreenLabel);
251
252        remoteScreenComboBox = new QComboBox(page);
253        remoteScreenComboBox->setObjectName(QString::fromUtf8("remoteScreenComboBox"));
254
255        hboxLayout5->addWidget(remoteScreenComboBox);
256
257
258        vboxLayout2->addLayout(hboxLayout5);
259
260        spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
261
262        vboxLayout2->addItem(spacerItem1);
263
264
265        hboxLayout3->addLayout(vboxLayout2);
266
267        toolBox->addItem(page, QString::fromUtf8("Remote Settings"));
268        page_2 = new QWidget();
269        page_2->setObjectName(QString::fromUtf8("page_2"));
270        page_2->setGeometry(QRect(0, 0, 232, 262));
271        vboxLayout3 = new QVBoxLayout(page_2);
272        vboxLayout3->setSpacing(0);
273        vboxLayout3->setMargin(0);
274        vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
275        hboxLayout6 = new QHBoxLayout();
276#ifndef Q_OS_MAC
277        hboxLayout6->setSpacing(6);
278#endif
279#ifndef Q_OS_MAC
280        hboxLayout6->setMargin(0);
281#endif
282        hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
283        pluginLabel = new QLabel(page_2);
284        pluginLabel->setObjectName(QString::fromUtf8("pluginLabel"));
285
286        hboxLayout6->addWidget(pluginLabel);
287
288        pluginComboBox = new QComboBox(page_2);
289        pluginComboBox->setObjectName(QString::fromUtf8("pluginComboBox"));
290
291        hboxLayout6->addWidget(pluginComboBox);
292
293        spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
294
295        hboxLayout6->addItem(spacerItem2);
296
297
298        vboxLayout3->addLayout(hboxLayout6);
299
300        stackedWidget = new QStackedWidget(page_2);
301        stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
302        stackedWidget->setMinimumSize(QSize(0, 150));
303
304        vboxLayout3->addWidget(stackedWidget);
305
306        projectionTransformWidget = new projection::QTransformMatrixWidget(page_2);
307        projectionTransformWidget->setObjectName(QString::fromUtf8("projectionTransformWidget"));
308        projectionTransformWidget->setFocusPolicy(Qt::StrongFocus);
309
310        vboxLayout3->addWidget(projectionTransformWidget);
311
312        warpGroupBox = new QGroupBox(page_2);
313        warpGroupBox->setObjectName(QString::fromUtf8("warpGroupBox"));
314        hboxLayout7 = new QHBoxLayout(warpGroupBox);
315#ifndef Q_OS_MAC
316        hboxLayout7->setSpacing(6);
317#endif
318        hboxLayout7->setMargin(4);
319        hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
320        hboxLayout8 = new QHBoxLayout();
321#ifndef Q_OS_MAC
322        hboxLayout8->setSpacing(6);
323#endif
324#ifndef Q_OS_MAC
325        hboxLayout8->setMargin(0);
326#endif
327        hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
328        warpCheckBox = new QCheckBox(warpGroupBox);
329        warpCheckBox->setObjectName(QString::fromUtf8("warpCheckBox"));
330
331        hboxLayout8->addWidget(warpCheckBox);
332
333        warpResLabel = new QLabel(warpGroupBox);
334        warpResLabel->setObjectName(QString::fromUtf8("warpResLabel"));
335
336        hboxLayout8->addWidget(warpResLabel);
337
338        warpResSpinBox = new QSpinBox(warpGroupBox);
339        warpResSpinBox->setObjectName(QString::fromUtf8("warpResSpinBox"));
340        warpResSpinBox->setMaximumSize(QSize(32, 16777215));
341        warpResSpinBox->setMinimum(2);
342        warpResSpinBox->setMaximum(8);
343
344        hboxLayout8->addWidget(warpResSpinBox);
345
346        warpResetButton = new QPushButton(warpGroupBox);
347        warpResetButton->setObjectName(QString::fromUtf8("warpResetButton"));
348        warpResetButton->setMaximumSize(QSize(50, 16777215));
349
350        hboxLayout8->addWidget(warpResetButton);
351
352
353        hboxLayout7->addLayout(hboxLayout8);
354
355
356        vboxLayout3->addWidget(warpGroupBox);
357
358        hboxLayout9 = new QHBoxLayout();
359        hboxLayout9->setSpacing(0);
360        hboxLayout9->setMargin(0);
361        hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
362        spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
363
364        hboxLayout9->addItem(spacerItem3);
365
366        calibrateButton = new QPushButton(page_2);
367        calibrateButton->setObjectName(QString::fromUtf8("calibrateButton"));
368        calibrateButton->setEnabled(false);
369
370        hboxLayout9->addWidget(calibrateButton);
371
372
373        vboxLayout3->addLayout(hboxLayout9);
374
375        spacerItem4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
376
377        vboxLayout3->addItem(spacerItem4);
378
379        toolBox->addItem(page_2, QString::fromUtf8("Projector"));
380        page_3 = new QWidget();
381        page_3->setObjectName(QString::fromUtf8("page_3"));
382        page_3->setGeometry(QRect(0, 0, 232, 349));
383        vboxLayout4 = new QVBoxLayout(page_3);
384        vboxLayout4->setSpacing(0);
385        vboxLayout4->setMargin(0);
386        vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
387        vboxLayout5 = new QVBoxLayout();
388        vboxLayout5->setSpacing(0);
389#ifndef Q_OS_MAC
390        vboxLayout5->setMargin(0);
391#endif
392        vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
393        viewProjectionWidget = new projection::QProjectionMatrixWidget(page_3);
394        viewProjectionWidget->setObjectName(QString::fromUtf8("viewProjectionWidget"));
395        viewProjectionWidget->setFocusPolicy(Qt::StrongFocus);
396
397        vboxLayout5->addWidget(viewProjectionWidget);
398
399        viewTransformWidget = new projection::QTransformMatrixWidget(page_3);
400        viewTransformWidget->setObjectName(QString::fromUtf8("viewTransformWidget"));
401        viewTransformWidget->setFocusPolicy(Qt::StrongFocus);
402
403        vboxLayout5->addWidget(viewTransformWidget);
404
405        hboxLayout10 = new QHBoxLayout();
406        hboxLayout10->setSpacing(0);
407        hboxLayout10->setMargin(0);
408        hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10"));
409        spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
410
411        hboxLayout10->addItem(spacerItem5);
412
413        fitButton = new QPushButton(page_3);
414        fitButton->setObjectName(QString::fromUtf8("fitButton"));
415        fitButton->setEnabled(false);
416
417        hboxLayout10->addWidget(fitButton);
418
419
420        vboxLayout5->addLayout(hboxLayout10);
421
422        spacerItem6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
423
424        vboxLayout5->addItem(spacerItem6);
425
426
427        vboxLayout4->addLayout(vboxLayout5);
428
429        toolBox->addItem(page_3, QString::fromUtf8("View"));
430
431        vboxLayout->addWidget(toolBox);
432
433        spacerItem7 = new QSpacerItem(190, 16, QSizePolicy::Minimum, QSizePolicy::Fixed);
434
435        vboxLayout->addItem(spacerItem7);
436
437        hboxLayout11 = new QHBoxLayout();
438#ifndef Q_OS_MAC
439        hboxLayout11->setSpacing(6);
440#endif
441        hboxLayout11->setMargin(0);
442        hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11"));
443        spacerItem8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
444
445        hboxLayout11->addItem(spacerItem8);
446
447        windowButton = new QPushButton(QChannelWidget);
448        windowButton->setObjectName(QString::fromUtf8("windowButton"));
449        QSizePolicy sizePolicy2(QSizePolicy::Minimum, QSizePolicy::Fixed);
450        sizePolicy2.setHorizontalStretch(0);
451        sizePolicy2.setVerticalStretch(0);
452        sizePolicy2.setHeightForWidth(windowButton->sizePolicy().hasHeightForWidth());
453        windowButton->setSizePolicy(sizePolicy2);
454        windowButton->setFocusPolicy(Qt::NoFocus);
455
456        hboxLayout11->addWidget(windowButton);
457
458
459        vboxLayout->addLayout(hboxLayout11);
460
461        QWidget::setTabOrder(nameEdit, remoteHostNameEdit);
462        QWidget::setTabOrder(remoteHostNameEdit, remoteFullScreenCheckBox);
463        QWidget::setTabOrder(remoteFullScreenCheckBox, remoteScreenComboBox);
464        QWidget::setTabOrder(remoteScreenComboBox, windowButton);
465
466        retranslateUi(QChannelWidget);
467
468        toolBox->setCurrentIndex(1);
469
470
471        QMetaObject::connectSlotsByName(QChannelWidget);
472    } // setupUi
473
474    void retranslateUi(QWidget *QChannelWidget)
475    {
476        QChannelWidget->setWindowTitle(QApplication::translate("QChannelWidget", "Channel Settings", 0, QApplication::UnicodeUTF8));
477        nameLabel->setText(QApplication::translate("QChannelWidget", "Name", 0, QApplication::UnicodeUTF8));
478        overlayGroupBox->setTitle(QApplication::translate("QChannelWidget", "Overlay", 0, QApplication::UnicodeUTF8));
479        overlayNameCheckBox->setText(QApplication::translate("QChannelWidget", "Channel name", 0, QApplication::UnicodeUTF8));
480        overlayImageLabel->setText(QApplication::translate("QChannelWidget", "Image", 0, QApplication::UnicodeUTF8));
481        overlayImageBrowseButton->setText(QApplication::translate("QChannelWidget", "...", 0, QApplication::UnicodeUTF8));
482        remoteHostNameLabel->setText(QApplication::translate("QChannelWidget", "Host name", 0, QApplication::UnicodeUTF8));
483        remoteFullScreenCheckBox->setText(QApplication::translate("QChannelWidget", "Full screen", 0, QApplication::UnicodeUTF8));
484        remoteScreenLabel->setText(QApplication::translate("QChannelWidget", " Screen", 0, QApplication::UnicodeUTF8));
485        remoteScreenComboBox->clear();
486        remoteScreenComboBox->insertItems(0, QStringList()
487         << QApplication::translate("QChannelWidget", "1", 0, QApplication::UnicodeUTF8)
488         << QApplication::translate("QChannelWidget", "2", 0, QApplication::UnicodeUTF8)
489         << QApplication::translate("QChannelWidget", "3", 0, QApplication::UnicodeUTF8)
490         << QApplication::translate("QChannelWidget", "4", 0, QApplication::UnicodeUTF8)
491        );
492        toolBox->setItemText(toolBox->indexOf(page), QApplication::translate("QChannelWidget", "Remote Settings", 0, QApplication::UnicodeUTF8));
493        pluginLabel->setText(QApplication::translate("QChannelWidget", "Plugin", 0, QApplication::UnicodeUTF8));
494        warpGroupBox->setTitle(QApplication::translate("QChannelWidget", "Warp", 0, QApplication::UnicodeUTF8));
495        warpCheckBox->setText(QApplication::translate("QChannelWidget", "Enable", 0, QApplication::UnicodeUTF8));
496        warpResLabel->setText(QApplication::translate("QChannelWidget", "Res.", 0, QApplication::UnicodeUTF8));
497        warpResetButton->setText(QApplication::translate("QChannelWidget", "Reset", 0, QApplication::UnicodeUTF8));
498        calibrateButton->setText(QApplication::translate("QChannelWidget", "Calibrate...", 0, QApplication::UnicodeUTF8));
499        toolBox->setItemText(toolBox->indexOf(page_2), QApplication::translate("QChannelWidget", "Projector", 0, QApplication::UnicodeUTF8));
500        fitButton->setText(QApplication::translate("QChannelWidget", "Fit to Projector", 0, QApplication::UnicodeUTF8));
501        toolBox->setItemText(toolBox->indexOf(page_3), QApplication::translate("QChannelWidget", "View", 0, QApplication::UnicodeUTF8));
502        windowButton->setText(QApplication::translate("QChannelWidget", "Open Window...", 0, QApplication::UnicodeUTF8));
503        Q_UNUSED(QChannelWidget);
504    } // retranslateUi
505
506};
507
508namespace Ui {
509    class QChannelWidget: public Ui_QChannelWidget {};
510} // namespace Ui
511
512QT_END_NAMESPACE
513
514#endif // UI_QCHANNELWIDGET_H
Note: See TracBrowser for help on using the repository browser.