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
Post a Comment