Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smoked-herring/qsseditor
🎨 Cross-platform application to edit and preview Qt style sheets (QSS).
https://github.com/smoked-herring/qsseditor
qscintilla qss qt qt-style-sheets qt-stylesheets qt4 qt5
Last synced: 17 days ago
JSON representation
🎨 Cross-platform application to edit and preview Qt style sheets (QSS).
- Host: GitHub
- URL: https://github.com/smoked-herring/qsseditor
- Owner: HappySeaFox
- License: gpl-3.0
- Archived: true
- Created: 2020-05-08T14:44:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T10:45:31.000Z (over 2 years ago)
- Last Synced: 2024-08-05T01:07:27.697Z (6 months ago)
- Topics: qscintilla, qss, qt, qt-style-sheets, qt-stylesheets, qt4, qt5
- Language: C++
- Homepage:
- Size: 873 KB
- Stars: 467
- Watchers: 12
- Forks: 129
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-qt - qsseditor - platform application to edit and preview Qt style sheets (QSS). (editor)
README
QSS Editor
A cross-platform tool to edit and preview Qt style sheets.
Nice and dark QSS example could be found [here](https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/dark/style.qss).
Author: Dmitry Baryshev
Patches for Mac: Israel Lins Albuquerque
![QssEditor](.github/qsseditor.png?raw=true)
## Installation
Visit the Releases Github page for prebuilt packages. If no suitable package exists,
you can consider building `QssEditor`.## Building
#### Requirements
- Windows, Linux, macOS
- Git to clone the repository
- Qt5 with Qt Creator
- Build tools: MSVC, MinGW, GCC, XCode etc.#### Steps
1. Clone `https://github.com/smoked-herring/qsseditor`
2. Open `QssEditor.pro` in Qt Creator
3. Build `QssEditor` with a preferred or the default kit## 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