1 #ifndef INTELLIINPUTDIALOG_H
2 #define INTELLIINPUTDIALOG_H
10 IntelliInputDialog(QString Title =
nullptr, QString Label =
nullptr,
int value = 5,
int minValue = -2147483647,
int maxValue = 2147483647,
int step = 1,
bool* ok =
nullptr);
13 static int getInt(QString Title =
nullptr, QString Label =
nullptr,
int value = 5,
int minValue = -2147483647,
int maxValue = 2147483647,
int step = 1,
bool* ok =
nullptr);
20 void createInputBox(QString Title =
nullptr, QString Label =
nullptr,
int value = 5,
int minValue = -2147483647,
int maxValue = 2147483647,
int step = 1);
21 void createConnections();
22 void setInputBoxStyle();
27 QDialogButtonBox* ButtonBox;
31 const QSize Linesize = QSize(150,20);
32 const QSize Buttonsize = QSize(72,20);
35 QPushButton* okButton;
36 QPushButton* cancelButton;
39 #endif // INTELLIINPUTDIALOG_H