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. How to develop for more than one style
Forum Updated to NodeBB v4.3 + New Features

How to develop for more than one style

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 114 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.
  • F Offline
    F Offline
    flaviotordini
    wrote on last edited by flaviotordini
    #1

    I've been using the Material style on my app and now I would like to support the new iOS style too. My code is littered with Material.accent, Material.foreground and other Material style specific stuff.

    I cannot keep them because importing Material will switch the component to the Material style. I'm looking for a way to remove them.

    I'm trying with file selectors but code duplication and code "splitting" in many files is not manageable.
    I found a nice tecnique here: https://forum.qt.io/post/379136 but it's overly complex.

    Did someone really tried to use Material and iOS styles together?

    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