-
(macOS 15, python 3.8+)
Hello sir, when I run the `./main_window.py`, it happens:
``
./main_window.py: line 1: import: command not found
./main_window.py: line 2: import: command not found
./main…
-
Hi,
I was able to run the test code listed in the documentation with the dummy numpy data on my windows VM, using a separate conda env with the samuroi dependencies. I was able to do this once. I did…
-
### Your idea
Alphabetize the Style dialog (`Format->Style`) and add a search bar. Perhaps rearrange some items, especially the `Score` section which seems to be a catchall section. Even without alph…
-
The original design of all the Range sliders here (which all subclass `sliders._generic_slider._GenericSlider`) was to make them behave as much like drop-in replacements for `QSlider` as possible. I …
-
Full background has already been reported on [SO](https://stackoverflow.com/q/76121347/5321862).
I'm working with `Windows 10` - `SQLAlchemy 1.4.41`. Virtual environment specifics are into the log…
-
Using Psi 1.5 under wayland leads to crashes through the focus stealing prevention code.
This code was removed from psi+ in commit e155a9d8a06f08efe35e44a56dd84f663d903bdc but this commit did not rea…
-
Not sure what I was doing, it was during debugging of a different problem.
```
Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x1…
-
```
sizeHint doesn't change when a new value is assigned to it.
What steps will reproduce the problem?
qs> a = new QWidget()
QWidget
qs> a.sizeHint
QSize(-1, -1)
qs> a.sizeHint = new QSize(100, 10…
-
Qt version: 4.8.7
OS: Ubuntu 16.04 Xenial
Hello,
I'm using QtWebDriver to test a native application (the webdriver attaches to the running application). It has been working great so far, but I'…
-
My Arch-Linux System was updated to Python 3.12.3. After that, I made full upgrades to horuslib and horus-gui.
But when starting horusgui the following Error occurs:
"QWidget: Must construct a QAp…