Добавил:
Факультет ИКСС, группа ИКВТ-61 Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
29
Добавлен:
20.02.2019
Размер:
12.09 Кб
Скачать
/********************************************************************************
** 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/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMenuBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QToolBar>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_AppWidget
{
public:
    QWidget *centralWidget;
    QLabel *label;
    QWidget *layoutWidget;
    QHBoxLayout *horizontalLayout;
    QRadioButton *choice_modified;
    QRadioButton *choice_normal;
    QWidget *layoutWidget1;
    QHBoxLayout *horizontalLayout_2;
    QRadioButton *choice_force;
    QRadioButton *choice_strategy;
    QWidget *layoutWidget2;
    QGridLayout *gridLayout;
    QPushButton *start_inhibit;
    QPushButton *start_explicit;
    QPushButton *clear_button;
    QPushButton *close_window;
    QWidget *layoutWidget3;
    QGridLayout *gridLayout_3;
    QLabel *label_7;
    QLabel *result_count;
    QWidget *layoutWidget4;
    QGridLayout *gridLayout_6;
    QLabel *label_4;
    QLabel *result_probability;
    QWidget *layoutWidget5;
    QGridLayout *gridLayout_2;
    QLabel *label_2;
    QLineEdit *start_square;
    QLabel *label_3;
    QLineEdit *final_square;
    QRadioButton *choice_iterate;
    QLineEdit *repeat_count;
    QRadioButton *choice_probability;
    QLineEdit *given_probability;
    QMenuBar *menuBar;
    QToolBar *mainToolBar;
    QStatusBar *statusBar;

    void setupUi(QMainWindow *AppWidget)
    {
        if (AppWidget->objectName().isEmpty())
            AppWidget->setObjectName(QString::fromUtf8("AppWidget"));
        AppWidget->resize(609, 537);
        centralWidget = new QWidget(AppWidget);
        centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
        label = new QLabel(centralWidget);
        label->setObjectName(QString::fromUtf8("label"));
        label->setGeometry(QRect(200, 20, 131, 21));
        layoutWidget = new QWidget(centralWidget);
        layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
        layoutWidget->setGeometry(QRect(90, 320, 288, 19));
        horizontalLayout = new QHBoxLayout(layoutWidget);
        horizontalLayout->setSpacing(6);
        horizontalLayout->setContentsMargins(11, 11, 11, 11);
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        horizontalLayout->setContentsMargins(0, 0, 0, 0);
        choice_modified = new QRadioButton(layoutWidget);
        choice_modified->setObjectName(QString::fromUtf8("choice_modified"));

        horizontalLayout->addWidget(choice_modified);

        choice_normal = new QRadioButton(layoutWidget);
        choice_normal->setObjectName(QString::fromUtf8("choice_normal"));
        choice_normal->setChecked(true);

        horizontalLayout->addWidget(choice_normal);

        layoutWidget1 = new QWidget(centralWidget);
        layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
        layoutWidget1->setGeometry(QRect(90, 290, 150, 19));
        horizontalLayout_2 = new QHBoxLayout(layoutWidget1);
        horizontalLayout_2->setSpacing(6);
        horizontalLayout_2->setContentsMargins(11, 11, 11, 11);
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
        choice_force = new QRadioButton(layoutWidget1);
        choice_force->setObjectName(QString::fromUtf8("choice_force"));
        choice_force->setChecked(true);

        horizontalLayout_2->addWidget(choice_force);

        choice_strategy = new QRadioButton(layoutWidget1);
        choice_strategy->setObjectName(QString::fromUtf8("choice_strategy"));

        horizontalLayout_2->addWidget(choice_strategy);

        layoutWidget2 = new QWidget(centralWidget);
        layoutWidget2->setObjectName(QString::fromUtf8("layoutWidget2"));
        layoutWidget2->setGeometry(QRect(110, 370, 202, 83));
        gridLayout = new QGridLayout(layoutWidget2);
        gridLayout->setSpacing(6);
        gridLayout->setContentsMargins(11, 11, 11, 11);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        gridLayout->setContentsMargins(0, 0, 0, 0);
        start_inhibit = new QPushButton(layoutWidget2);
        start_inhibit->setObjectName(QString::fromUtf8("start_inhibit"));

        gridLayout->addWidget(start_inhibit, 0, 0, 1, 1);

        start_explicit = new QPushButton(layoutWidget2);
        start_explicit->setObjectName(QString::fromUtf8("start_explicit"));

        gridLayout->addWidget(start_explicit, 0, 1, 1, 1);

        clear_button = new QPushButton(layoutWidget2);
        clear_button->setObjectName(QString::fromUtf8("clear_button"));

        gridLayout->addWidget(clear_button, 1, 1, 1, 1);

        close_window = new QPushButton(layoutWidget2);
        close_window->setObjectName(QString::fromUtf8("close_window"));

        gridLayout->addWidget(close_window, 1, 0, 1, 1);

        layoutWidget3 = new QWidget(centralWidget);
        layoutWidget3->setObjectName(QString::fromUtf8("layoutWidget3"));
        layoutWidget3->setGeometry(QRect(340, 160, 172, 15));
        gridLayout_3 = new QGridLayout(layoutWidget3);
        gridLayout_3->setSpacing(6);
        gridLayout_3->setContentsMargins(11, 11, 11, 11);
        gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
        gridLayout_3->setContentsMargins(0, 0, 0, 0);
        label_7 = new QLabel(layoutWidget3);
        label_7->setObjectName(QString::fromUtf8("label_7"));

        gridLayout_3->addWidget(label_7, 0, 0, 1, 1);

        result_count = new QLabel(layoutWidget3);
        result_count->setObjectName(QString::fromUtf8("result_count"));

        gridLayout_3->addWidget(result_count, 0, 1, 1, 1);

        layoutWidget4 = new QWidget(centralWidget);
        layoutWidget4->setObjectName(QString::fromUtf8("layoutWidget4"));
        layoutWidget4->setGeometry(QRect(390, 130, 118, 15));
        gridLayout_6 = new QGridLayout(layoutWidget4);
        gridLayout_6->setSpacing(6);
        gridLayout_6->setContentsMargins(11, 11, 11, 11);
        gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
        gridLayout_6->setContentsMargins(0, 0, 0, 0);
        label_4 = new QLabel(layoutWidget4);
        label_4->setObjectName(QString::fromUtf8("label_4"));

        gridLayout_6->addWidget(label_4, 0, 0, 1, 1);

        result_probability = new QLabel(layoutWidget4);
        result_probability->setObjectName(QString::fromUtf8("result_probability"));

        gridLayout_6->addWidget(result_probability, 0, 1, 1, 1);

        layoutWidget5 = new QWidget(centralWidget);
        layoutWidget5->setObjectName(QString::fromUtf8("layoutWidget5"));
        layoutWidget5->setGeometry(QRect(51, 75, 264, 100));
        gridLayout_2 = new QGridLayout(layoutWidget5);
        gridLayout_2->setSpacing(6);
        gridLayout_2->setContentsMargins(11, 11, 11, 11);
        gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
        gridLayout_2->setContentsMargins(0, 0, 0, 0);
        label_2 = new QLabel(layoutWidget5);
        label_2->setObjectName(QString::fromUtf8("label_2"));

        gridLayout_2->addWidget(label_2, 0, 0, 1, 1);

        start_square = new QLineEdit(layoutWidget5);
        start_square->setObjectName(QString::fromUtf8("start_square"));

        gridLayout_2->addWidget(start_square, 0, 1, 1, 1);

        label_3 = new QLabel(layoutWidget5);
        label_3->setObjectName(QString::fromUtf8("label_3"));

        gridLayout_2->addWidget(label_3, 1, 0, 1, 1);

        final_square = new QLineEdit(layoutWidget5);
        final_square->setObjectName(QString::fromUtf8("final_square"));

        gridLayout_2->addWidget(final_square, 1, 1, 1, 1);

        choice_iterate = new QRadioButton(layoutWidget5);
        choice_iterate->setObjectName(QString::fromUtf8("choice_iterate"));
        choice_iterate->setChecked(true);

        gridLayout_2->addWidget(choice_iterate, 2, 0, 1, 1);

        repeat_count = new QLineEdit(layoutWidget5);
        repeat_count->setObjectName(QString::fromUtf8("repeat_count"));

        gridLayout_2->addWidget(repeat_count, 2, 1, 1, 1);

        choice_probability = new QRadioButton(layoutWidget5);
        choice_probability->setObjectName(QString::fromUtf8("choice_probability"));

        gridLayout_2->addWidget(choice_probability, 3, 0, 1, 1);

        given_probability = new QLineEdit(layoutWidget5);
        given_probability->setObjectName(QString::fromUtf8("given_probability"));

        gridLayout_2->addWidget(given_probability, 3, 1, 1, 1);

        AppWidget->setCentralWidget(centralWidget);
        menuBar = new QMenuBar(AppWidget);
        menuBar->setObjectName(QString::fromUtf8("menuBar"));
        menuBar->setGeometry(QRect(0, 0, 609, 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);
        QObject::connect(close_window, SIGNAL(clicked()), AppWidget, SLOT(close()));

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

    void retranslateUi(QMainWindow *AppWidget)
    {
        AppWidget->setWindowTitle(QApplication::translate("AppWidget", "AppWidget", nullptr));
        label->setText(QApplication::translate("AppWidget", "Knight's Tour Analyzer", nullptr));
        choice_modified->setText(QApplication::translate("AppWidget", "Modified Warnsdorff's Algorithm", nullptr));
        choice_normal->setText(QApplication::translate("AppWidget", "Normal Algorithm", nullptr));
        choice_force->setText(QApplication::translate("AppWidget", "Brute force", nullptr));
        choice_strategy->setText(QApplication::translate("AppWidget", "Strategy", nullptr));
        start_inhibit->setText(QApplication::translate("AppWidget", "START", nullptr));
        start_explicit->setText(QApplication::translate("AppWidget", "DISPLAY APPLICATION", nullptr));
        clear_button->setText(QApplication::translate("AppWidget", "CLEAR", nullptr));
        close_window->setText(QApplication::translate("AppWidget", "CLOSE", nullptr));
        label_7->setText(QApplication::translate("AppWidget", "Number of Iterrations:", nullptr));
        result_count->setText(QApplication::translate("AppWidget", "Result Here", nullptr));
        label_4->setText(QApplication::translate("AppWidget", "Probability:", nullptr));
        result_probability->setText(QApplication::translate("AppWidget", "Result Here", nullptr));
        label_2->setText(QApplication::translate("AppWidget", "Starting Square", nullptr));
        label_3->setText(QApplication::translate("AppWidget", "Final Square", nullptr));
        choice_iterate->setText(QApplication::translate("AppWidget", "Number of Iterations", nullptr));
        choice_probability->setText(QApplication::translate("AppWidget", "Needed Probability", 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-Release
  • #
    20.02.20191 Кб28.qmake.stash
  • #
    20.02.201925.89 Кб28Makefile
  • #
    20.02.201936.42 Кб28Makefile.Debug
  • #
    20.02.201936.51 Кб28Makefile.Release
  • #
    20.02.201910 б30report.txt
  • #
    20.02.201912.09 Кб29ui_appwidget.h