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
71e7c6b9
Commit
71e7c6b9
authored
Jun 11, 2021
by
Leon Do Castelo
Browse files
Update parametragemodele.cpp
parent
ef62610b
Pipeline
#79678
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/parametragemodele.cpp
View file @
71e7c6b9
...
...
@@ -47,8 +47,6 @@ NouveauModele::NouveauModele(QWidget* parent) : QWidget() {
// nb d'états
nb_etats
=
new
QSpinBox
;
nb_etats
->
setRange
(
2
,
8
);
QSpinBox
*
etat_defaut
=
new
QSpinBox
;
etat_defaut
->
setRange
(
0
,
nb_etats
->
value
()
-
1
);
//choisir un voisinage
liste_voisinage
=
new
QComboBox
;
...
...
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