Qt 6.11 is out! See what's new in the release
blog
Qt Android White Line
-
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

-
Is it an bug? @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.
-
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.
@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