so today I got time to work on this part, def alwaysOnTop(self): if self.alwaysOnTopAction.isChecked: self.setWindowFlags(self.windowFlags() ^ QtCore.Qt.WindowStaysOnTopHint) self.show() else: self.setWindowFlags(self.windowFlags() ^ QtCore.Qt.WindowStaysOnTopHint) self.show() self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowStaysOnTopHint) # do i really need to add this line ?
-- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsubscr...@googlegroups.com. To post to this group, send email to python_inside_maya@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.