[Interest] About QDeclarativeImageProvider slow

evazquez at grm.uci.cu evazquez at grm.uci.cu
Mon Jan 28 03:26:07 CET 2013


Hello  All, sorry for my english

  I am making an Image Viewer  with Thumbnails Pictures  using QML for  
the view and QT C++ with QDeclarativeImageProvider, I make it  
asynchronous but it this slow
because the Thumbnails is show one by one.


I looking for a way to do that using more threads or high priority  
threads like QtConcurrent::map function or similar way.


//This snippet code

Image {
         id: thumbImage
         asynchronous: true
         source: "image://imageProvider/" + path
}







More information about the Interest mailing list