qt4 - showing transparent layout over a layout in Qt 4.8.4 -


i show label having animated gif image on listwidget. listwidget in horizontal widget. when trying put label on window aligned horizontally list widget. want show on listwidget transparent view.

qmovie *m= new qmovie("loadingimage.gif"); qlabel *l=new qlabel(); ui.mainlayout->add l->setmovie(m); m->start(); l->show(); 

don’t add transparent widget layout. set window transparent widget’s parent show widget. you’re responsible positioning , resizing transparent widget cover list widget.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -