31 #include "build/moc_colorSelectDialog.cpp" |
31 #include "build/moc_colorSelectDialog.cpp" |
32 |
32 |
33 static const int g_numColumns = 16; |
33 static const int g_numColumns = 16; |
34 static const short g_squareSize = 32; |
34 static const short g_squareSize = 32; |
35 |
35 |
36 extern_cfg (str, gl_maincolor); |
36 extern_cfg (String, gl_maincolor); |
37 extern_cfg (float, gl_maincolor_alpha); |
37 extern_cfg (Float, gl_maincolor_alpha); |
38 |
38 |
39 // ============================================================================= |
39 // ============================================================================= |
40 // ----------------------------------------------------------------------------- |
40 // ----------------------------------------------------------------------------- |
41 ColorSelector::ColorSelector (short defval, QWidget* parent) : QDialog (parent) { |
41 ColorSelector::ColorSelector (short defval, QWidget* parent) : QDialog (parent) { |
42 // Remove the default color if it's invalid |
42 // Remove the default color if it's invalid |