[Bug 303] qt-integration plugin in eclipse crashes while opening ui file
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Mar 20 07:41:32 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=303
------- Comment #1 from omajid at redhat.com 2009-03-20 14:41 -------
Hi Shekhar,
I can reproduce the issue, but it seems to be a problem with qt-integration.
The last message produced by eclipse looks is this:
QPixmap: Must construct a QApplication before a QPaintDevice
Aborted
The first google result for that error message has this [1]
"I have only seen this once in my application, and it was due to a static
QPixmap or some such. Since static constructors get run before main() is
entered, the QApplication hasn't been created yet."
And the file
qswt/shared/designerintegrationv2/QtDesigner/private/qdesigner_formbuilder_p.h:93
contains the line:
static QPixmap createPreviewPixmap(const QDesignerFormWindowInterface *fw,
const QString &styleName = QString(), const QString &appStyleSheet = QString())
It might be more useful to email qt-interest about this.
[1] http://lists.trolltech.com/qt-interest/1998-12/thread00012-0.html
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list