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

4.7.0 regression: Text alignment hides text

XMLWordPrintable

    • 8c48c7b9bca8074c48b78f6d089a3882b2d73a9d

      kde-devel@bishop:~/kde/src/qt

      {4.7}

      $ git show
      commit 235d1d687dcc2d21860cd753c9d67964c5270be2
      Merge: 28ef973 6fb1304
      Author: Qt Continuous Integration System <qt-info@nokia.com>
      Date: Thu Oct 14 06:04:47 2010 +0200

      Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration

      • '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
        TextInput autoscroll now scrolls when the cursor moves
        Fix samegame tutorial js
        Make minehunt less cheerful
        Add new behavior example.

      Qt( 4.7 ) KDE ( 4.6 )

      kde-devel@bishop:~/kde/src/KDE/kdepim/mobile/mail

      {typeflags}$ cat Button2.qml

      import Qt 4.7

      Rectangle {
      id: mainItem
      property alias buttonText: buttonText.text

      Text { id: buttonText verticalAlignment : Text.AlignVCenter horizontalAlignment : Text.AlignHCenter anchors.fill : parent }
      }
      Qt( 4.7 ) KDE ( 4.6 )
      kde-devel@bishop:~/kde/src/KDE/kdepim/mobile/mail{typeflags}

      $ cat kmail-mobile.qml

      import Qt 4.7 as QML

      QML.Rectangle {
      width : 400
      height : 400
      id: kmailMobile
      Button2

      { anchors.fill : parent buttonText : "Write new Email" }

      }
      Qt( 4.7 ) KDE ( 4.6 )
      kde-devel@bishop:~/kde/src/KDE/kdepim/mobile/mail

      {typeflags}

      $ qmlviewer kmail-mobile.qml

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

            aalpert-nokia Alan Alpert (closed Nokia identity) (Inactive)
            steveire Stephen Kelly (Personal)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes