Results 54 comments of lileilei

thanks, it will be fixed.

I use the "QStyleFactory.keys" api to get the list of valid styles. is there some options missing?

```python box.setMaxVisibleItems(5) #method for combobox to set the max visible items,it should be invoked in python code. box.setStyleSheet("QComboBox{combobox-popup:0;}") #the code in " " could be added to qss file ```...

我还没有测试过32bit python,64bit python 都测试过,我这几天试一下32bit看看。 看你这个提示的错误,应该是Qsic的版本比PyQt5的版本高了,pip install -U PyQt5升级一下PyQt5应该可以。 > 64bit的系统,可以先下载一个绿色版(portable)或者安装版(installer)用一下试试

好的,非常感谢提交的问题,32bit python3 的问题肯定是要完善的 > 有什么问题或建议都欢迎提交^_^

I will try to upload binaries to github release next version. For the binaries is a little big. I don't know how many space is allowed on github.

这个好像是有问题,需要修复一下。

是有这个问题,变量未定义完,然后回车(用智能提示的时候需要回车或者鼠标)就会触发预览,但是因为变量定义不完整,导致崩溃。已经在源码中修复了。

I changed layout inside the color panel, may be it's fixed.