-
We are currently using your Eagle2FreeCad together with FreeCad 13 and are very satisfied. Meanwhile, as there new FreeCad versions and PyQt4 was changed in favour of PySide, we were wondering if ther…
-
### What happened?
qfluentwidgets与mysql.connector有冲突,导致访问非法内存。
Process finished with exit code -1073741819 (0xC0000005),
相同环境下,换成pymysql就没有问题。
### Operation System
windows10
### Python Version
…
-
Hi, when I run `roslaunch envsim visionenv_sim.launch render:=True`, it has successfully opened rviz, unity,.. but still got one or two error.
1) pyside error: `ImportError: cannot import name 'libqt…
-
Does ViTables intend to support pyside?
-
Branch [pyside_compatibility](https://github.com/gbaty/openalea/tree/pyside_compatibility) improve OpenAleaLab compatibility with PySide.
All works in this branch except:
1. PackageManager
2. Resource…
gbaty updated
9 years ago
-
add support for pyside 6 pliz
-
### What happened?
我照着micaEffect的设置卡写了一个类似的,配置边栏的亚克力效果的设置。
在打开边栏的情况下,更改可见性会报错。
但似乎是第一次会这样
![image](https://github.com/user-attachments/assets/81935d58-cc6b-4eff-b187-c12d27515943)
### Opera…
-
The bug mentioned in #298 seems to be a PyQt5 bug only as far as we can tell so far. It will take some more testing by those people on OSX but could be worth switching to PySide2 as our GUI framework …
-
It appears that in PyQt4 and 5, QFontDialog.getFont returns a tuple of (font, ok), but in PySide 1 and 2, that result is reversed to (ok, font).
Here's how I'm working around it for now:
```
resu…
-
Toolbox crashes on PySide6 6.8.0. The crash happens in qtpy's QtGui.py line 120 `from PySide6.QtGui import *`, which is called by qtconsole's util.py line `from qtpy import QtCore, QtGui`, which is ca…