Results 1 to 7 of 7

Thread: Showing the QDialog in the task bar

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Showing the QDialog in the task bar

    Quote Originally Posted by Nyphel View Post
    n QDialog... I will be visible ^_^
    I would like the user not to see it.
    It's confusing but I think I nearly got it : you want the dialog to appear in the task bar so that it can be shown on user request but will remain hidden until the user asks for it. Is that right? In this case QWidget::showMinimized() should fit...
    Current Qt projects : QCodeEdit, RotiDeCode

  2. #2
    Join Date
    Feb 2007
    Posts
    158
    Thanks
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Showing the QDialog in the task bar

    Not really

    I want the main QDialog, the anchor, to not be visible at all. Never. Nor in the task bar, nor minimized .

    But I want all the other QDialogs, attached to the main one, to be displayed in the task bar when I click a button...

    I will have a look to the showminimized for the other QDialogs, thanks


  3. #3
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Showing the QDialog in the task bar

    Thats little confusing... cud u explain with a pic

    neways, if u never want to show the dialog , why make it a dialog ??? u can simply create a class and use it... in this way it will hold ur data and will not be shown... !!
    hope i am right...if not explain a little further...

  4. #4
    Join Date
    Feb 2007
    Posts
    158
    Thanks
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Showing the QDialog in the task bar

    Yes, I shloud create a class...

Similar Threads

  1. showing close Button(x) in QDialog
    By vishal.chauhan in forum Newbie
    Replies: 6
    Last Post: 4th April 2007, 10:01
  2. Resizing a QDialog to the content size
    By Nyphel in forum Qt Programming
    Replies: 8
    Last Post: 15th March 2007, 08:16
  3. Showing Pixmap as a QListWidget Item
    By vishal.chauhan in forum Qt Programming
    Replies: 1
    Last Post: 1st February 2007, 12:25
  4. Qdialog as a child widget
    By dave in forum Newbie
    Replies: 12
    Last Post: 14th November 2006, 09:43
  5. Replies: 1
    Last Post: 28th July 2006, 14:10

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.