# qsseditor **Repository Path**: chsinx/qsseditor ## Basic Information - **Project Name**: qsseditor - **Description**: QssEditor is a cross-platform UI application to edit and preview Qt style sheets (QSS). - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-08-21 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QssEditor QSS Editor is a cross-platform UI application to edit and preview Qt style sheets (QSS). QSS description and reference: [http://qt-project.org/doc/qt-4.8/stylesheet.html](http://qt-project.org/doc/qt-4.8/stylesheet.html). Nice and dark QSS example (dark.qss, dark2.qss) could be found [here](https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/style.qss). Author: Dmitry Baryshev Patches for Mac: Israel Lins Albuquerque ![QssEditor](.github/qsseditor.png?raw=true) ## Build requirements - MinGW-based Qt 4.8.7 from [here](https://download.qt.io/archive/qt/4.8/4.8.7) - 32-bit MinGW 4.8.2 DWARF in PATH from [here](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/threads-posix/dwarf/i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z/download) QssEditor may need patching to enable building with other build tools or Qt versions. ## Licensing notes - QssEditor is under GNU GPLv3+ (see LICENSE.txt) - QScintilla parts are under GNU GPL v3 - all UI files are under GNU GPLv3+ ## Other licensing notes * "Palette" icons is taken from [here](http://www.iconarchive.com/show/perfect-design-icons-by-aha-soft/palette-icon.html) - Author: Aha-Soft - License: Free for non-commercial use * Other icons are taken from the Fugue Icons theme - [http://p.yusukekamiyamane.com](http://p.yusukekamiyamane.com) - Author: Yusuke Kamiyamane - License: Creative Commons Attribution 3.0 License