Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML ComboBox cannot get default image
Forum Updated to NodeBB v4.3 + New Features

QML ComboBox cannot get default image

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 414 Views
  • 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.
  • H Offline
    H Offline
    hugh
    wrote on last edited by hugh
    #1

    I'm trying to run a Qt 5.8 QML application on an ARM system (aarch64 - Buildroot), but it's not running properly. When I run it, I get the following errors:

    QQuickColorImageProvider: unknown id: "double-arrow/#353637"
    file:///usr/qml/QtQuick/Controls.2/ComboBox.qml:66:16: QML Image: Failed to get image from provider: image://default/double-arrow/#353637

    It seems that the "default" image provider, which I assume is in-built to support the basic QML types, cannot find the images associated with the ComboBox. I'm wondering if there is something wrong with my Qt5 installation or can I workaround this via a qt.conf file or suchlike? I don't get these errors with the desktop version of the application that I use for development.

    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