githubuser0xFFFF

Results 55 comments of githubuser0xFFFF

@noabody Thank you for testing this. Then it seem to be a very special Arch Linux related issue. I do not have Arch Linux here so I'm not able to...

PyQtAds is a third party contribution. Maybe the author can help you.

Yes, It compiles with MinGW and if I remove the line -fuse-ld=lld it also links properly. If I build the debug version I need to completely disable this part: ```cmake...

Yes, this happens if you build with debug info - to workaround this, I simply disable / remove the following part: ```cmake target_link_options(${target} INTERFACE $ # Use faster linker (...

Ok, thank you for the quick response. I just had quick look into the documentation and the supported compilers. I missed the part that MinGW is an unsupported platform -...

The internal stylesheet currently only supports light themes. A solution would be to provide your own stylesheet. I will try to enhance the internal stylesheet to improve darktheme support.

@FelixBer In KDDockWidgets they use QDrag instead of mouse events for handling the dragging: https://github.com/KDAB/KDDockWidgets/blob/main/src/qtcommon/DragControllerWayland_p.cpp Maybe this could also be a solution for ADS.

Thank you for your pull request. Do you really thing this is necessary to make the widgets to native widgets. In our application we use the OpenGL based [Coin3D](https://www.coin3d.org/) library...

Thank you for the pull request. Because the change might have negative side effects on other applications, I would like to ask you to add a new configuration flag, such...