PDA

View Full Version : Qt Jambi: How I can use setWindowFlags()?



el_Diablo
8th May 2008, 11:38
Documentation to QtJambi have only C++ examples.For example, how I can use Qt::CustomizeWindowHint as flag for setWindowFlags()? (I'm beginner in Qt, and I want use it with Java :o)

Shadowfiend
8th May 2008, 21:23
You'll want something like:



myWidget.setWindowFlags(Qt.WindowType.CustomizeWin dowHint);