Skip to content
GitLab
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
0ca79648
Verified
Commit
0ca79648
authored
Jun 12, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Add label tooltip on grid
parent
88b4415d
Pipeline
#79708
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/autocell.cpp
View file @
0ca79648
...
...
@@ -241,6 +241,7 @@ void AutoCell::afficherGrille(Reseau* Grille)
grid
->
setItem
(
i
,
j
,
new
QTableWidgetItem
(
indice
));
grid
->
item
(
i
,
j
)
->
setFlags
(
Qt
::
ItemIsEnabled
);
grid
->
item
(
i
,
j
)
->
setToolTip
(
label
);
//afficherCellule
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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