jabza
jabza
I'm setting the border of a QComboBoxListView, which _does_ work, however, the following error message fires every render: QComboBoxListView(0x2465b85e250) does not have a property named "yBorder" I can't remover the...
**Describe the bug** I am trying to toggle the `WindowType.FramelessWindowHint` windowFlag, but this causes the window to close. This happens when changing the windowFlags props of Window or calling setWindowFlag...
The current lobby and server are somewhat of a black box when it comes to accessing the room state. It would be nice to allow server to listen to state...
## Describe the bug When checking the currentText, currentChoices and canContinue of the Story object within onMakeChoice, these are still the old values. ## To Reproduce story.onMakeChoice = () =>...
I am creating QPixmap at runtime which I hope to display via QIcon. Qt appears to support a QIcon constructor that accepts a QPixmap, see: https://doc.qt.io/qt-5/qicon.html#QIcon-1 Is it possible to...
When attempting to parse 'A / Db' with getChord('maj', 'A', 'Db'), the rootDegree is not found, thus returning a root A chord object. This is because the distance calculated is...
### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...
Hi, I've been trying to get setup on an IvyBridge i5 3570k with a GTX 1060. Windows 10 PRO (10.0.19043 Build 19043). The first error I ran into was the...
I've recently built CSM, and after reading the manual I was hoping to test it with some correct .log files, as my own appear to be failing. Regarding section 3.3...
Hi, thank you for creating this UI library! After weighing a lot of options, this seemed to provide the perfect balance of features for my new NextJS 13 project. With...