I wrote this funtion:
Code:
void GenerateInvoiceDialog::on_saveandPrintpushButton_cliked(){ this, "Choose a filename to save under", "/home", "Images (*.html)"); }
unfortunately nothing happens when I click on my saveandPrintpushButton. Isn't that supposed to start a file dialog? Thanx in advance
Patcito