Добавил:
Факультет ИКСС, группа ИКВТ-61 Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
34
Добавлен:
20.02.2019
Размер:
5.58 Кб
Скачать
/********************************************************************************
** Form generated from reading UI file 'conproddialog.ui'
**
** Created by: Qt User Interface Compiler version 5.12.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_CONPRODDIALOG_H
#define UI_CONPRODDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_ConProdDialog
{
public:
    QVBoxLayout *verticalLayout;
    QHBoxLayout *horizontalLayout;
    QLabel *label_3;
    QProgressBar *producerProgressBar;
    QHBoxLayout *horizontalLayout_2;
    QLabel *label_2;
    QProgressBar *consumerProgressBar;
    QHBoxLayout *horizontalLayout_3;
    QLabel *label;
    QProgressBar *bufferProgressBar;
    QHBoxLayout *horizontalLayout_4;
    QPushButton *startButton;
    QSpacerItem *horizontalSpacer;
    QPushButton *pushButton_3;

    void setupUi(QDialog *ConProdDialog)
    {
        if (ConProdDialog->objectName().isEmpty())
            ConProdDialog->setObjectName(QString::fromUtf8("ConProdDialog"));
        ConProdDialog->resize(445, 155);
        verticalLayout = new QVBoxLayout(ConProdDialog);
        verticalLayout->setSpacing(6);
        verticalLayout->setContentsMargins(11, 11, 11, 11);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setSpacing(6);
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        label_3 = new QLabel(ConProdDialog);
        label_3->setObjectName(QString::fromUtf8("label_3"));
        QFont font;
        font.setPointSize(10);
        label_3->setFont(font);

        horizontalLayout->addWidget(label_3);

        producerProgressBar = new QProgressBar(ConProdDialog);
        producerProgressBar->setObjectName(QString::fromUtf8("producerProgressBar"));
        producerProgressBar->setValue(24);

        horizontalLayout->addWidget(producerProgressBar);


        verticalLayout->addLayout(horizontalLayout);

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setSpacing(6);
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        label_2 = new QLabel(ConProdDialog);
        label_2->setObjectName(QString::fromUtf8("label_2"));
        label_2->setFont(font);

        horizontalLayout_2->addWidget(label_2);

        consumerProgressBar = new QProgressBar(ConProdDialog);
        consumerProgressBar->setObjectName(QString::fromUtf8("consumerProgressBar"));
        consumerProgressBar->setValue(24);

        horizontalLayout_2->addWidget(consumerProgressBar);


        verticalLayout->addLayout(horizontalLayout_2);

        horizontalLayout_3 = new QHBoxLayout();
        horizontalLayout_3->setSpacing(6);
        horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
        label = new QLabel(ConProdDialog);
        label->setObjectName(QString::fromUtf8("label"));
        label->setFont(font);

        horizontalLayout_3->addWidget(label);

        bufferProgressBar = new QProgressBar(ConProdDialog);
        bufferProgressBar->setObjectName(QString::fromUtf8("bufferProgressBar"));
        bufferProgressBar->setValue(24);

        horizontalLayout_3->addWidget(bufferProgressBar);


        verticalLayout->addLayout(horizontalLayout_3);

        horizontalLayout_4 = new QHBoxLayout();
        horizontalLayout_4->setSpacing(6);
        horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
        startButton = new QPushButton(ConProdDialog);
        startButton->setObjectName(QString::fromUtf8("startButton"));

        horizontalLayout_4->addWidget(startButton);

        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_4->addItem(horizontalSpacer);

        pushButton_3 = new QPushButton(ConProdDialog);
        pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));

        horizontalLayout_4->addWidget(pushButton_3);


        verticalLayout->addLayout(horizontalLayout_4);


        retranslateUi(ConProdDialog);
        QObject::connect(pushButton_3, SIGNAL(clicked()), ConProdDialog, SLOT(close()));

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

    void retranslateUi(QDialog *ConProdDialog)
    {
        ConProdDialog->setWindowTitle(QApplication::translate("ConProdDialog", "ConProdDialog", nullptr));
        label_3->setText(QApplication::translate("ConProdDialog", "Produced", nullptr));
        label_2->setText(QApplication::translate("ConProdDialog", "Consumed", nullptr));
        label->setText(QApplication::translate("ConProdDialog", "Current Buffer Level", nullptr));
        startButton->setText(QApplication::translate("ConProdDialog", "Start", nullptr));
        pushButton_3->setText(QApplication::translate("ConProdDialog", "Quit", nullptr));
    } // retranslateUi

};

namespace Ui {
    class ConProdDialog: public Ui_ConProdDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_CONPRODDIALOG_H
Соседние файлы в папке build-ConProd2-Desktop_Qt_5_12_0_MinGW_64_bit-Release
  • #
    20.02.20191 Кб34.qmake.stash
  • #
    20.02.201925.93 Кб34Makefile
  • #
    20.02.201954.8 Кб34Makefile.Debug
  • #
    20.02.201954.95 Кб34Makefile.Release
  • #
    20.02.20195.58 Кб34ui_conproddialog.h