python 3.x - QDialog always on top of parent -
i have non-modal qdialog appears on top of parent. in case dialog doesn't have have parent, shows in taskbar. haven't found right set of options allow parent on top of dialog , dialog not show in taskbar. help appreciated.
the next should work, depends on window manager next hint grouping taskbar items
w = qtgui.qmainwindow(none) w.setwindowtitle("window") w.show() d = qtgui.qwidget(w, qtcore.qt.window ) d.setwindowtitle("dialog") d.show()
python-3.x pyqt4
No comments:
Post a Comment