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. QSS validation - XML document contains QSS snippets and validating the QSS in the specialised tool users have for editing the XML document would be gr
QtWS25 Last Chance

QSS validation - XML document contains QSS snippets and validating the QSS in the specialised tool users have for editing the XML document would be gr

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.9k 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.
  • D Offline
    D Offline
    Dolphin
    wrote on 7 Dec 2012, 13:08 last edited by
    #1

    Qt tools have QSS validation - anyone know how I can get hold of that functionality without the gui? I need something I can pass a snippet of QSS to which returns true or false (valid or not)

    M 1 Reply Last reply 4 Feb 2016, 20:18
    0
    • D Dolphin
      7 Dec 2012, 13:08

      Qt tools have QSS validation - anyone know how I can get hold of that functionality without the gui? I need something I can pass a snippet of QSS to which returns true or false (valid or not)

      M Offline
      M Offline
      michalfapso
      wrote on 4 Feb 2016, 20:18 last edited by
      #2

      If you don't mind some manual work, just open the Qt Creator's Designer, select any widget, look for the "stylesheet" property in the property editor, click on the three dots and paste your qss into the textarea there. It will immediately tell you whether it is valid or not.

      In case of an error, It does not show you the invalid line, so I usually just do a binary search removing parts of the qss code until it validates :o)

      Anyway the code for validating qss files has to be in the Qt Creator's source code, so you can look there if you need it.

      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