Results 1 to 3 of 3

Thread: show Qframe

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2008
    Location
    Morocco
    Posts
    47
    Thanks
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default show Qframe

    HI..
    I would like to know how to display a simple frame without container ..
    I mean .. for example while transfering data ..a frame will be displayed ( like Qdialog but without the header option of closing window and tittle window) with a message : please wait.. (like the message we read when installing Qt with progress value)



    *******************
    * *
    * pleae wait ... *
    * *
    *******************

    if someone Have an idea!!
    thx

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: show Qframe

    You don't need a frame for that... Just a QLabel, with a parent set but not part of any layout and with absolute positioning (set the position manually).

  3. #3
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: show Qframe

    Quote Originally Posted by peace_comp View Post
    HI..
    I would like to know how to display a simple frame without container ..
    I mean .. for example while transfering data ..a frame will be displayed ( like Qdialog but without the header option of closing window and tittle window) with a message : please wait.. (like the message we read when installing Qt with progress value)



    *******************
    * *
    * pleae wait ... *
    * *
    *******************

    if someone Have an idea!!
    thx
    Use QSplashScreen for that
    I'm a rebel in the S.D.G.

Similar Threads

  1. Using a QFrame as a color selection indicator
    By KShots in forum Qt Tools
    Replies: 8
    Last Post: 14th June 2011, 23:55
  2. scrollbar in a qframe
    By davea402 in forum Qt Programming
    Replies: 2
    Last Post: 21st February 2008, 18:26
  3. how to determine geometry of a QFrame
    By impeteperry in forum Qt Programming
    Replies: 3
    Last Post: 10th October 2007, 19:07
  4. How to show custom widget in TreeView's cell :-/
    By WolfMM in forum Qt Programming
    Replies: 2
    Last Post: 7th July 2007, 11:16
  5. QFrame subclass does not reparent
    By high_flyer in forum Qt Programming
    Replies: 2
    Last Post: 21st March 2006, 22:15

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
  •  
Qt is a trademark of The Qt Company.