Hi All, Ok, this was a silly question. I should just have used QDialog and built my own message box on top of that.
Kind regards, Henry On Thursday 03 July 2003 13:43, Henry Kleynhans wrote: > Hi All, > > I think this might be a silly question. I am trying to create a custom > message box without subclassing/using QMessageBox. I would like to know > how to get the messagebox shown in a way that blocks execution in my > program so that I can get the results from the messagebox. I can show the > messagebox in a modal fashion, but the show() method does not block > execution, hence I'm not too sure on how to create a message box that would > work the same as the static QMessageBox.warning() method. > > Kind regards, > > Henry -- Henry Kleynhans <[EMAIL PROTECTED]> Obsidian Systems _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
