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
a2b005c4
Commit
a2b005c4
authored
Jun 12, 2021
by
Victor Blanchet
Browse files
spin box délai
parent
fe1de8f4
Pipeline
#79718
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/autocell.h
View file @
a2b005c4
...
...
@@ -21,6 +21,7 @@
#include <QPushButton>
#include <QCheckBox>
#include <QFormLayout>
#include <QSpinBox>
using
namespace
std
;
...
...
@@ -65,8 +66,7 @@ class AutoCell : public QWidget
QGridLayout
*
grid_run_control
;
QLabel
*
lab_time_step
;
QLineEdit
*
edit_time_step
;
QPushButton
*
button_valider_delai
;
QSpinBox
*
spin_time_step
;
QPushButton
*
button_prev
;
QPushButton
*
button_run
;
QPushButton
*
button_next
;
...
...
@@ -130,7 +130,7 @@ class AutoCell : public QWidget
/// Initialiser un automate par son nom
void
initAutomate
(
const
QString
&
name
);
/// Changer le délai de l'automate
void
changeDelai
();
void
changeDelai
(
int
i
);
/// Aller en arrière dans la simulation
void
previous
();
/// Aller en avant dans la simulation
...
...
Write
Preview
Markdown
is supported
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