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

problem with QWebView, Plastique style and scroll bars on OSX

    XMLWordPrintable

Details

    • Bug
    • Resolution: Moved
    • P3: Somewhat important
    • Some future release
    • 4.5.0
    • None
    • None
    • macOS

    Description

      The following code produce a scroll bar with no handle on OSX

      int main(int argc, char *argv[])
      {
      QApplication app(argc, argv);
      QWebView wv;
      wv.load(QUrl("http://www.tsr.ch"));
      wv.setStyle(new QPlastiqueStyle());
      wv.show();
      return app.exec();
      }

      Attachments

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

        Activity

          People

            shausman Simon Hausmann
            dettman Dean Dettman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes