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
Etienne Schmitt
CGoGN
Commits
8402f715
Commit
8402f715
authored
Nov 14, 2011
by
Sylvain Thery
Browse files
bug du QtColorDialog (2ieme fois)
parent
f551d7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Apps/Examples/clipping.cpp
View file @
8402f715
...
...
@@ -226,10 +226,8 @@ void Clipping::slot_spinBox_SphereResolution(int i)
void
Clipping
::
slot_pushButton_changeSpheresColor
()
{
QColor
NewColor
;
QColorDialog
ColDialog
;
QColor
NewColor
=
QColorDialog
::
getColor
();
NewColor
=
ColDialog
.
getColor
();
int
r
,
g
,
b
;
NewColor
.
getRgb
(
&
r
,
&
g
,
&
b
);
...
...
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