i have tried this also
void MyMainWindow
:: saveInputDataToFile( const QString
& inputName,
const Q_ULLONG
& inputSize ,
QWidget* parent
) {
-------
-------
}
void MyMainWindow :: saveInputDataToFile( const QString& inputName, const Q_ULLONG& inputSize , QWidget* parent )
{
-------
QString destFilePath = QFileDialog::getSaveFileName( ..., .., ..., ..., parent );
-------
}
To copy to clipboard, switch view to plain text mode
But at this time also the keyboard is working in MyWizard ...and i can even close it by using TAB-KEY , without closing the FileDialog
please help me...
Bookmarks