Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
3eb78ed3a (dev), c8a20ca83 (6.9)
Description
This affects all controls types that display icons, along with the new ContextMenu.
Tested on a display with a DPR of 2.
import QtQuick import QtQuick.Layouts import QtQuick.Controls.impl as ControlsImpl import QtQuick.Controls.Basic ApplicationWindow { id: window width: 400 height: 400 visible: true GridLayout { columns: 2 ControlsImpl.IconImage { id: iconImage name: "edit-cut" sourceSize: Qt.size(16, 16) } Label { text: "IconImage - width: " + iconImage.width + " height: " + iconImage.height } ControlsImpl.IconLabel { id: iconLabel icon.name: "edit-cut" icon.width: 16 icon.height: 16 } Label { text: "IconLabel - width: " + iconLabel.width + " height: " + iconLabel.height } } }
Attachments
Issue Links
- is required for
-
QTBUG-35598 QtQuick Controls TextField and TextArea miss mouse context menu
-
- Closed
-
For Gerrit Dashboard: QTBUG-133424 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
633104,1 | QQuickIconImage: respect DPR for named platform icons | 6.8 | qt/qtdeclarative | Status: NEW | 0 | 0 |
623598,6 | QQuickIconImage: respect DPR for named platform icons | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
633093,2 | QQuickIconImage: respect DPR for named platform icons | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |