Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Qt Style Sheets: comments?
-
Does anyone know if Qt Style Sheets support any form of comments?
-
Yes, c-style comments (/* ... */)
-
Yes, c-style comments (/* ... */)
-
@mchinand thanks for the tip. Kudos!