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. Custom stylesheet properties

Custom stylesheet properties

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.5k 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.
  • R Offline
    R Offline
    Rollmops
    wrote on last edited by
    #1

    Hi!

    I have really searched the whole internet for this...without any success.

    So here is my question.

    I have my own class (OwnObject) derived from QObject and i do have a stylesheet. Is it possible to use custom properties in my stylesheet and to access them from my own class?
    Like:

    stylesheet:

    OwnObject {
    my_property: 10;
    }

    code (Python):

    class OwnObject(QObject):
    ...
    a = self.property('my_property')

    Thanks for your help!!

    Greetings!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      No, it is not. Style sheet parsing is private in Qt.

      However, what you can do, is make you style sheet set any property you want, including custom properties. That might be enough for you, depending on your purposes.

      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