Qt4-preview-feedback Archive, February 2008
Re: Various bugs and suggestions to Qt4.4-tp1
Message 1 in thread
On Thursday 31 January 2008 15:45, Witold Wysota wrote:
> Result by uic - incompatible.
>
> Current workaround - use windowTitle of each page as the property that
> holds the text and apply an event filter on each page so that the container
> intercepts changeEvent() and can react on QEvent::WindowTitleChange. Crude,
> dirty but should work. But! (there is always a but) a similar workaround
> for an icon won't work even if one uses windowIcon (as I currently try to
> do), because changeEvent() doesn't have an appropriate event type to look
> for.
Could you please try QEvent::WindowIconChange for the icon case?
Regards
Jarek
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx
Message 2 in thread
Jarek Kobus wrote:
>
> Could you please try QEvent::WindowIconChange for the icon case?
>
Hmm... I don't think I have to, the event type suggests it will work. The
question is how come I missed that the last time I looked at the enum...
Anyway, is there a chance we'll get a decent interface for such artificial
properties any time soon?
Regards,
W.
--
[ signature omitted ]
Message 3 in thread
On Wednesday 06 February 2008 15:17, Witold Wysota wrote:
> Jarek Kobus wrote:
> > Could you please try QEvent::WindowIconChange for the icon case?
>
> Hmm... I don't think I have to, the event type suggests it will work. The
> question is how come I missed that the last time I looked at the enum...
>
> Anyway, is there a chance we'll get a decent interface for such artificial
> properties any time soon?
>
Unfortunately, we will not be able to fix that in 4.4 series. We will try to
do that for 4.5.
Regards
Jarek
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx