[Qt-interest] Minimize B on Minimize A.
william.crocker at analog.com
william.crocker at analog.com
Wed Jun 30 21:28:47 CEST 2010
Hello:
When the user minimizes(iconifies) top-level window A
I would like to have my app automatically minimize
top-level window B.
The problem is that the event trail generated by
minimizing a top level window (deactivate, hide...)
appears indistinguishable from that generated by
changing work spaces and I do not want to minimize
B if the user changes work spaces.
Any ideas?
Bill
---
Yes. I considered making B a QDialog, but QDialog
windows are forced (at least by my window manager)
to stay on top of their parent window and I do not
want that.
More information about the Qt-interest-old
mailing list