Иконки прямо в коде: как мы избавились от assets, портируя приложение на Linux и macOS Привет, Хабр! Мы в ChameleonLab разра...
#python #PyQt #PySide #Qt #SVG #векторная #графика #ui #PyInstaller #hidpi #кросс-платформенная
Origin | Interest | Match
A little #PyQt app to make starting or switching statins more rational to get patients to target in as near to one visit as possible. Not in Hogshead per Barrel units.
Note to self.
When using pyqtgraph in QtCreator6, make sure to remember that importing QGraphicsScene is from PySide6.QtWidgets and needs to be *before* importing pyqtgraph, otherwise it fails in your subclassed QWidget, quite obscurely.
pyqtgraph.systemInfo() helps
#pyqtgraph #PyQt #Python
🚀 Computer Properties tab is DONE!
✅ BitLocker recovery keys
✅ LAPS passwords
✅ Location/OU hierarchy (and it’s pretty!)
Built in PyQt6 with LDAP integration — this thing’s smooth.
📸 Screenshots attached!
#sysadmin #Python #PyQt #ActiveDirectory
A 6 node hypergraph src: https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Directed_hypergraph_example.svg/220px-Directed_hypergraph_example.svg.png
Python code implementing the hypergraph
Achievement get: I have #Python code that can algebraically create #hypergraphs - graphs with n-ary edges.
Now to be able to do that in a graphical editor!
Trying to unravel #PyQt scenes!
How to disable explorer.exe on Windows startup and launch my PySide6 application instead? I am de...
stackoverflow.com/questions/79417021/how-t...
#python-3.x #windows #pyqt #pyside6
Event Attributes
If you use Qt from #Python (from any of its bindings like #PyQt or PySide or QtPy), read this excellent guide from @czaki on writing robust tests.
@czaki has repeatedly cleaned up the test suite for @napari, which often failed randomly in CI, and this post distills many of his learnings. I’ve […]
I'm writing this tiny app in #PyQt and the whole signals and slots setup in Qt feels very satisfying 😍!
Hooked some signals to some slots. #PyQt