qt - Placing a QWebView Over an Existing QGraphicsView -


i'm trying place qwebview on top of existing window qgraphicsview containing single qgraphicsscene. there way without creating new window?

my goal overlay of screen , dim out stuff on qgraphicsscene, puts "focus" on qwebview. suggestions?

i ended adding qwebview qgraphicsview, , positioned using move(qpointf) , resize(qsize) methods.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -