Results 1 to 2 of 2

Thread: Qt Jambi: How I can use setWindowFlags()?

  1. #1
    Join Date
    May 2008
    Posts
    1
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question Qt Jambi: How I can use setWindowFlags()?

    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 )

  2. #2
    Join Date
    Jan 2006
    Posts
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt Jambi: How I can use setWindowFlags()?

    You'll want something like:

    Qt Code:
    1. myWidget.setWindowFlags(Qt.WindowType.CustomizeWindowHint);
    To copy to clipboard, switch view to plain text mode 

  3. The following user says thank you to Shadowfiend for this useful post:

    el_Diablo (12th May 2008)

Similar Threads

  1. Qt Jambi Manifest problem
    By stevey in forum Qt Programming
    Replies: 10
    Last Post: 2nd July 2008, 21:14
  2. Jambi: Using non-standard mimetypes
    By Ron Ofir in forum Qt Programming
    Replies: 0
    Last Post: 1st August 2007, 20:19
  3. Why Jambi?
    By invictus in forum Newbie
    Replies: 1
    Last Post: 7th February 2007, 22:21
  4. We'll need a QT Jambi section!
    By GreyGeek in forum General Discussion
    Replies: 23
    Last Post: 30th September 2006, 00:38
  5. Loading jpeg (QPixmap with Qt Jambi)
    By Mr_Blonde in forum Qt Programming
    Replies: 4
    Last Post: 14th September 2006, 18:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.