Mercurial > retraceit
comparison src/mainwindow.cpp @ 34:40a683d1a318
(issue15) Change picture speed setting to seconds and default to 1s
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 06 May 2015 16:07:35 +0200 |
parents | 58f1b3c330af |
children | 26e1521b9afd |
comparison
equal
deleted
inserted
replaced
33:58f1b3c330af | 34:40a683d1a318 |
---|---|
38 #include <QKeySequence> | 38 #include <QKeySequence> |
39 | 39 |
40 MainWindow::MainWindow() : | 40 MainWindow::MainWindow() : |
41 mDataView(NULL) { | 41 mDataView(NULL) { |
42 setStatusBar(new QStatusBar()); | 42 setStatusBar(new QStatusBar()); |
43 //resize(1190, 500); | |
44 | 43 |
45 setupGUI(); | 44 setupGUI(); |
46 readSettings(); | 45 readSettings(); |
47 setAcceptDrops(true); | 46 setAcceptDrops(true); |
48 setupShortcuts(); | 47 setupShortcuts(); |