⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qtcontrol.h

📁 强化学习算法(R-Learning)难得的珍贵资料
💻 H
字号:
/****************************************************************************
** Form interface generated from reading ui file 'qtControl.ui'
**
** Created: Di 5. Okt 11:36:42 2004
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.1   edited Nov 24 13:47 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef QTCONTROL_H
#define QTCONTROL_H

#include "cqtconfig.h"

#ifdef RL_TOOLBOX_USE_QT

#include <qvariant.h>
#include <qdialog.h>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QGroupBox;
class QLabel;
class QLineEdit;
class QSpinBox;
class QPushButton;
class QComboBox;
class QScrollBar;
class QTextEdit;

class qtControl : public QDialog
{
    Q_OBJECT

public:
    qtControl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~qtControl();

    QGroupBox* GroupBox1;
    QLabel* TextLabel1;
    QLabel* TextLabel2;
    QLabel* textLabel1;
    QLineEdit* steps;
    QLineEdit* nepisodes;
    QSpinBox* realTime;
    QLabel* TextLabel3;
    QSpinBox* simulateEpisodes;
    QLabel* textLabel1_2_2;
    QLabel* textLabel1_2;
    QSpinBox* simSteps;
    QSpinBox* steps_Episode;
    QPushButton* startSimButton;
    QPushButton* resetModelButton;
    QGroupBox* GroupBox2;
    QComboBox* agentControllers;
    QPushButton* quit;
    QGroupBox* groupBox5;
    QPushButton* chooseTestSuiteButton;
    QLineEdit* testSuiteName;
    QLabel* textLabel1_3;
    QScrollBar* changeParameters;
    QLabel* textLabel2;
    QTextEdit* parametersEdit;
    QPushButton* bestParameterButton;
    QPushButton* newParameterButton;
    QLineEdit* testSuiteValue;
    QLabel* textLabel3;
    QGroupBox* groupBox4;
    QLineEdit* learnDataFilenameEdit;
    QPushButton* saveDataButton;
    QPushButton* loadDataButton;
    QPushButton* browseButton;
    QPushButton* learnTestSuiteButton;
    QPushButton* resetDataButton;
    QSpinBox* evalEpisodesEdit;
    QSpinBox* evalNoChangeEdit;
    QSpinBox* evalStepsPerEpisodeEdit;

protected:

protected slots:
    virtual void languageChange();

};

#endif // QTCONTROL_H

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -