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

Adding a font.pixelSize propertychanges does not give the expected result

    XMLWordPrintable

Details

    • a4f4fff60d20e509cb57bd0dab30533e1e299aee

    Description

      See attached file.

      Adding this line does not give the expected result. All selected items seem to go to size 3 instead of adding +3.
      PropertyChanges

      { target: itemText; font.pixelSize: font.pixelSize+3 }

      But this line below works better except about the bug QTBUG-11110 :
      PropertyChanges

      { target: itemText; font.pointSize: font.pointSize+3 }

      Attachments

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

        Activity

          People

            brasser Michael Brasser (closed Nokia identity) (Inactive)
            agroyer Anthony Groyer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes