initial commit

This commit is contained in:
2019-02-04 16:32:28 +01:00
parent afb0775798
commit 175b8cb59f
4 changed files with 73 additions and 2 deletions
+6
View File
@@ -1,12 +1,18 @@
#include "cmainwindow.h"
#include "ui_cmainwindow.h"
#include "cexif.h"
cMainWindow::cMainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::cMainWindow)
{
ui->setupUi(this);
cEXIF exif;
exif.fromFile("C:/Users/VET0572/Pictures/IMG_1372.CR2");
}
cMainWindow::~cMainWindow()