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

Q3TextBrowser resize issue

    XMLWordPrintable

Details

    Description

      When resizing the textt in the application from the code below control using "ctrl" key and middle mouse wheel, then it is possible to resize the html correctly until a minimum size is reached, Then only SOME of the text can be resized up again.

      int main(int argc, char **argv)
      {
      QApplication a(argc, argv);
      Q3TextBrowser te;
      te.mimeSourceFactory()->setExtensionType("html", "text/html");
      te.mimeSourceFactory()->setFilePath(".");
      te.setSource("test.html");

      te.show();
      return a.exec();
      }

      Attachments

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

        Activity

          People

            shausman Simon Hausmann
            sanonymous Nokia Qt Support (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