Added color button class.

This commit is contained in:
Jim Evins
2014-07-17 23:30:49 -04:00
parent f289e43ffb
commit f3c164e308
6 changed files with 245 additions and 7 deletions
+4 -4
View File
@@ -33,7 +33,7 @@ namespace glabels
{
///
/// Barcode Backends Database
/// Color Palette Dialog
///
class ColorPaletteDialog : public QDialog
{
@@ -45,9 +45,9 @@ namespace glabels
/////////////////////////////////
public:
ColorPaletteDialog( const QString& defaultLabel,
QColor defaultColor,
QColor color,
QWidget* parent );
const QColor& defaultColor,
const QColor& color,
QWidget* parent = 0 );
/////////////////////////////////