Hi to all
I am trying to play a movie in a widget. Code i am using is following
Code:
void uploadContents::previewOnDoubleClickSource() { if(x11!=0) { myProcess->kill(); } if(x13==1) DeleteScroller(); Q3ListViewItemIterator it(sourceListView); for(;it.current();++it) { if(it.current()->isSelected()) { { { QStringList arguments; myProcess->start(program, arguments); x11=1; // wd->activateWindow(); // wd->raise(); break; } } } } }
I want movie to be played at front but it is playing at back.
When i am creating the widget making this as parent the the parent windows automatically get closed or it plays in the same window i could not understand it.
Plz help me
Thanking you all