On 14. des.. 2008, at 17.35, Figux wrote:

how can i get qt-Namespace variables to qt-jambi?? I need variables like as:
Qt::AlignLeft, Qt::ShiftModifier, Qt::LeftButton, Qt::Key_Tab


All namespace variables are located under com.trolltech.qt.core.Qt, so you have

Qt.Alignment.AlignLeft
Qt.KeyboardModifier.ShiftModifier
Qt.MouseButton.LeftButton
Qt.Key.Key_Tab

If you need their integer values, you can get this from the value() function.

best regards,
Gunnar




--
Quien tropieza y no cae, dos pasos adelanta.
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to