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

Input text not visible with Universal's dark theme

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.7.1
    • 5.7
    • Quick: Controls 2
    • None
    • aa377b183c93985dfc52d21127df62dfa5b8e2fe

    Description

      import QtQuick 2.5
      import QtQuick.Window 2.0
      import QtQuick.Controls 2.0
      import QtQuick.Controls.Universal 2.0
      
      Window {
          width: 400
          height: 400
          visible: true
      
          TextArea {
              id: messageField
              placeholderText: qsTr("Compose message")
              wrapMode: TextArea.Wrap
              Universal.theme: Universal.Dark
          }
      }
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes