Qt4-preview-feedback Archive, January 2008
stylesheet and radiant problem in last snapshot
Message 1 in thread
since 25/12/2007 with qt 4.4.0 snapshot this doesn't work on QFrame
QFrame {background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0
#ffffff stop: 1 orange);}
it work with 4.4.0 tp1
it's a bug ?
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx
Message 2 in thread
le roy arnaud wrote:
> since 25/12/2007 with qt 4.4.0 snapshot this doesn't work on QFrame
>
> QFrame {background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0
> #ffffff stop: 1 orange);}
>
> it work with 4.4.0 tp1
>
> it's a bug ?
Did you forget a comma between stop 0 and stop 1?
--Dave
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx
Message 3 in thread
i think it's not necessary to put a comma between stop 0 and stop 1 but
even if i put a comma the problem persist.
thanks
>> since 25/12/2007 with qt 4.4.0 snapshot this doesn't work on QFrame
>>
>> QFrame {background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0
>> #ffffff stop: 1 orange);}
>>
>> it work with 4.4.0 tp1
>>
>> it's a bug ?
>
> Did you forget a comma between stop 0 and stop 1?
>
>
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx