Uploaded image for project: 'Qt Solutions'
  1. Qt Solutions
  2. QTSOLBUG-118

Bug in the QtSingleApplication

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Some Release
    • Single Application
    • None
    • My platform: Win7+VS2008+Qt4.6.2

    Description

      /*
        When the window is hidden, the funciton can not show the window properly.
        If we just call the function show(),it will show properly in any window
        state. So we should do some change to this function
      */
      void QtSingleApplication::activateWindow()
      {
          if (actWin) {
           // actWin->setWindowState(actWin->windowState() & ~Qt::WindowMinimized);
           //  actWin->raise();
           //  actWin->activateWindow();
               actWin->show();
          }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            0708yc yc
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes