QssStylesheetEditor Versions Save

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

v1.8

8 months ago

usage

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 for details.

Other Language Descriptions: 简体中文

v1.7

2 years ago

usage

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 for details.

Other Language Descriptions: 简体中文

v1.6

4 years ago
QssStylesheetEditor v1.5

usage

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 for details.

Other Language Descriptions: 简体中文

v1.5

4 years ago
QssStylesheetEditor v1.5

download [QssStylesheetEditor_v1.5.zip], and follow the usage.md inside the zip file to run QssStylesheetEditor.

binary packages for windows 64bit are available :

  • QssStylesheetEditor_1.5_win64_installer [Download](secuirity code: auhq)
  • QssStylesheetEditor_1.5_win64_portable [Download](secuirity code: brtj)

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 for details.

Other Language Descriptions: 简体中文

v1.4

4 years ago
QssStylesheetEditor v1.3

windows 64bit version QssStylesheetEditor download:

  • QssStylesheetEditor_1.4_win64_installer [Download](secuirity code: gwf8)
  • QssStylesheetEditor_1.4_win64_portable [Download](secuirity code: ze32)

Features

  • 增加配置文件
  • 增加多国语言功能
  • 增加最近打开的文件列表
  • 编译资源文件
  • 修复安装包兼容性问题
  • 重构安装包脚本,安装包界面支持中英文两种语言

See the ChangeLog and TodoList for details.

v1.35

4 years ago
QssStylesheetEditor v1.3

windows 64bit version QssStylesheetEditor download:

  • QssStylesheetEditor_1.35_win64_installer [Download](secuirity code: 5u5s)
  • QssStylesheetEditor_1.35_win64_portable [Download](secuirity code: 4hha)

Features

  • 修复部分电脑找不到dll错误
  • 制作安装包

See the ChangeLog and TodoList for details.

v1.3

4 years ago
QssStylesheetEditor v1.3

windows 64bit version QssStylesheetEditor portable exe download:

  • QssStylesheetEditor_1.3_win64_portable [zip Download](secuirity code: mq3c)
  • QssStylesheetEditor_1.3_win64_portable [7z Download](secuirity code: bcaz)

New Features

  • 增加Qss关键字、属性、伪元素等自动提示,自动补全功能
  • 增强自定义Scintilla编辑器功能
  • 完善默认模板
  • 修改UI布局,改进体验
  • 修复qss内相对路径引用等bug
  • 制作绿色exe版本软件

See the ChangeLog and TodoList for details.

v1.2

4 years ago
QssStylesheetEditor v1.2

New Features

  • 使用Scintilla作为Qss编辑器
    • 自定义代码高亮,代码折叠
    • 支持搜索替换
    • 支持tab缩进
    • 支持undo redo
  • 完善实时预览控件
  • 增加默认模板
  • 修改变量定义方法为$var=$value;
  • 修改UI布局,改进体验

See the ChangeLog and TodoList for details.

v1.0

4 years ago
QssStylesheetEditor V1.0

实现的功能包括

  • 支持实时预览QSS效果
  • 简单的语法高亮
  • 变量支持不完善
  • 预览控件不完善