patcito
7th January 2006, 17:45
I wrote this funtion:
void GenerateInvoiceDialog::on_saveandPrintpushButton_c liked(){
QString s = QFileDialog::getSaveFileName(
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
void GenerateInvoiceDialog::on_saveandPrintpushButton_c liked(){
QString s = QFileDialog::getSaveFileName(
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