This is a simple mdi library for Qt6

cmake cpp qt
2 Open Issues Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves refactoring a Qt6-based MDI library, `qmdlib`, to replace the use of `foreach` loops with range-based `for` loops and making the iterated containers `const`. This improves code readability and potentially const-correctness.

Complexity: 2/5
enhancement good first issue

This is a simple mdi library for Qt6

C++
#cmake#cpp#qt

AI Summary: Debug and fix the 'save' and 'find' functionalities in the qmdilib Qt6 library's minimal mode. The issue appears to be related to shortcuts not working, despite the actions being available. Testing should be performed under Manjaro with Qt 6.9.1.

Complexity: 4/5
bug good first issue PluginManager

This is a simple mdi library for Qt6

C++
#cmake#cpp#qt