PDA

View Full Version : QLabel



xapek
22nd December 2006, 19:16
Hi, sorry english.
The question, is Qlabel mean for "only once" setting something (i need picture) or the same way as may be used for dynamic updating. I other words, i have camera grabbing functions, so i have frames from it and i want to draw them in QLabel. Frequently and fast. Is it normal or QLabel willn't cope wth it? Should i use something else and if so - what?

thanks

wysota
19th January 2007, 10:27
You can update the label periodically, but it might be somewhat slow. You might want to try OpenGL instead.