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

XP GUI not displayed.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P1: Critical
    • None
    • 5.6.1, 5.6.3
    • WebEngine
    • None
    • win10 vs2013  qt5.6.1  qt5.6.2  qt5.6.3

    Description

      • I compile Qt XP source code, 
      • configure -prefix  E:/5.6.3Build -debug-and-release -opensource -confirm-license -opengl dynamic -mp -icu -openssl -nomake examples -nomake tests -platform win32-msvc2013 -target xp -no-directwrite -qt-sql-sqlite

      win7  win8 win10 normally, XP display abnormal, There is no GUI but there is a process.

      Attached is the release version of the program, please unzip to the same file.

      Qt5WebEngineCore.dll   the file is too large ,have 15M   ,failtoupload.

       

      #include "qwebenginexp.h"
      #include "ui_qwebenginexp.h"

      #include <QHBoxLayout>

      QWebEngineXp::QWebEngineXp(QWidget *parent) :
      QWidget(parent),
      ui(new Ui::QWebEngineXp)
      {
            ui->setupUi(this);
            webEngine = new QWebEngineView();
            QHBoxLayout *HLayout = new QHBoxLayout(ui->widget);
            HLayout->addWidget(webEngine);

      }

      QWebEngineXp::~QWebEngineXp()
      {
           delete ui;
      }

      void QWebEngineXp::on_pushButton_clicked()
      {
            QString uilStr = ui->lineEdit->text();
           if (uilStr.isEmpty())
          {
               uilStr = "https://www.baidu.com";
          }
          webEngine->load(QUrl(uilStr));
          webEngine->show();
      }

      Attachments

        1. icudt55.rar
          7.07 MB
        2. Qt5.6.3Xp_2.rar
          8.51 MB
        3. Qt5.6.3Xp.rar
          9.33 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            tohn tohn
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes