Dnia sobota, 13 kwietnia 2013 o 19:56:25 Michał 'rysiek' Woźniak 
napisał(a):
> Hi again,
> 
> I managed to load and show the dialog, now am having problems
> handling the signals. What is the correct way of handling them? I
> tried:
> (...)

Okay, got it. Sorry for bothering you guys. The magic incantation that 
got the job done was:

fd = new SaveFileDialog()
      
function fdAccepted(fdlg) {
  console.log('exportTaskConfig(): file dialog accepted')
  console.log('+- file selected: ' + fdlg.file)
}

fd.accepted.connect(fdAccepted)

-- 
Pozdrawiam
Michał "rysiek" Woźniak

Fundacja Wolnego i Otwartego Oprogramowania

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to