Results 1 to 3 of 3

Thread: About Dialog

  1. #1
    Join Date
    Jan 2008
    Posts
    91
    Thanks
    8

    Default About Dialog

    How may i make my Dialog with frame less?

  2. #2
    Join Date
    Apr 2008
    Location
    Pavlodar, Kazakhstan
    Posts
    22
    Thanks
    1
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: About Dialog

    Create your dialog as usual. And then in its constructor make a call
    Qt Code:
    1. setWindowFlags(windowFlags() | Qt::FramelessWindowHint);
    To copy to clipboard, switch view to plain text mode 
    Last edited by mitro; 6th May 2008 at 17:05.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: About Dialog

    You might use QSplashScreen.

Similar Threads

  1. Resizing the dialog boxes
    By anju123 in forum Qt Programming
    Replies: 4
    Last Post: 14th September 2007, 10:41
  2. QGraphicsView: Dialog Position Doubt
    By arjunasd in forum Qt Programming
    Replies: 1
    Last Post: 6th August 2007, 17:48
  3. Replies: 1
    Last Post: 1st February 2007, 17:07
  4. Replies: 3
    Last Post: 23rd July 2006, 18:02
  5. Dialog positioning in GNOME
    By simk in forum Qt Programming
    Replies: 2
    Last Post: 16th March 2006, 09:41

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.