I have QQuickWindow * _mainWindow and in OS Windows I just write
::ShowWindow(reinterpret_cast<HWND>(_mainWindow->winId()), SW_MINIMIZE);
and it's works! But I do not know how it make in OS linux, I googled about x11 library, but don't understand how use it. Please help.
I try minimize application window because in QML until Windows & Linux Qt has bugs and does not fixed.
showMinimize in Qt does not work correctly