using :

Qt Code:
  1. QString filename = QFileDialog::getSaveFileName(this, tr("Save Preset"),"./presets",tr("pxml (*.pxml)"));
To copy to clipboard, switch view to plain text mode 

does work on windows xp well, however on vista, no lineedit, no texbox appears on the screen to input the file name, nothing. am I missing something here?