Subversion Repositories tpanel

Rev

Blame | Last modification | View Log | RSS feed

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

#ifndef UI_TQTSETTINGS_H
#define UI_TQTSETTINGS_H

#include <QtCore/QLocale>
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QToolButton>

QT_BEGIN_NAMESPACE

class Ui_TQtSettings
{
public:
    QDialogButtonBox *buttonBox;
    QLabel *label_logFile;
    QLabel *label_logLevel;
    QLabel *label_projectPath;
    QLabel *label_Controller;
    QLabel *label_Port;
    QLabel *label_Channel;
    QLabel *label_PType;
    QLineEdit *lineEdit_logFile;
    QComboBox *comboBox_logLevel;
    QToolButton *kiconbutton_logFile;
    QCheckBox *checkBox_Format;
    QLineEdit *lineEdit_projectPath;
    QToolButton *kiconbutton_projectPath;
    QLineEdit *lineEdit_Controller;
    QSpinBox *spinBox_Port;
    QSpinBox *spinBox_Channel;
    QLineEdit *lineEdit_PType;

    void setupUi(QDialog *Dialog)
    {
        if (Dialog->objectName().isEmpty())
            Dialog->setObjectName(QString::fromUtf8("Dialog"));
        Dialog->resize(448, 362);
        buttonBox = new QDialogButtonBox(Dialog);
        buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
        buttonBox->setGeometry(QRect(20, 320, 411, 32));
        buttonBox->setOrientation(Qt::Horizontal);
        buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
        label_logFile = new QLabel(Dialog);
        label_logFile->setObjectName(QString::fromUtf8("label_logFile"));
        label_logFile->setGeometry(QRect(10, 20, 81, 22));
        label_logLevel = new QLabel(Dialog);
        label_logLevel->setObjectName(QString::fromUtf8("label_logLevel"));
        label_logLevel->setGeometry(QRect(10, 60, 81, 22));
        label_projectPath = new QLabel(Dialog);
        label_projectPath->setObjectName(QString::fromUtf8("label_projectPath"));
        label_projectPath->setGeometry(QRect(10, 100, 91, 22));
        label_Controller = new QLabel(Dialog);
        label_Controller->setObjectName(QString::fromUtf8("label_Controller"));
        label_Controller->setGeometry(QRect(10, 140, 91, 22));
        label_Port = new QLabel(Dialog);
        label_Port->setObjectName(QString::fromUtf8("label_Port"));
        label_Port->setGeometry(QRect(10, 180, 91, 22));
        label_Channel = new QLabel(Dialog);
        label_Channel->setObjectName(QString::fromUtf8("label_Channel"));
        label_Channel->setGeometry(QRect(10, 220, 101, 22));
        label_PType = new QLabel(Dialog);
        label_PType->setObjectName(QString::fromUtf8("label_PType"));
        label_PType->setGeometry(QRect(10, 260, 71, 22));
        lineEdit_logFile = new QLineEdit(Dialog);
        lineEdit_logFile->setObjectName(QString::fromUtf8("lineEdit_logFile"));
        lineEdit_logFile->setGeometry(QRect(120, 10, 261, 36));
        lineEdit_logFile->setLocale(QLocale(QLocale::English, QLocale::Europe));
        comboBox_logLevel = new QComboBox(Dialog);
        comboBox_logLevel->addItem(QString());
        comboBox_logLevel->addItem(QString());
        comboBox_logLevel->addItem(QString());
        comboBox_logLevel->addItem(QString());
        comboBox_logLevel->addItem(QString());
        comboBox_logLevel->addItem(QString());
        comboBox_logLevel->addItem(QString());
        comboBox_logLevel->addItem(QString());
        comboBox_logLevel->setObjectName(QString::fromUtf8("comboBox_logLevel"));
        comboBox_logLevel->setGeometry(QRect(120, 50, 201, 36));
        kiconbutton_logFile = new QToolButton(Dialog);
        kiconbutton_logFile->setObjectName(QString::fromUtf8("kiconbutton_logFile"));
        kiconbutton_logFile->setGeometry(QRect(390, 10, 44, 38));
        QIcon icon;
        icon.addFile(QString::fromUtf8("../../../../usr/share/icons/gnome/48x48/actions/fileopen.png"), QSize(), QIcon::Normal, QIcon::Off);
        kiconbutton_logFile->setIcon(icon);
        kiconbutton_logFile->setIconSize(QSize(32, 32));
        checkBox_Format = new QCheckBox(Dialog);
        checkBox_Format->setObjectName(QString::fromUtf8("checkBox_Format"));
        checkBox_Format->setGeometry(QRect(330, 60, 101, 26));
        lineEdit_projectPath = new QLineEdit(Dialog);
        lineEdit_projectPath->setObjectName(QString::fromUtf8("lineEdit_projectPath"));
        lineEdit_projectPath->setGeometry(QRect(120, 90, 261, 36));
        kiconbutton_projectPath = new QToolButton(Dialog);
        kiconbutton_projectPath->setObjectName(QString::fromUtf8("kiconbutton_projectPath"));
        kiconbutton_projectPath->setGeometry(QRect(390, 90, 44, 38));
        kiconbutton_projectPath->setIcon(icon);
        kiconbutton_projectPath->setIconSize(QSize(32, 32));
        lineEdit_Controller = new QLineEdit(Dialog);
        lineEdit_Controller->setObjectName(QString::fromUtf8("lineEdit_Controller"));
        lineEdit_Controller->setGeometry(QRect(120, 130, 311, 36));
        spinBox_Port = new QSpinBox(Dialog);
        spinBox_Port->setObjectName(QString::fromUtf8("spinBox_Port"));
        spinBox_Port->setGeometry(QRect(120, 170, 141, 36));
        spinBox_Port->setMinimum(1024);
        spinBox_Port->setMaximum(32767);
        spinBox_Port->setValue(1397);
        spinBox_Channel = new QSpinBox(Dialog);
        spinBox_Channel->setObjectName(QString::fromUtf8("spinBox_Channel"));
        spinBox_Channel->setGeometry(QRect(120, 210, 141, 36));
        spinBox_Channel->setMinimum(10001);
        spinBox_Channel->setMaximum(10999);
        spinBox_Channel->setValue(10001);
        lineEdit_PType = new QLineEdit(Dialog);
        lineEdit_PType->setObjectName(QString::fromUtf8("lineEdit_PType"));
        lineEdit_PType->setGeometry(QRect(120, 250, 141, 36));

        retranslateUi(Dialog);
        QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept()));
        QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject()));

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

    void retranslateUi(QDialog *Dialog)
    {
        Dialog->setWindowTitle(QCoreApplication::translate("Dialog", "Settings", nullptr));
        label_logFile->setText(QCoreApplication::translate("Dialog", "Log file", nullptr));
        label_logLevel->setText(QCoreApplication::translate("Dialog", "Log level", nullptr));
        label_projectPath->setText(QCoreApplication::translate("Dialog", "Project path", nullptr));
        label_Controller->setText(QCoreApplication::translate("Dialog", "Controller", nullptr));
        label_Port->setText(QCoreApplication::translate("Dialog", "Network port", nullptr));
        label_Channel->setText(QCoreApplication::translate("Dialog", "Channel number", nullptr));
        label_PType->setText(QCoreApplication::translate("Dialog", "Panel type", nullptr));
        comboBox_logLevel->setItemText(0, QCoreApplication::translate("Dialog", "No log", nullptr));
        comboBox_logLevel->setItemText(1, QCoreApplication::translate("Dialog", "Informations", nullptr));
        comboBox_logLevel->setItemText(2, QCoreApplication::translate("Dialog", "Warnings", nullptr));
        comboBox_logLevel->setItemText(3, QCoreApplication::translate("Dialog", "Errors", nullptr));
        comboBox_logLevel->setItemText(4, QCoreApplication::translate("Dialog", "Tracing", nullptr));
        comboBox_logLevel->setItemText(5, QCoreApplication::translate("Dialog", "Debugging", nullptr));
        comboBox_logLevel->setItemText(6, QCoreApplication::translate("Dialog", "Protocol", nullptr));
        comboBox_logLevel->setItemText(7, QCoreApplication::translate("Dialog", "All", nullptr));

#if QT_CONFIG(tooltip)
        kiconbutton_logFile->setToolTip(QCoreApplication::translate("Dialog", "<html><head/><body><p>Select the path and name of the log file.</p></body></html>", nullptr));
#endif // QT_CONFIG(tooltip)
        checkBox_Format->setText(QCoreApplication::translate("Dialog", "Long format", nullptr));
    } // retranslateUi

};

namespace Ui {
    class TQtSettings: public Ui_TQtSettings {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_TQTSETTINGS_H