Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to "glue" a dialog to its parent, so that when the main window moves so does the dialog. What is the easiest way to implement that?
Hello, IMHO: store a pointer to "child window" (window that You want to move when parent moves) in parent widget, then overwrite mouseMoveEvent() / resizeEvent() and update position of child widget / window.