-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KDDockWidgets::MainWindow in QMainWindow central widget since 1.2 not useable any more #168
Comments
Is your app GPL and what's the url so I can debug it ? And which OS ? I'm unaware of any breakage, but I'm not surprised... might need more tests |
// For test purpose i have adjusted main.cpp from minimal example. /* SPDX-FileCopyrightText: 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company info@kdab.com SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only Contact KDAB at info@kdab.com for commercial licensing options. #include "MyWidget.h" #include <kddockwidgets/DockWidget.h> #include // clazy:excludeall=qstring-allocations using namespace KDDockWidgets; int main(int argc, char **argv)
} |
Fixed in 206433e |
I have ported my app to use KDDockwidgets.
Therefore i inserted KDDockWidgets::MainWindow into the central widget of my QMainWindow. My other QDockWindows on the sides of QMainWindow should stay as they are.
This works fine in version KDDockWidgets 1.1.
Since KDDockWidgets 1.2 the drag indicators are not shown anymore, so i'm not able to dock anywhere.
Any suggestions?
The text was updated successfully, but these errors were encountered: