-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 5.0.2
-
None
New Project / QtQuick Application
Generates the following code
ApplicationWindow {
id: window
width: 640
height: 480
visible: true
title: qsTr("Stack")
header: ToolBar {
contentHeight: toolButton.implicitHeight
ToolButton {
id: toolButton
text: stackView.depth > 1 ? "\u25C0" : "\u2630"
Consider to replace \u2630 due to the most UI fonts has no such glyph. For instance, all European Android versions displays a placeholder instead of 3 horizontal line.
- duplicates
-
QTCREATORBUG-26517 Broken icons in Stack sample on Android
-
- Closed
-