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

Harmattan: app using NoMStyle, text too small

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.7.2
    • GUI: Look'n'Feel
    • None

    Description

      Reproduce:

      • Create simple app using Qt Quick Application template
      • Run it on device, text size ok

      Modify the main.cpp like this:

      QApplication app(argc, argv);
      app.setProperty("NoMStyle", QVariant(true)); // <==

      This disables the plain Qt style, which is useful to cut some bloat (unneeded for QML apps)

      • Note how the text size is way too small

      While this clearly happens because default font is provided by the plain Qt style, some workaround should be added to have a sensible size for apps not willing to use the Maemo6 plain Qt style .

      Attachments

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

        Activity

          People

            w00t Robin Burchell
            vivainio Ville Vainio
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes