QssStylesheetEditor icon indicating copy to clipboard operation
QssStylesheetEditor copied to clipboard

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

Results 51 QssStylesheetEditor issues
Sort by recently updated
recently updated
newest added

Running the exe and saving, the program just hard crashes on save with no information Running the batch file provides a bit more information ```python scripts started. ------------------------ starting... config...

可能的复现操作: 1. 输入一个变量和赋值颜色 2. 敲第二个变量,可能通过智能提示,然后回车就崩溃了 或者 敲第二个变量,智能提示出现,然后backspace就崩溃了

fixed

The application crashed at some point today and erased the content of my .qss file. Then, when I try to reopen them, it systematically open the new.qsst template file, failing...

fixed

installer程序和解压包程序运行失败,单独执行AppStartCmd.bat可以 运行程序无弹框,Windows日志/应用程序管理看到异常消息如下: 错误应用程序名称: AppStart.exe,版本: 0.0.0.0,时间戳: 0x5d74f797 错误模块名称: AppStart.exe,版本: 0.0.0.0,时间戳: 0x5d74f797 异常代码: 0xc0000005 错误偏移量: 0x0000000000001817 错误进程 ID: 0x1ca8 错误应用程序启动时间: 0x01d6dcba534a080e 错误应用程序路径: C:\Users\Austin\Downloads\QssStylesheetEditor1.6_win64_portable\AppStart.exe 错误模块路径: C:\Users\Austin\Downloads\QssStylesheetEditor1.6_win64_portable\AppStart.exe 报告 ID: a6f4b44a-b7ff-4a69-a8ca-6d7d8e3467e6 错误程序包全名: 错误程序包相对应用程序 ID:

fixed

Changes in the stylessheet dont show in the `Preview window`. After making some changes to the stylesheet you have to either change the style back and forth via the `Combobox`...

fixed

thanks for anyone to contribute the international translation. now English, Chinese are exist, russian needs to be updated. welcome to add other language translation. the way to contribute is as...

help wanted

Even though the preference window is big enough to show the fullsize of the dropdowns it doesn't ![Screenshot 2020-02-27 at 12 01 07](https://user-images.githubusercontent.com/5273682/75438924-23743080-5959-11ea-93f0-d052fc1ebbaa.png) ![Screenshot 2020-02-27 at 12 03 38](https://user-images.githubusercontent.com/5273682/75438971-36870080-5959-11ea-8692-f45e5bcf55a3.png)

bug
fixed

Some software use a Palette Defined like this in Python ```python darkPalette = QPalette() darkPalette.setColor(QPalette.WindowText, QColor(180, 180, 180)) darkPalette.setColor(QPalette.Button, QColor(53, 53, 53)) ``` Then in the qss file it is...

implemented

Version: 1.6 When running the installer, it first prompts you for the language but then shows the EULA in a completely different language. I selected `English` and got this: ![image](https://user-images.githubusercontent.com/6591180/78689557-75976280-78c4-11ea-9623-d38927b5c3aa.png)

fixed

在Release1.6版本中: 尝试使用$xx = rgb(0,0,0);程序崩溃 设置QWidget字体时代码框会出现选中错误的问题

fixed