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

QWebView::setZoomFactor does not work on Symban^3

    XMLWordPrintable

Details

    Description

      QWebView::setZoomFactor works well on my desktop, but it does not work on N8 and E7.

      I used following test code:
      mWebView = new QWebView(this);
      mWebView->load(QUrl("http://www.baidu.com"));
      mWebView->setGeometry(0, 100, 360 ,540);
      mWebView->setZoomFactor(2);
      mWebView->show();

      Attachments

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

        Activity

          People

            qtsymbase Qt Base for Symbian Team
            cxt_programmer Chen Xiaotian
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes