Initial parsing of glabels files.

This commit is contained in:
Jim Evins
2014-09-25 22:56:24 -04:00
parent b318efd68e
commit 3d9875545c
15 changed files with 671 additions and 139 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
/* MainWindow.h
*
* Copyright (C) 2013 Jim Evins <evins@snaught.com>
* Copyright (C) 2014 Jim Evins <evins@snaught.com>
*
* This file is part of gLabels-qt.
*
@@ -59,6 +59,7 @@ namespace glabels
/////////////////////////////////////
public:
LabelModel* model() const;
void setModel( LabelModel* label );
bool isEmpty() const;
static QList<MainWindow *> windowList();