fix comand line parser bug

add statistics dialog
add ability to zoom in on image viewer
This commit is contained in:
uvos 2021-07-09 12:18:43 +02:00
parent b10a260ddb
commit 07e6b6611d
10 changed files with 196 additions and 57 deletions

View file

@ -49,7 +49,7 @@ public:
std::vector<CameraSetup> cameras;
bool nodistort = false;
Profile(const QString& name = "Unamed");
Profile(const QString& name = "");
void store(QSettings& settings) const;
void store(const QString& name);
void store();