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
fd8b0277
Commit
fd8b0277
authored
Jun 12, 2021
by
Leon Do Castelo
Browse files
Update parametragemodele.cpp
parent
e19cf0c5
Pipeline
#79757
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/parametragemodele.cpp
View file @
fd8b0277
...
...
@@ -5,17 +5,6 @@
NouveauModele
::
NouveauModele
(
QWidget
*
parent
)
:
QWidget
()
{
Automate
::
getInstance
().
reset
();
//create dumb ensembleetat
Automate
::
getInstance
().
getEnsemble
().
ajouterEtat
(
0
,
"État 1"
,
0
,
0
,
0
);
Automate
::
getInstance
().
getEnsemble
().
ajouterEtat
(
1
,
"État 2"
,
10
,
10
,
30
);
Automate
::
getInstance
().
getEnsemble
().
ajouterEtat
(
2
,
"État 3"
,
10
,
30
,
10
);
Automate
::
getInstance
().
getEnsemble
().
ajouterEtat
(
3
,
"État 4"
,
30
,
10
,
10
);
Automate
::
getInstance
().
getEnsemble
().
ajouterEtat
(
4
,
"État 5"
,
100
,
70
,
70
);
Automate
::
getInstance
().
getEnsemble
().
ajouterEtat
(
5
,
"État 6"
,
70
,
100
,
70
);
Automate
::
getInstance
().
getEnsemble
().
ajouterEtat
(
6
,
"État 7"
,
70
,
70
,
100
);
Automate
::
getInstance
().
getEnsemble
().
ajouterEtat
(
7
,
"État 8"
,
200
,
200
,
200
);
// fonction.reset(new Fonction(Automate::getInstance().getEnsemble().getEtat(0)));
this
->
setWindowTitle
(
"Paramétrage d'un nouveau modèle"
);
this
->
setMinimumSize
(
850
,
650
);
...
...
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