Thread
:
Error importing mobi files
View Single Post
02-17-2010, 02:18 PM
#
19
kovidgoyal
creator of calibre
Posts: 45,483
Karma: 28000000
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You're using a pre-built messagebox, in that case raise wont work. WHat you have to do is construct your own messagebox and call raise_ on it
Code:
d = QMessageBox(QMessageBox.Warning, 'title', 'message') d.raise_() d.exec_()
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS