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
David Cazier
CGoGN
Commits
fd8ceea1
Commit
fd8ceea1
authored
May 13, 2011
by
Kenneth Vanhoey
Browse files
add a forgotten setDock in tuto_ogl3
parent
33fe82f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Apps/Tuto/tuto_ogl3.cpp
View file @
fd8ceea1
...
...
@@ -166,6 +166,8 @@ int main(int argc, char **argv)
sqt
.
windowTitle
(
"OGL3 QT"
);
sqt
.
dockTitle
(
"interface"
);
sqt
.
setDock
(
dock
)
;
// connection widget callback
sqt
.
setCallBack
(
slider_foc
,
SIGNAL
(
valueChanged
(
int
)),
SLOT
(
sliderFocale_cb
(
int
))
);
sqt
.
setCallBack
(
buttonColor
,
SIGNAL
(
clicked
()),
SLOT
(
color_cb
())
);
...
...
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