On 2010-12-03 Vicent Mas <uve...@gmail.com> said:

> Hi,
> 
> the attached script shows a bug in QFileDialog. If on a given dialog you
> call setLabelText(QFileDialog.Accept, text) and then you call
> setFileMode(FileMode) then the label is not set and the default label is
> used. If you call setFileMode(FileMode) first and then you call
> setLabelText(QFileDialog.Accept, text) then the label is set.
> 
> As you can see in the script the problem only happens with the
> QFileDialog.Accept constant. Other QFileDialog.DialogLabel constants work
> fine.
> 
> I don't know if it is a Qt bug or a PyQt one. Neither I know if the problem
> is in the setLabelText method or in th setFileMode one.
> 

I forgot to mention the versions info:

Python 2.5.5
Qt 4.6.3
PyQt 4.8

Vicent
::

        Share what you know, learn what you don't

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

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to