89 // ============================================================================= |
89 // ============================================================================= |
90 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
90 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
91 // ============================================================================= |
91 // ============================================================================= |
92 void ConfigDialog::slot_setGLBackground () { |
92 void ConfigDialog::slot_setGLBackground () { |
93 QColorDialog dlg (QColor (gl_bgcolor.value.chars())); |
93 QColorDialog dlg (QColor (gl_bgcolor.value.chars())); |
|
94 dlg.setWindowIcon (QIcon ("icons/colorselect.png")); |
94 |
95 |
95 if (dlg.exec ()) { |
96 if (dlg.exec ()) { |
96 uchar r = dlg.currentColor ().red (), |
97 uchar r = dlg.currentColor ().red (), |
97 g = dlg.currentColor ().green (), |
98 g = dlg.currentColor ().green (), |
98 b = dlg.currentColor ().blue (); |
99 b = dlg.currentColor ().blue (); |