Moved startup wizard to welcome page in main window's stacked widget.

This commit is contained in:
Jim Evins
2016-05-14 20:01:36 -04:00
parent 73b7475cbc
commit 8d9686430f
10 changed files with 339 additions and 245 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ class File : public QObject
Q_OBJECT
public:
static bool newLabel( QWidget *parent = 0 );
static bool open( QWidget *parent = 0 );
static bool newLabel( MainWindow *window = 0 );
static void open( MainWindow *window );
static bool save( MainWindow *window );
static bool saveAs( MainWindow *window );
static void print( MainWindow *window );