Jan Kowalewicz

Results 23 comments of Jan Kowalewicz

I can reproduce this. @chifandeyu you need to resize the window, then it shoud work again. But its pretty annoying. Also the "titlebar" widget gets a bit wider then, when...

Don't know if this is still relevant for you. But instead also define ``WIN32`` in your file. ``pcap.h`` shows this: ``` #if defined(WIN32) #include #elif defined(MSDOS) #include #include /* u_int,...

Seems like you are probably running out of ram? Did you restart and the problem still appears?

Hey @alpakido, does starting with ``--platform wayland`` or setting ``QT_QPA_PLATFORM`` to ``wayland`` work out for you?

@jackfong66 Not until now. The project seems dead.. I moved to [FramelessHelper](https://github.com/wangwenx190/framelesshelper).

Hey @wangwenx190, the includes look good right now. Still get some errors, about `QWeakPointer`: ``` -o moc_widgetssharedhelper_p.o moc_widgetssharedhelper_p.cpp In file included from ../framelesshelper-test/framelesshelper/include/FramelessHelper/Core/framelesshelpercore_global.h:32, from ../framelesshelper-test/framelesshelper/include/FramelessHelper/Widgets/framelesshelperwidgets_global.h:27, from ../framelesshelper-test/framelesshelper/include/FramelessHelper/Widgets/private/widgetssharedhelper_p.h:27, from moc_widgetssharedhelper_p.cpp:10: /usr/include/qt/QtCore/qpointer.h:...

> The error message may reveals that QPointer requires T is fully defined. Can you check the headers to see whethter all QPointers have the fully defined type? Thanks! How...

When I do a quick search, it looks fine to me: https://github.com/wangwenx190/framelesshelper/search?q=QPointer

CMake builds fine, I tried but I am to stupid to include it into my Qmake project. I use GCC 11 (11.3.0).

Tried also with GCC 9 (latest I can get), and still the same error..