mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
Update
This commit is contained in:
25
src/GUI/IntelliInputDialog.h
Normal file
25
src/GUI/IntelliInputDialog.h
Normal 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
|
||||
Reference in New Issue
Block a user