/******************************************************************************** ** Form generated from reading ui file 'qchannelmanagerwidget.ui' ** ** Created: Mon 27. Apr 14:25:46 2009 ** by: Qt User Interface Compiler version 4.5.1 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! ********************************************************************************/ #ifndef UI_QCHANNELMANAGERWIDGET_H #define UI_QCHANNELMANAGERWIDGET_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QChannelManagerWidget { public: QHBoxLayout *hboxLayout; QVBoxLayout *vboxLayout; QTableWidget *channelTable; QHBoxLayout *hboxLayout1; QSpacerItem *spacerItem; QPushButton *addButton; QPushButton *removeButton; void setupUi(QWidget *QChannelManagerWidget) { if (QChannelManagerWidget->objectName().isEmpty()) QChannelManagerWidget->setObjectName(QString::fromUtf8("QChannelManagerWidget")); QChannelManagerWidget->resize(223, 236); hboxLayout = new QHBoxLayout(QChannelManagerWidget); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setMargin(0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); vboxLayout = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout->setMargin(0); #endif vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); channelTable = new QTableWidget(QChannelManagerWidget); channelTable->setObjectName(QString::fromUtf8("channelTable")); channelTable->setSelectionMode(QAbstractItemView::SingleSelection); channelTable->setSelectionBehavior(QAbstractItemView::SelectRows); vboxLayout->addWidget(channelTable); hboxLayout1 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setMargin(0); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); spacerItem = new QSpacerItem(16, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacerItem); addButton = new QPushButton(QChannelManagerWidget); addButton->setObjectName(QString::fromUtf8("addButton")); addButton->setFocusPolicy(Qt::NoFocus); hboxLayout1->addWidget(addButton); removeButton = new QPushButton(QChannelManagerWidget); removeButton->setObjectName(QString::fromUtf8("removeButton")); removeButton->setFocusPolicy(Qt::NoFocus); hboxLayout1->addWidget(removeButton); vboxLayout->addLayout(hboxLayout1); hboxLayout->addLayout(vboxLayout); retranslateUi(QChannelManagerWidget); QMetaObject::connectSlotsByName(QChannelManagerWidget); } // setupUi void retranslateUi(QWidget *QChannelManagerWidget) { QChannelManagerWidget->setWindowTitle(QApplication::translate("QChannelManagerWidget", "Channel Manager", 0, QApplication::UnicodeUTF8)); addButton->setText(QApplication::translate("QChannelManagerWidget", "Add", 0, QApplication::UnicodeUTF8)); removeButton->setText(QApplication::translate("QChannelManagerWidget", "Remove", 0, QApplication::UnicodeUTF8)); Q_UNUSED(QChannelManagerWidget); } // retranslateUi }; namespace Ui { class QChannelManagerWidget: public Ui_QChannelManagerWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QCHANNELMANAGERWIDGET_H