Using QImage With QQuickImageProvider
问题 I have created a class that inherits QQuickImageProvider Class, but i want to use the requestImage() function of QQuickImageProvider to set the QImage variable , but i dont know how to do that as i need that QImage variable from a class object , which has been deifned in QML from ContextProperty and want to use the id variable as an index values to retrieve QImage from a List. Here is the main function code: int main(int argc, char *argv[]) { QApplication app(argc, argv); ImageProvider