Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. TextArea QML on ubuntu has transparent background (on mac it is white)
Forum Updated to NodeBB v4.3 + New Features

TextArea QML on ubuntu has transparent background (on mac it is white)

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 229 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shemeshg
    wrote on last edited by
    #1

    On mac it is all correct (has white background by default)

    No problem onUbuntu for TextInput Qml
    (TextInput has white background) so I can say the problem is specific to

    • TextArea QML only
    • on Ubuntu only.

    I did as a walk around.

            TextArea {
                background: Rectangle {
                    color: "white"
                }
            }
    

    But then "Dark mode" will look bad on Mac
    (On Dark mode it will become white text on white background)

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved