Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt Android White Line
Qt 6.11 is out! See what's new in the release blog

Qt Android White Line

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 806 Views 1 Watching
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #1

    Hello I develop an mobile app in Qt. I set background color with rectangle. Everything is good but I see 1px white line in screen top. I didn't fully understand what it was. Can anyone help me ?

    import QtQuick
    import QtQuick.Controls
    
    Page {
        background: Rectangle {
            anchors.fill: parent
            color: "#12151B"
        }
    }
    
    

    Result

    alt text

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #2

      Is it an bug? @SGaist

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        I don't know.

        You need to add:

        • Qt version
        • Androïd version

        Is you sample code enough to reproduce this ?

        If not, please provide a complete minimal example.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        ? 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          I don't know.

          You need to add:

          • Qt version
          • Androïd version

          Is you sample code enough to reproduce this ?

          If not, please provide a complete minimal example.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by A Former User
          #4

          @SGaist said in Qt Android White Line:

          Hi,

          I don't know.

          You need to add:

          • Qt version
          • Androïd version

          Is you sample code enough to reproduce this ?

          If not, please provide a complete minimal example.

          Yeah It is A bug.

          Solved
          Qt 5
          https://github.com/jpnurmi/qtstatusbar

          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