Uploaded image for project: 'Qt Project Website'
  1. Qt Project Website
  2. QTWEBSITE-325

QtDevNet wiki block comment tag not creating paragraph break properly after the block

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • None
    • qt-project.org
    • None

    Description

      Found that it's needed to create empty "p.(space whitespace char)" in order to create a proper break after the block. Without this the next paragraph would just continues immediately close to the code block.

      See: http://developer.qt.nokia.com/wiki/How_to_Enable_Split-View_Input_for_Text_Editors_in_Symbian_Qt_Apps
      it has following:
      "
      Enabling the partial screen keyboard can be done simply by setting the @Qt::AA_S60DisablePartialScreenInputMode@ flag to false somewhere in the main.cpp by calling:

      bc. QCoreApplication::setAttribute():
      QCoreApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false);

      p.

      p. If the cursor of the input widget would get obscured by the partial screen keyboard when it opens, the widget is automatically moved so that the (...)
      "

      Attachments

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

        Activity

          People

            mahoviko Markus Hovikoski (Inactive)
            auotila Aleksi Uotila
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes