Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML Text is getting blurred
Forum Updated to NodeBB v4.3 + New Features

QML Text is getting blurred

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 1.2k Views
  • 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.
  • B Offline
    B Offline
    basha92
    wrote on last edited by
    #1

    Hi All,

    I am using Qt 5.4.1 with MSVC compiler.

    In my application the characters and/or fonts either fade in/out or is displayed in a blurred fashion.

    The text in QML is defined as below

    Text {
           id: ourNoDeviceFoundText
           anchors.leftMargin: 12
           font.bold: true
           color: "#333"
           text: qsTr("Searching...")
       }
    

    I thought the problem might be with qsTr and removed it as placed as follows.

    Text {
            id: ourNoDeviceFoundText
            anchors.leftMargin: 12
            font.bold: true
            color: "#333"
            text: "Searching..."
        }
    

    Problem do persists.
    What would be the problem ?
    Thanks in advance.

    -Basha.

    1 Reply Last reply
    0
    • David.GD Offline
      David.GD Offline
      David.G
      wrote on last edited by
      #2

      That happened to me while working with WinRT (it got fixed in 5.6), I was using 5.4 I believe.

      Get 5.6 if you can, I'm not sure if the fix is in 5.5.1. best shot is that 5.6 is what you want since it also includes performance/memory usage improvements.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved