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

Type $btnColor = rgba) or rgba() will crash when ')'.

fixed

Windows 10 x64 (Turkish), Python 3.9 > D:\Software\QssStylesheetEditor\src>app.py > starting... > config file "D:\Software\QssStylesheetEditor\src\i18n\list.toml" load successed! > config file "D:\Software\QssStylesheetEditor\src\config\config.toml" load successed! > Preimporting 'PyQt5.Qsci' ... successfully in 0.031s. >...

fixed

On startup the apps text is compressed and rendered above eachother ![Screenshot 2020-02-27 at 11 55 43](https://user-images.githubusercontent.com/5273682/75438410-2e7a9100-5958-11ea-9317-f7e9c300b6a7.png) You can fix it by going into preferences and changing the font size....

When I try to install the 1.6 release python wheel with pip, I get the following error: ``` ERROR: For req: QssStylesheetEditor==1.6. Invalid script entry point: - A callable suffix...

implemented

This project seems quite interesting, should be useful an english translation for the project too.

enhancement
implemented

```css background-image: url(:/img/close.png); ```

enhancement
implemented

我貌似不能这样定义?程序只认识$Text不认识$TextHeader。导出QSS后,在用到$TextHeader 的地方,写的是#FFFFFFHeader ``` $Text = #FFFFFF; $TextHeader = #EAE5BA; $TextDisabled = #8D8D8D; $TextInput = #000000; ```

fixed

Version: `1.5` Screen Resolution: 3840 x 2160 (4K) ![image](https://user-images.githubusercontent.com/6591180/78690334-4c2b0680-78c5-11ea-9c32-da7933343f0a.png)

implemented