42 |
|
QStringList substring(QString myString,QString separator,Qt::CaseSensitivity cs = Qt::CaseSensitive); |
43 |
|
int indexOfBackward(QString myString, QString toSearch, int from = -1); |
44 |
|
bool showQuestionPopUp(QWidget * parent, QString message, QMessageBox::StandardButton standardButton=QMessageBox::NoButton); |
45 |
+ |
QMessageBox::StandardButton showQuestionPopUpWithCancel(QWidget * parent, QString message, QMessageBox::StandardButton standardButton=QMessageBox::NoButton); |
46 |
|
bool checkEmptySpaces(QStringList toCheck); |
47 |
|
bool checkIfIntegers(QStringList toCheck); |
48 |
|
bool checkIfDoubles(QStringList toCheck); |