Go to the documentation of this file. 1 #ifndef INTELLIINPUTDIALOG_H
2 #define INTELLIINPUTDIALOG_H
8 #include <QDialogButtonBox>
29 IntelliInputDialog(QString Title =
nullptr, QString Label =
nullptr,
int value = 5,
int minValue = -2147483647,
int maxValue = 2147483647,
int step = 1,
bool* ok =
nullptr);
42 static int getInt(QString Title =
nullptr, QString Label =
nullptr,
int value = 5,
int minValue = -2147483647,
int maxValue = 2147483647,
int step = 1,
bool* ok =
nullptr);
65 void createInputBox(QString Title =
nullptr, QString Label =
nullptr,
int value = 5,
int minValue = -2147483647,
int maxValue = 2147483647,
int step = 1);
70 void createConnections();
75 void setInputBoxStyle();
90 QDialogButtonBox* ButtonBox;
100 const QSize Linesize = QSize(150,20);
105 const QSize Buttonsize = QSize(72,20);
120 QPushButton* okButton;
125 QPushButton* cancelButton;
128 #endif // INTELLIINPUTDIALOG_H