Добавил:
Факультет ИКСС, группа ИКВТ-61 Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
28
Добавлен:
20.02.2019
Размер:
4.78 Кб
Скачать
/********************************************************************************
** Form generated from reading UI file 'appwidget.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_APPWIDGET_H
#define UI_APPWIDGET_H

#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMenuBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QToolBar>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_AppWidget
{
public:
    QWidget *centralWidget;
    QPushButton *ADD;
    QPushButton *SUB;
    QPushButton *MULT;
    QPushButton *DIV;
    QLineEdit *txtNum1;
    QLineEdit *txtNum2;
    QLabel *label;
    QLabel *label_2;
    QLabel *label_3;
    QLabel *lblResult;
    QMenuBar *menuBar;
    QToolBar *mainToolBar;
    QStatusBar *statusBar;

    void setupUi(QMainWindow *AppWidget)
    {
        if (AppWidget->objectName().isEmpty())
            AppWidget->setObjectName(QString::fromUtf8("AppWidget"));
        AppWidget->resize(683, 368);
        centralWidget = new QWidget(AppWidget);
        centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
        ADD = new QPushButton(centralWidget);
        ADD->setObjectName(QString::fromUtf8("ADD"));
        ADD->setGeometry(QRect(180, 220, 75, 23));
        SUB = new QPushButton(centralWidget);
        SUB->setObjectName(QString::fromUtf8("SUB"));
        SUB->setGeometry(QRect(280, 220, 75, 23));
        MULT = new QPushButton(centralWidget);
        MULT->setObjectName(QString::fromUtf8("MULT"));
        MULT->setGeometry(QRect(180, 260, 75, 23));
        DIV = new QPushButton(centralWidget);
        DIV->setObjectName(QString::fromUtf8("DIV"));
        DIV->setGeometry(QRect(290, 260, 75, 23));
        txtNum1 = new QLineEdit(centralWidget);
        txtNum1->setObjectName(QString::fromUtf8("txtNum1"));
        txtNum1->setGeometry(QRect(220, 70, 113, 20));
        txtNum2 = new QLineEdit(centralWidget);
        txtNum2->setObjectName(QString::fromUtf8("txtNum2"));
        txtNum2->setGeometry(QRect(220, 100, 113, 20));
        label = new QLabel(centralWidget);
        label->setObjectName(QString::fromUtf8("label"));
        label->setGeometry(QRect(200, 20, 131, 21));
        label_2 = new QLabel(centralWidget);
        label_2->setObjectName(QString::fromUtf8("label_2"));
        label_2->setGeometry(QRect(100, 70, 91, 16));
        label_3 = new QLabel(centralWidget);
        label_3->setObjectName(QString::fromUtf8("label_3"));
        label_3->setGeometry(QRect(100, 100, 81, 16));
        lblResult = new QLabel(centralWidget);
        lblResult->setObjectName(QString::fromUtf8("lblResult"));
        lblResult->setGeometry(QRect(240, 173, 111, 20));
        AppWidget->setCentralWidget(centralWidget);
        menuBar = new QMenuBar(AppWidget);
        menuBar->setObjectName(QString::fromUtf8("menuBar"));
        menuBar->setGeometry(QRect(0, 0, 683, 21));
        AppWidget->setMenuBar(menuBar);
        mainToolBar = new QToolBar(AppWidget);
        mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
        AppWidget->addToolBar(Qt::TopToolBarArea, mainToolBar);
        statusBar = new QStatusBar(AppWidget);
        statusBar->setObjectName(QString::fromUtf8("statusBar"));
        AppWidget->setStatusBar(statusBar);

        retranslateUi(AppWidget);

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

    void retranslateUi(QMainWindow *AppWidget)
    {
        AppWidget->setWindowTitle(QApplication::translate("AppWidget", "AppWidget", nullptr));
        ADD->setText(QApplication::translate("AppWidget", "ADD", nullptr));
        SUB->setText(QApplication::translate("AppWidget", "SUB", nullptr));
        MULT->setText(QApplication::translate("AppWidget", "MULT", nullptr));
        DIV->setText(QApplication::translate("AppWidget", "DIV", nullptr));
        label->setText(QApplication::translate("AppWidget", "BASIC CALCULATOR", nullptr));
        label_2->setText(QApplication::translate("AppWidget", "Enter Number 1", nullptr));
        label_3->setText(QApplication::translate("AppWidget", "Enter Number 2", nullptr));
        lblResult->setText(QApplication::translate("AppWidget", "Result Here", nullptr));
    } // retranslateUi

};

namespace Ui {
    class AppWidget: public Ui_AppWidget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_APPWIDGET_H
Соседние файлы в папке build-untitled-Desktop_Qt_5_12_0_MinGW_64_bit-Debug
  • #
    20.02.20191 Кб28.qmake.stash
  • #
    20.02.201925.9 Кб28Makefile
  • #
    20.02.201936.08 Кб28Makefile.Debug
  • #
    20.02.201936.17 Кб29Makefile.Release
  • #
    20.02.20194.78 Кб28ui_appwidget.h