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. QML TextArea in dark theme macos wrong defaults
Forum Updated to NodeBB v4.3 + New Features

QML TextArea in dark theme macos wrong defaults

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 128 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

    TextArea darktheme macos issue

    It requires the following fix for every TextArea I use

    SystemPalette { id: systemPalette; colorGroup: SystemPalette.Active; }

    TextArea {
    selectionColor: systemPalette.highlight
    selectedTextColor: systemPalette.highlightedText
    }
    

    also notice QML ToolBar's ToolButton item does not support dark theme, with svg icon

    while PushButton work perfectly ok. and show the svg in white on dark theme, and white on light theme.

    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