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

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -