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

QWizard controls missing in remote desktop session

    XMLWordPrintable

Details

    Description

      Connect via MS RemoteDesktop to a Windows7 Aero Style desktop and run follwing program. (running a VmWare Machine also)

      #include <QtGui>

      int main(int argc, char *argv[])
      {
      QApplication a(argc, argv);
      QWizard w;
      w.setMinimumSize(550,450);
      w.show();
      return a.exec();
      }

      Attachments

        1. classwizard.png
          12 kB
          Thomas Grunwald
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            ffgruni Thomas Grunwald
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes