Skip to content
Snippets Groups Projects
Commit 9f937fb1 authored by Ollivier Corentin's avatar Ollivier Corentin
Browse files

restauration du header de mastertab, un ange parti trop tôt dans la corbeille

parent 9d6b0692
No related branches found
No related tags found
No related merge requests found
#ifndef MASTERTAB_H
#define MASTERTAB_H
#include <QWidget>
#include <QVBoxLayout>
#include <QSpinBox>
#include <QDoubleSpinBox>
#include <QComboBox>
#include <QCheckBox>
#include "labelledwidget.h"
class MasterTab : public QWidget{
Q_OBJECT
QVBoxLayout *layout;
LabelledWidget<QComboBox>
*rom_path,
*colour_palette;
LabelledWidget<QCheckBox>
*display_screen,
*enable_sound,
*fresh_pop;
LabelledWidget<QDoubleSpinBox>
//Floats
*repeat_action_prob,
*mut_rate,
*cross_rate;
LabelledWidget<QSpinBox>
//Integers
*n_eval_p,
*n_eval_s,
*tourn_size,
*pop_size,
*nb_iter;
public:
MasterTab();
public slots:
};
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment