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
1d59b56c
Commit
1d59b56c
authored
Jun 11, 2021
by
Leon Do Castelo
Browse files
Update parametragemodele.cpp
parent
25521e45
Pipeline
#79661
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/parametragemodele.cpp
View file @
1d59b56c
...
...
@@ -333,6 +333,11 @@ void NouveauModele::paramRegle(const QString& choix_regle) {
destination
=
new
QLabel
(
"Destination : "
);
etatCourant
=
new
QLabel
(
"Etat Courant : "
);
/*QLabel* etat_d = new QLabel("Etat Defaut : ");
QSpinBox* etat_defaut = new QSpinBox;
etat_defaut->setRange(0,nb_etats->value()-1);
form_choix->addRow("Etat par défaut", etat_defaut);*/
QSpinBox
*
etatDest
=
new
QSpinBox
;
etatDest
->
setRange
(
0
,
nb_etats
->
value
());
...
...
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