Alex Spataru

Results 93 comments of Alex Spataru

@everylittlebit This can happen because QJoysticks uses SDL2 instead of SDL.

I think that the most viable way is to use vector icons (e.g. SVG) instead of PNG, which will render the icons resolution-independent.

As you already mentioned, Qt 5.6 onwards supports high DPI screens. However, not everyone will have Qt 5.6 installed (especially Linux users). Here is the code that I use to...

Hi! Thanks a lot for your interest in this project! I have never used Microlab, could you please send me a link to try it? I think that most of...

Hi! Thanks a lot for the report, I will do some tests on Windows 11 and get back to you. For the moment, could you please try the latest [continuous...

Hi! Thanks a lot for your interest in this project! The user interface can be customized by creating and modifying [themes](https://github.com/Serial-Studio/Serial-Studio/tree/master/assets/themes). However, for the moment, themes can only define the...

Hi, I think this has something to do with the UI rendering thread. I will do some tests on my own computer and get back to you in a few...

Hi, you can modify the Y-axis limits by setting the minimum and maximum values for each dataset in the JSON editor (see screenshot below): Please let me know if this...

Hi, I have created a fork of your awesome project and, aside from implementing a download dialog, added the configuration required for Travis CI test builds. You can check the...

Hello, thanks for the changes, I didn't know about the QVersionNumber class! The only downside that I see is that we need to use Qt 5.6 or greater in order...