GitPedia
hustlei

hustlei/QssStylesheetEditor

Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.

9 Releases
Latest: 2y ago
v1.8Latest
hustleihustlei·2y ago·August 13, 2023
GitHub

📦 usage

  • + insatll [QssStylesheetEditor-1.8-py3-none-any.whl](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.8/QssStylesheetEditor-1.8-py3-none-any.whl) and run `qsseditor`
  • + or, install [QssStylesheetEditor_v1.8.zip](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.8/QssStylesheetEditor_v1.8.zip) following the usage.md inside the zip file
  • + or, using binary packages for windows 64bit:
  • [QssStylesheetEditor1.8_win64_installer.exe](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.7/QssStylesheetEditor1.8_win64_Installer.exe)

New Features

  • in-time preview feature is more responsive, consuming less resources and time
  • update parameter reference features,fixed bugs
  • add comment features

🐛 BugFix

  • fixed ISSUE#14#33#34#41#43
  • merge #41#44 request
  • fixed editor BUGs
  • > See the [ChangeLog and TodoList](https://github.com/hustlei/QssStylesheetEditor/blob/master/todo.md) for details.
  • > Other Language Descriptions: [简体中文](https://github.com/hustlei/QssStylesheetEditor/blob/master/readme_zh-CN.md)
v1.7
hustleihustlei·4y ago·July 9, 2021
GitHub

📦 usage

  • + insatll [QssStylesheetEditor-1.7-py3-none-any.whl](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.7/QssStylesheetEditor-1.7-py3-none-any.whl) and run `qsseditor`
  • + or, install [QssStylesheetEditor_v1.7.zip](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.7/QssStylesheetEditor_v1.7.zip) following the usage.md inside the zip file
  • + or, using binary packages for windows 64bit:
  • [QssStylesheetEditor1.7_win64_installer.exe](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.7/QssStylesheetEditor1.7_win64_Installer.exe)
  • QssStylesheetEditor1.7_win64_portable.7z [[Download]](https://pan.baidu.com/s/1T0zzM4Y6h1SwHBsliEUbTQ)(security code:65kn)

New Features

  • add custom preview
  • add referance qpalette feature to qsst
  • add auto export qss features
  • make groupbox in preivew area checkable to preview enable and disabled state
  • optimize editor lags
  • add ui skin settings
  • add update check feature

🐛 BugFix

  • Fixed errors in ISSUES#11#16#19#20#21#24#26#28#29#30#31.
  • > See the [ChangeLog and TodoList](https://github.com/hustlei/QssStylesheetEditor/blob/master/todo.md) for details.
  • > Other Language Descriptions: [简体中文](https://github.com/hustlei/QssStylesheetEditor/blob/master/readme_zh-CN.md)
V1.6v1.6
hustleihustlei·6y ago·February 3, 2020
GitHub

📦 usage

  • + insatll [QssStylesheetEditor-1.6-py3-none-any.whl](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.6/QssStylesheetEditor-1.6-py3-none-any.whl) and run `qsseditor`
  • + or, install [QssStylesheetEditor_v1.6.zip](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.6/QssStylesheetEditor_v1.6.zip) following the usage.md inside the zip file
  • + or, using binary packages for windows 64bit:
  • [QssStylesheetEditor1.6_win64_installer.exe](https://github.com/hustlei/QssStylesheetEditor/releases/download/v1.6/QssStylesheetEditor1.6_win_x64_Installer.exe)
  • QssStylesheetEditor1.6_win64_portable.7z [[Download]](https://pan.baidu.com/s/1d8QJH6EbGcZXi7GjbkPlsQ)(secuirity code: j7fc)

New Features

  • Refactor codes, split some code to single package
  • Add code analysis, test scripts and config file

🐛 BugFix

  • Fixed some ui errors.
  • > See the [ChangeLog and TodoList](https://github.com/hustlei/QssStylesheetEditor/blob/master/todo.md) for details.
  • Other Language Descriptions: [简体中文](https://github.com/hustlei/QssStylesheetEditor/blob/master/readme_zh-CN.md)
V1.5v1.5
hustleihustlei·6y ago·November 4, 2019
GitHub

Features

  • Support reference image in resource file:url(:/img/close.png);
  • When there isn't UI language setted, autodetect the os language, if there isn't tranlation, set to english
  • Readme english version set to default
  • Add code analysis, test scripts and config file

🐛 BugFix

  • Fixed some ui errors.
  • > See the [ChangeLog and TodoList](https://github.com/hustlei/QssStylesheetEditor/blob/master/todo.md) for details.
  • Other Language Descriptions: [简体中文](https://github.com/hustlei/QssStylesheetEditor/blob/master/readme_zh-CN.md)
V1.4v1.4
hustleihustlei·6y ago·September 23, 2019
GitHub

Features

  • + 增加配置文件
  • + 增加多国语言功能
  • + 增加最近打开的文件列表
  • + 编译资源文件
  • + 修复安装包兼容性问题
  • + 重构安装包脚本,安装包界面支持中英文两种语言
  • > See the [ChangeLog and TodoList](https://github.com/hustlei/QssStylesheetEditor/blob/master/todo.md) for details.
V1.35v1.35
hustleihustlei·6y ago·September 8, 2019
GitHub

Features

  • + 修复部分电脑找不到dll错误
  • + 制作安装包
  • > See the [ChangeLog and TodoList](https://github.com/hustlei/QssStylesheetEditor/blob/master/todo.md) for details.
V1.3v1.3
hustleihustlei·6y ago·September 1, 2019
GitHub

New Features

  • + 增加Qss关键字、属性、伪元素等自动提示,自动补全功能
  • + 增强自定义Scintilla编辑器功能
  • + 完善默认模板
  • + 修改UI布局,改进体验
  • + 修复qss内相对路径引用等bug
  • + 制作绿色exe版本软件
  • > See the [ChangeLog and TodoList](https://github.com/hustlei/QssStylesheetEditor/blob/master/todo.md) for details.
V1.2 - the first stable versionv1.2
hustleihustlei·6y ago·August 31, 2019
GitHub

New Features

  • + 使用Scintilla作为Qss编辑器
  • 自定义代码高亮,代码折叠
  • 支持搜索替换
  • 支持tab缩进
  • 支持undo redo
  • + 完善实时预览控件
  • + 增加默认模板
  • + 修改变量定义方法为$var=$value;
  • + 2 more
V1.0 the first versionv1.0
hustleihustlei·6y ago·August 31, 2019
GitHub

<img src="https://raw.githubusercontent.com/hustlei/QssStylesheetEditor/master/docs/assets/screenshot/QssStylesheetEditor_v1.0.png" alt="QssStylesheetEditor V1.0" width="400" height="250" /> 实现的功能包括 + 支持实时预览QSS效果 + 简单的语法高亮 + 变量支持不完善 + 预览控件不完善