Hi,
yes the path is correct.
I would like to display the bg image only while I am not receiving frames from the camera.
Thanx
Is the path to the resource correct? (You can test by trying to load in code: QImage::load()).
You can try drawing it in the paint event (using QPainter::drawImage()). Don't load the image in...
So I was able to get a prototype working that looks something like this (warning: pretty far from the implementation idea discussed so far). This prototype captures the simplicity of how I "thought"...
xconverge Yesterday, 23:53Hi forum,
I have a custom widget, showing the output of a video camera ( after some calculations ) and I would display a background png image.
I tried with the ...
I worked on the synchronous libusb in my Qt project with good results and now I need the asynchronous features of this library. I understood reading here, here and here that, after I've registered my...
Andrew23 Yesterday, 18:36Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
![]() |
Nokia has launched the beta version of its developer recognition program, Qt Ambassador, exclusively on QtCentre.org. The Qt Ambassador Program is membership-only program that honors Qt developers and their projects. All developers around the world who create products and projects with Qt are eligible to apply. Membership to the Qt Ambassador Program is free and based on your outstanding and innovative Qt projects. Learn more about the Qt Ambassador Program and apply here: http://qt.nokia.com/qtambassador |
How to properly use the asynchronous libusb?
Yesterday 18:36 by Andrew23