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
ef62610b
Commit
ef62610b
authored
Jun 11, 2021
by
Leon Do Castelo
Browse files
Update parametragemodele.cpp
parent
7121c347
Pipeline
#79676
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/parametragemodele.cpp
View file @
ef62610b
...
...
@@ -336,7 +336,7 @@ void NouveauModele::paramRegle(const QString& choix_regle) {
form_choix->addRow("Etat par défaut", etat_defaut);*/
QSpinBox
*
etatDest
=
new
QSpinBox
;
etatDest
->
setRange
(
0
,
nb_etats
->
value
());
etatDest
->
setRange
(
0
,
nb_etats
->
value
()
-
1
);
valid_Etat
=
new
QComboBox
;
valid_Etat
->
addItem
(
"Oui"
);
...
...
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