feat: floating windows like old windbg

This commit is contained in:
Sen66
2026-03-05 13:23:00 +01:00
parent 9a716444f4
commit 636176ee8c
7 changed files with 459 additions and 245 deletions

View File

@@ -10,7 +10,7 @@ namespace rcx {
struct TabInfo {
const NodeTree* tree;
QString name;
void* subPtr; // QMdiSubWindow* as void*
void* subPtr; // QDockWidget* as void*
};
// Sentinel value stored in UserRole+1 to mark the Project group node.