Initial skeletal object editor.

This commit is contained in:
Jim Evins
2015-08-17 15:55:39 -04:00
parent 6e69991a15
commit 50aeefde5e
11 changed files with 1412 additions and 23 deletions
+2 -1
View File
@@ -40,7 +40,7 @@ namespace glabels
// Life Cycle
/////////////////////////////////
public:
FieldButton( const QString& name, QWidget* parent = 0 );
FieldButton( QWidget* parent = 0 );
/////////////////////////////////
@@ -61,6 +61,7 @@ namespace glabels
// Public Methods
/////////////////////////////////
public:
void setName( const QString& name = "" );
void setKeys( const QList<QString>& keyList );
void clearKeys();