Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
5.1.0 Beta 1
-
None
Description
It assumes local file or Qrc:
void QQuickAction::setIconSource(const QUrl &iconSource) { if (iconSource == m_iconSource) return; m_iconSource = iconSource; if (m_iconName.isEmpty() || m_icon.isNull()) { QString fileString = QQmlFile::urlToLocalFileOrQrc(iconSource); m_icon = QIcon(fileString); emit iconChanged(); } emit iconSourceChanged(); }
Attachments
For Gerrit Dashboard: QTBUG-31045 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
56874,2 | WIP: support remote images in Action | stable | qt/qtquickcontrols | Status: ABANDONED | 0 | 0 |