/********************************************************************************
** Form generated from reading UI file 'PluginViewerWidget.ui'
**
** Created by: Qt User Interface Compiler version 5.5.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_PLUGINVIEWERWIDGET_H
#define UI_PLUGINVIEWERWIDGET_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTextBrowser>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QTreeWidget>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_PluginViewWidget
{
public:
    QHBoxLayout *horizontalLayout_2;
    QHBoxLayout *horizontalLayout;
    QVBoxLayout *verticalLayout_4;
    QLabel *pluginInfoLabel;
    QTextBrowser *infoView;
    QLabel *licenseLabel;
    QTextBrowser *licenseView;
    QHBoxLayout *licenseButtonPanel;
    QSpacerItem *horizontalSpacer;
    QToolButton *acceptLicenseButton;
    QToolButton *showLicenseButton;
    QTreeWidget *treeWidget;

    void setupUi(QWidget *PluginViewWidget)
    {
        if (PluginViewWidget->objectName().isEmpty())
            PluginViewWidget->setObjectName(QStringLiteral("PluginViewWidget"));
        PluginViewWidget->resize(889, 580);
        horizontalLayout_2 = new QHBoxLayout(PluginViewWidget);
        horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        verticalLayout_4 = new QVBoxLayout();
        verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
        pluginInfoLabel = new QLabel(PluginViewWidget);
        pluginInfoLabel->setObjectName(QStringLiteral("pluginInfoLabel"));

        verticalLayout_4->addWidget(pluginInfoLabel);

        infoView = new QTextBrowser(PluginViewWidget);
        infoView->setObjectName(QStringLiteral("infoView"));
        infoView->setAutoFillBackground(false);

        verticalLayout_4->addWidget(infoView);

        licenseLabel = new QLabel(PluginViewWidget);
        licenseLabel->setObjectName(QStringLiteral("licenseLabel"));

        verticalLayout_4->addWidget(licenseLabel);

        licenseView = new QTextBrowser(PluginViewWidget);
        licenseView->setObjectName(QStringLiteral("licenseView"));

        verticalLayout_4->addWidget(licenseView);

        licenseButtonPanel = new QHBoxLayout();
        licenseButtonPanel->setObjectName(QStringLiteral("licenseButtonPanel"));
        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        licenseButtonPanel->addItem(horizontalSpacer);

        acceptLicenseButton = new QToolButton(PluginViewWidget);
        acceptLicenseButton->setObjectName(QStringLiteral("acceptLicenseButton"));

        licenseButtonPanel->addWidget(acceptLicenseButton);

        showLicenseButton = new QToolButton(PluginViewWidget);
        showLicenseButton->setObjectName(QStringLiteral("showLicenseButton"));

        licenseButtonPanel->addWidget(showLicenseButton);


        verticalLayout_4->addLayout(licenseButtonPanel);


        horizontalLayout->addLayout(verticalLayout_4);

        treeWidget = new QTreeWidget(PluginViewWidget);
        treeWidget->setObjectName(QStringLiteral("treeWidget"));
        QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(treeWidget->sizePolicy().hasHeightForWidth());
        treeWidget->setSizePolicy(sizePolicy);
        treeWidget->setContextMenuPolicy(Qt::CustomContextMenu);
        treeWidget->setSortingEnabled(false);

        horizontalLayout->addWidget(treeWidget);

        horizontalLayout->setStretch(0, 1);
        horizontalLayout->setStretch(1, 2);

        horizontalLayout_2->addLayout(horizontalLayout);


        retranslateUi(PluginViewWidget);

        QMetaObject::connectSlotsByName(PluginViewWidget);
    } // setupUi

    void retranslateUi(QWidget *PluginViewWidget)
    {
        PluginViewWidget->setWindowTitle(QApplication::translate("PluginViewWidget", "Plugin Viewer", 0));
        pluginInfoLabel->setText(QApplication::translate("PluginViewWidget", "Pugin info:", 0));
        licenseLabel->setText(QApplication::translate("PluginViewWidget", "Plugin license:", 0));
        acceptLicenseButton->setText(QApplication::translate("PluginViewWidget", "Accept", 0));
        showLicenseButton->setText(QApplication::translate("PluginViewWidget", "Show License", 0));
        QTreeWidgetItem *___qtreewidgetitem = treeWidget->headerItem();
        ___qtreewidgetitem->setText(3, QApplication::translate("PluginViewWidget", "Description", 0));
        ___qtreewidgetitem->setText(2, QApplication::translate("PluginViewWidget", "State", 0));
        ___qtreewidgetitem->setText(1, QApplication::translate("PluginViewWidget", "Name", 0));
        ___qtreewidgetitem->setText(0, QApplication::translate("PluginViewWidget", "Type", 0));
    } // retranslateUi

};

namespace Ui {
    class PluginViewWidget: public Ui_PluginViewWidget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_PLUGINVIEWERWIDGET_H
