Tue, 19 Mar 2013 17:09:07 +0200
Added color selection icon
gldraw.h | file | annotate | diff | comparison | revisions | |
icons/colorselect.png | file | annotate | diff | comparison | revisions | |
zz_configDialog.cpp | file | annotate | diff | comparison | revisions |
--- a/gldraw.h Tue Mar 19 16:36:08 2013 +0200 +++ b/gldraw.h Tue Mar 19 17:09:07 2013 +0200 @@ -30,7 +30,7 @@ renderer (QWidget* parent = nullptr); void hardRefresh (); void compileObjects (); - void setBackground (); + void setBackground (); double fRotX, fRotY, fRotZ; QPoint lastPos;
--- a/zz_configDialog.cpp Tue Mar 19 16:36:08 2013 +0200 +++ b/zz_configDialog.cpp Tue Mar 19 17:09:07 2013 +0200 @@ -91,6 +91,7 @@ // ============================================================================= void ConfigDialog::slot_setGLBackground () { QColorDialog dlg (QColor (gl_bgcolor.value.chars())); + dlg.setWindowIcon (QIcon ("icons/colorselect.png")); if (dlg.exec ()) { uchar r = dlg.currentColor ().red (),