Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-5963

Multi-length strings not implemented for float functions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P0: Blocker
    • 4.6.0
    • 4.6.0
    • GUI: Text handling
    • None
    • a73e660fd05bafc402d63d71e811a621e46f452d

    Description

      It looks like floating point version for elidedText does not work:

      QString QFontMetricsF::elidedText(const QString &text, Qt::TextElideMode mode, qreal width, int flags) const 
      
      { 
      
          QStackTextEngine engine(text, QFont(d.data())); 
      
          return engine.elidedText(mode, QFixed::fromReal(width), flags); 
      
      } 
      
      
      

      Same goes at least for width.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            goffart Olivier Goffart (closed Nokia identity) (Inactive)
            wallison Warwick Allison (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes