Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to have many style sheets in app and user can select which one want to use?
QtWS25 Last Chance

How to have many style sheets in app and user can select which one want to use?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 187 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
    fcairib76
    wrote on last edited by
    #1

    Hi, i want to have 2 qss file then from one of the menu bar option select which one i want to use.
    plz help me

    jsulmJ JonBJ 2 Replies Last reply
    0
    • F fcairib76

      Hi, i want to have 2 qss file then from one of the menu bar option select which one i want to use.
      plz help me

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @fcairib76 What exactly is your question?
      How to load qss file?
      How to select a qss file?
      How to add entries to the menu?
      ...

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • F fcairib76

        Hi, i want to have 2 qss file then from one of the menu bar option select which one i want to use.
        plz help me

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @fcairib76
        You should answer @jsulm's questions.

        But you will end up reading in the text of the desired QSS file and using QApplication::setStyleSheet() to set it on the application. See e.g. https://forum.qt.io/topic/83346/qt-widgets-global-stylesheet.

        1 Reply Last reply
        1

        • Login

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