[Qt-interest] QFileDialog signals
Zeljko
zeljko at holobit.net
Thu Sep 2 15:53:54 CEST 2010
Thiago Macieira wrote:
> Em Quinta-feira 02 Setembro 2010, ?s 12:42:04, Zeljko escreveu:
>> Zeljko wrote:
>> > Hi,
>> > When running an app under KDE-4.4(5) (qt-4.6.3) QFileDialog is native
>> > one (not using static functions, but QFileDialog constructor).So in
>> > this case KFileDialog is shown and that's nice.
>> > But my question is: what about signals ? eg.
>> > QFileDialog::filterSelected() . Those signals aren't triggered at all.
>> > Will it ever be implemented , or I should use
>> > QFileDialog::DontUseNativeDialog and qt's default dialog which triggers
>> > signals ?
>>
>> Anyone ?
>
> If it's a native dialog, no signals will be emitted.
hm, then at least qt docs should be updated in this case.
So, my another question would be: Is there any plans to implement it ?
I know that it's implementable (at least for win32 dialogs and gtk2 dialogs)
but wondering if it ever will be in qt.
zeljko
More information about the Qt-interest-old
mailing list