Created PropertiesView page.

This commit is contained in:
Jim Evins
2016-03-26 20:30:50 -04:00
parent a6aa0d921f
commit 7d0b7868fe
18 changed files with 1185 additions and 900 deletions
+3 -4
View File
@@ -1,6 +1,6 @@
/* glabels_main.cpp
*
* Copyright (C) 2011 Jim Evins <evins@snaught.com>
* Copyright (C) 2013-2016 Jim Evins <evins@snaught.com>
*
* This file is part of gLabels-qt.
*
@@ -21,7 +21,7 @@
#include <QApplication>
#include "MainWindow.h"
#include "File.h"
#include "libglabels/Db.h"
using namespace glabels;
@@ -46,8 +46,7 @@ int main( int argc, char **argv )
#endif
/////////////////////////////////
MainWindow mainWin;
mainWin.show();
File::newLabel();
return app.exec();
}