I am working with Qt application in which I want to create a QListWidget with names of all application installed on device and its icon.
So I was unable get all application names and UID of each application from the code in this LINK.
But I was also unable to get the application icons. I tried both this LINK1 & LINK2 but here I came across few more issues like how to convert CGulIcon into QIcon & CApaMaskedBitmap into QIcon.
How can I do this?
If you are unable to get the solution or have any more doubts click here for disscussion.
main.cpp
.pro
GetInstalledApps.h
GetInstalledApps.cpp
xqinstaller.h
xqinstaller.cpp
xqinstaller_h.h
xqinstaller_h.cpp
And for getting QIcon::
Hearders Required:
Library required:
Source Code: