How To Load Images into UI ?!
-
here i am trying to make CBIR app with Qt and C++ language, what i need know is how to load images from local disk to user-interface !.
thanks .
-
"This":http://doc.trolltech.com/4.7/qimage.html#QImage-9 or "this":http://doc.trolltech.com/4.7-/qimage.html#load maybe?
-
"You can do it using Qt Designer's resource editor":http://developer.qt.nokia.com/doc/qt-4.7/designer-resources.html#id-783f5992-8e22-45eb-bc5c-19a4f6fa79b2
-
Thanks for your help,
let me explain what exactly i need to do:
i want to load images from a folder from QTreeView to the QGraphicsView (from left side to right side) and show images in thumbnail and with their info.
This my User interface:
!http://img855.imageshack.us/img855/1876/myuiu.jpg(Ui)!
This is What i want to implement:
!http://img847.imageshack.us/img847/8536/fui.jpg(f_ui)!i need to know what is best way to do it and which library to call?
What kind of object i have to make to load each image inside of it and show its information ?!thank you in advance.