Petr Mánek
Petr Mánek
Hello! Thanks for a great library. I have been using it for a while with Qt 6.3 and g++ without any issues. Recently I tried to switch my project's build...
Hi! I have created [an AUR package][aur] for mio. Thought you may want to include it in the README. ;) [aur]: https://aur.archlinux.org/packages/mio-git/
Hello, I would like to use QtUsb in my project but don't know how to integrate it, since I use a CMake 3 build system (not qmake). Is there a...
**Describe the bug** When a `QUsbDevice` is destroyed, a locked mutex remains behind which causes assertion failure that leads to a fatal crash. **Platform:** - OS: Arch Linux x86_64 -...
During implementation of my custom drag-to-connect logic I found that there is no easy way to obtain the destination port item of `qan::Connector` inside my `requestEdgeCreation()` signal handler. The default...
Hey, I would like to ask if you could port this plugin to Safari. Since Safari and Chrome are quite similar in their inner workings, I figure it can't be...
First of all, very nice job on wttr.in; I rely on it every day! I am currently using [nwg-wrapper](https://github.com/nwg-piotr/nwg-wrapper) and [ansifilter](https://gitlab.com/saalen/ansifilter) to display v1 and v2 forecast, and was wondering...
Suppose that I have several node styles, and I would like to switch between them to indicate a state of a node (perhaps using a distinct `backColor`). On the level...
I think I discovered a bug that has to do with connectors. Here is a sequence to reproduce: 1. Add several nodes to a graph with connector enabled. The connectors...
I am implementing my own node, port and edge items and discovered a feature that I am missing in the library. Perhaps I am have just overlooked it -- in...