-
Will easygui_qt eventually support PyQt5 or PySide? I already have PyQt5 on my machine so I cannot install PyQt4.
-
`2018-03-21 14:02:41.164 Marinecoin-qt[19353:47787589] modalSession has been exited prematurely - check for a reentrant call to endModalSession:`
I'm using macOS 10.12.16
Using marinecoin v1.0.…
-
And used when a trial with the same collection of windows is loaded.
-
- [x] In particular del key shourtcut. (fixed with #1332 )
- [ ] show widget when changing selection with arrows.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Many popup windows have issues when navigating with the keyboard.
This is one exa…
-
## 🐛 Bug
I was playing with really large multiscale images using viewer.add_image and found some overflows.
First I got https://github.com/napari/napari/issues/5758, which can be resolved with h…
-
Currently we use a heuristic to find out whether editable elements are clicked. We might be able to hook into a [QInputMethodEvent](http://doc.qt.io/qt-5/qinputmethodevent.html) instead (though Qt 5.8…
-
Specifically the issue occurs with 'Match case' toggle turned off. The search box then considers queries `abc\d{5}` and `abc\D{5}` to be the same query and just pulls the previous search results from …
-
QML extension plugins need not link with Widgets library, is there a work around to avoid this ?
```
Dynamic section at offset 0x172c88 contains 37 entries:
Tag Type …
-
Are there any ways to focus a `TextView` element?
My use case is that I want to create a select list using `LinearLayout` (vertical) and `TextView`. This results in an error because `TextView` uses …