Skip to content
GitLab
Menu
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
fa60fca4
Commit
fa60fca4
authored
Jun 02, 2021
by
Victor Blanchet
Browse files
Ajout des widgets pour le contrôle de l'automate.
parent
5935f190
Changes
1
Hide whitespace changes
Inline
Side-by-side
GUI/autocell.h
View file @
fa60fca4
...
...
@@ -36,8 +36,9 @@ class AutoCell : public QWidget
//définition de la frame choix du modèle
QWidget
*
win_model_choice
;
QLabel
*
lab_model_choice
;
QComboBox
*
liste
;
QGridLayout
*
grid_model_choice
;
QComboBox
*
liste
;
QGridLayout
*
grid_model_choice
;
QPushButton
*
button_add_model
;
//définition de la frame initialisation
QWidget
*
win_init
;
...
...
@@ -59,6 +60,16 @@ class AutoCell : public QWidget
QWidget
*
win_run_ctrl
;
QLabel
*
lab_run_crtl
;
QGridLayout
*
grid_run_control
;
QLabel
*
lab_time_step
;
QLineEdit
*
edit_time_step
;
QPushButton
*
button_prev
;
QPushButton
*
button_run
;
QPushButton
*
button_next
;
QPushButton
*
button_save_grid
;
//définition de la frame affichage de la grille
QWidget
*
win_grid
;
QTableWidget
*
grid
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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