Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-117837

Process does not End and no Window shown in Taskbar

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • dev
    • None
    • Windows

    Description

      The following program does not terminate the process nor does it shows it up in the taskbar. Thus it is needed to kill the program via TaskManager:

       

       

      #include <QApplication>
      #include <QScrollBar>
      
      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          auto scrollBar = new QScrollBar(Qt::Horizontal);
          scrollBar->resize(200, 50);
          scrollBar->show();
          scrollBar->hide();
          return a.exec();
      }
       

       

       

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            wladimir.leuschner Wladimir Leuschner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes