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
a3437fa3
Commit
a3437fa3
authored
Jun 12, 2021
by
Victor Blanchet
Browse files
Actualizing the nbStep and nbStepCycle
parent
bd2c1971
Pipeline
#79743
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/autocell.cpp
View file @
a3437fa3
...
@@ -269,6 +269,9 @@ void AutoCell::afficherGrille(Reseau* grille)
...
@@ -269,6 +269,9 @@ void AutoCell::afficherGrille(Reseau* grille)
}
}
connect
(
grid
,
SIGNAL
(
clicked
(
const
QModelIndex
&
)),
this
,
SLOT
(
modifierCellule
(
const
QModelIndex
&
)));
connect
(
grid
,
SIGNAL
(
clicked
(
const
QModelIndex
&
)),
this
,
SLOT
(
modifierCellule
(
const
QModelIndex
&
)));
general
->
addWidget
(
win_grid
,
1
,
1
,
2
,
2
);
general
->
addWidget
(
win_grid
,
1
,
1
,
2
,
2
);
edit_nb_step
->
setText
(
to_string
(
Automate
::
getInstance
().
getNbStep
()).
c_str
());
edit_periode
->
setText
(
to_string
(
Automate
::
getInstance
().
getNbCycle
()).
c_str
());
};
};
...
...
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