Hi..
i have a window in QT, on that i am drawing a picture. now i want to place the progressbar over it. how can i do that?..
steps i am following to do 1) Create a window,
2)draw picture in paint event of window
3)then create QGridLayout layout, add your window
4) Display over it.
suppose i want to add progress bar, over a portion of picture window. how can i do that
i dont think its possible to implement in window paint event.
please assist me
Thanks