Discussion:
Any ideas on this?
Neal Becker
2008-08-10 15:39:31 UTC
Permalink
Here's something strange. It seems this script doesn't show any icon that
depends on .question, .warning. This is on qt-4.4.0. Any ideas?

import sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *

app = QApplication (sys.argv)
ret = QMessageBox.question (None, "My App", "You have mail")
print ret

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

Loading...