This commit is contained in:
AshBastian
2020-01-10 14:15:59 +01:00
parent b978a94bd3
commit dbf1cda101
4 changed files with 76 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
#ifndef INTELLIINPUTDIALOG_H
#define INTELLIINPUTDIALOG_H
#include <QtWidgets>
#include "IntelliPhotoGui.h"
class IntelliInputDialog
{
public:
IntelliInputDialog();
void Input();
private slots:
void slotCloseEvent();
private:
IntelliPhotoGui* DummyGui;
const QSize Buttonsize = QSize(35,35);
QPalette Palette;
void setValuesOfPalette();
};
#endif // INTELLIINPUTDIALOG_H