Qt based image viewer
Loading...
4,156
Loading...
Uploader Comments (joachimgelhaus)
Video Responses
This video is a response to Threaded Tile Generation
see all
All Comments (9)
-
Hi, is the original source available anywhere? Actually would prefer the graphics view version.
Thanks
-
Hi Joachim, I am thinking on your suggestion:
is it possible to integrate an image viewer written sharing data with a core application written in Qt 4.7 c++ by using visual studio 2005 and not qt creator?
Regrads, Carles
-
Next, the enhanced code will be shared with you, Of course!
Carlos
-
can you share source?
-
very cool!!
Loading...
Hello Joachim,
I am a beginner to Qt and I need to develop a image viewer as yours but enhanced with drag and drop capabilities.
Is your Qt C++ code stable enough to be used as a baseline for me to continue with drag&drop?
If you need further clarification, just let me know.
Many thanks,
Carlos Sasot
csasot 1 year ago
@csasot At the time this demo was created, QML was not as complete as now, so I used QGraphicsItems.
If you plan to do write a image viewer, I would highly recommend using QML instead of QGraphicsView.
joachimgelhaus 1 year ago
unfortunately not right now, I'm trying to port the viewer to QML
joachimgelhaus 1 year ago