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

Bug in the QtSingleApplication

XMLWordPrintable

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

      /*
        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();
          }
      }
      

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

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

              Created:
              Updated:

                There are no open Gerrit changes