Re: Using Enum Qt.AlignmentFlag ClassNotFoundException

2010-09-21 Thread Randy Hudson
Try Qt$AlignmentFlag On Sep 21, 6:20 am, Matt Hoyt wrote: > I trying to use QtJambi and I'm having problems using the enums that > have this format Qt.. > > Error: > > error: java.lang.ClassNotFoundException > > Code: > > (ns collab-web-qt.dialog.connect >   (:import (com.trolltech.qt.gui QDialog

Using Enum Qt.AlignmentFlag ClassNotFoundException

2010-09-21 Thread Matt Hoyt
I trying to use QtJambi and I'm having problems using the enums that have this format Qt.. Error: error: java.lang.ClassNotFoundException Code: (ns collab-web-qt.dialog.connect (:import (com.trolltech.qt.gui QDialog QWidget QVBoxLayout QFormLayout QLineEdit) (com.trolltech.qt.core