On Tue, Feb 14, 2012 at 7:55 PM, Mark wrote:
> On Tue, Feb 14, 2012 at 7:44 PM, Robin Burchell wrote:
>
>> Hi Mark,
>>
>> 2012/2/14 Mark :
>> > Could someone please patch this in Qt (4.8.x as well?).. I don't have an
>> > account for review/commit stuff. Feel free to commit :)
>>
>> I'd strongly
On Tue, Feb 14, 2012 at 7:44 PM, Robin Burchell wrote:
> Hi Mark,
>
> 2012/2/14 Mark :
> > Could someone please patch this in Qt (4.8.x as well?).. I don't have an
> > account for review/commit stuff. Feel free to commit :)
>
> I'd strongly suggest you just set yourself up to do it. Then you get
>
Hi Mark,
2012/2/14 Mark :
> Could someone please patch this in Qt (4.8.x as well?).. I don't have an
> account for review/commit stuff. Feel free to commit :)
I'd strongly suggest you just set yourself up to do it. Then you get
all of the credit (and all of the blame...) and you're ready to submi
On Tue, Feb 14, 2012 at 4:03 PM, wrote:
> Hi Mark,
>
> On Feb 14, 2012, at 12:03 AM, ext Mark wrote:
> > While using Qt's elidedText function
> http://developer.qt.nokia.com/doc/qt-4.8/qfontmetricsf.html#elidedText i
> noticed the function was dog slow. For just 1000 entries (each 250 chars)
> el
Hi Mark,
On Feb 14, 2012, at 12:03 AM, ext Mark wrote:
> While using Qt's elidedText function
> http://developer.qt.nokia.com/doc/qt-4.8/qfontmetricsf.html#elidedText i
> noticed the function was dog slow. For just 1000 entries (each 250 chars)
> eliding them to 200px took about 190ms on window
Hi,
While using Qt's elidedText function
http://developer.qt.nokia.com/doc/qt-4.8/qfontmetricsf.html#elidedText i
noticed the function was dog slow. For just 1000 entries (each 250 chars)
eliding them to 200px took about 190ms on windows and 100ms on linux. Using
that for drawing is noticeable slo