Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qml desktop components scaling

    QML and Qt Quick
    1
    2
    797
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      linux_fan_dave last edited by

      I want to create a user interface qtquick2 that can be scaled and includes some desktop components. As mentioned in this "blogpost ":blog.qt.digia.com/blog/2012/08/08/native-looking-text-in-qml-2the default rendering for qml/qtquick2 should use distance fields and not native text rendering. I tried to scale qt quick controls. The result is rather disappointing. I was testing on ubuntu 64 and qt-5.1.1. The text on the controls is looking bad but all text in standard qml elements (Text/TextEdit) is looking good when scaled.

      This leads me to think that native rendering is the default now for desktop components. Can this be turned of?

      (Crosspost to: "stackoverflow":http://stackoverflow.com/questions/20311318/qml-desktop-components-scaling)

      1 Reply Last reply Reply Quote 0
      • L
        linux_fan_dave last edited by

        This seems to be included in Qt 5.2 for some controls. Others can be adapted to behave like this. See the accepted answer on "stackoverflow":http://stackoverflow.com/questions/20311318/qml-desktop-components-scaling

        1 Reply Last reply Reply Quote 0
        • First post
          Last post