Added skeletal color palette dialog class.

This commit is contained in:
Jim Evins
2014-07-12 22:21:19 -04:00
parent e689c9a24a
commit f289e43ffb
7 changed files with 365 additions and 22 deletions
+3
View File
@@ -64,18 +64,21 @@ namespace glabels
// Field Flag Property
//
bool fieldFlag( void ) const;
void setFieldFlag( bool fieldFlag );
//
// Color Property
//
const QColor& color( void ) const;
void setColor( const QColor& color );
//
// Key Property
//
const QString& key( void ) const;
void setKey( const QString& key );