Results 1 to 3 of 3

Thread: showMinimized() is not working on xburts linux processor

  1. #1
    Join Date
    Mar 2010
    Location
    Ahmedabad, Gujarat
    Posts
    35
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    5

    Question showMinimized() is not working on xburts linux processor

    i want to minimize my application at run time when user press a button.

    so i'm caaling a function on button clicked.

    this->showMinimized()

    but it's not working...!
    note:
    Qt 4.6.1

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 268 Times in 268 Posts
    Wiki edits
    20

    Default Re: showMinimized() is not working on xburts linux processor

    Is "this" a window?
    showMinimized only works on windows

  3. #3
    Join Date
    Mar 2010
    Location
    Ahmedabad, Gujarat
    Posts
    35
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    5

    Default Re: showMinimized() is not working on xburts linux processor

    ya this is a window ...!
    parent is QMainWindow..!
    but every time when i call showMinimised() nothing is done..!
    event in any window when i press the minmise[-] button nothing is done.!
    i have tried it in ready qt example also but getting same problem...!
    what to do i cannot understand.

    note:
    Qt 4.6.1
    on embedded board.


    any comments...?

    thank you.

Similar Threads

  1. Replies: 2
    Last Post: 17th February 2010, 05:47
  2. showMinimized() steals the focus
    By The Storm in forum Qt Programming
    Replies: 2
    Last Post: 23rd January 2009, 08:11
  3. öüä not working in qt4-apps on linux
    By niko in forum Qt Programming
    Replies: 10
    Last Post: 7th April 2007, 12:41
  4. QTextEdit hasFocus() not working on linux
    By vermarajeev in forum Qt Programming
    Replies: 13
    Last Post: 28th December 2006, 12:05
  5. QProcess / system call not working under linux. Why?
    By johnny_sparx in forum Qt Programming
    Replies: 12
    Last Post: 11th March 2006, 01:32

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.