16 static void labelSetPathDir(QLabel *label,
const QDir &dir,
bool verifyExist);
17 static void labelSetPathFile(QLabel *label,
const QFileInfo &fileInfo,
bool verifyExist);
19 static void lineEditSetAsInputPasswd(QLineEdit *lineEdit,
const QIcon &iconShow,
const QIcon &iconHide,
const QString &txtShow =
"Show password",
const QString &txtHide =
"Hide password");