Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
fc59d6f3
Commit
fc59d6f3
authored
Jun 08, 2021
by
Luning Yang
Browse files
réaction de changement du choix et début affGrille
parent
c6ff1791
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/parametragemodele.h
View file @
fc59d6f3
...
...
@@ -30,27 +30,33 @@ class NouveauModele : public QWidget {
//définition de la frame paramétrage du modèle
QWidget
*
fenetre_init
;
QLabel
*
label_init
;
QGridLayout
*
form_init
;
QFormLayout
*
form_param
;
QFormLayout
*
form_choix
;
QSpinBox
*
nb_etats
;
QComboBox
*
liste_voisinage
;
QComboBox
*
liste_regle_transition
;
QPushButton
*
bouton_valide
;
//définition de la frame paramétrage du choix
QWidget
*
fenetre_param
;
QGridLayout
*
form_param
;
QLabel
*
label_param
;
//définition de la frame contenant la grille de sélection du voisinage
QLabel
*
label_init
;
//Voisiange non arbitraire
QFormLayout
*
form_rayon
;
QSpinBox
*
rayon
;
QWidget
*
fenetre_grid
;
//définition de la frame contenant la grille de sélection du voisinage
QTableWidget
*
grid
;
public:
NouveauModele
(
QWidget
*
parent
=
nullptr
);
public
slots
:
void
affGrille
(
Reseau
*
Grille
);
void
paramVoisinage
(
const
QString
&
choix_voisinage
);
void
affGrille
();
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment