From 37b2043076001ec62bcfb2c25a7092c225ef867d Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sun, 8 Jun 2025 17:04:05 +0200 Subject: [PATCH] refactor: Remove unused actions --- src/swiftdata/swiftdata.ui | 105 ----------------------- src/swiftguistandard/swiftguistd.ui | 90 ------------------- src/swiftguistandard/swiftguistdinit.cpp | 3 - 3 files changed, 198 deletions(-) diff --git a/src/swiftdata/swiftdata.ui b/src/swiftdata/swiftdata.ui index 3ed431df6..a837f8037 100644 --- a/src/swiftdata/swiftdata.ui +++ b/src/swiftdata/swiftdata.ui @@ -117,26 +117,6 @@ - - - Exit - - - - - Settings directory - - - - - Reset settings - - - - - Reload style sheets - - Font @@ -163,91 +143,6 @@ Ctrl+M, D - - - Toggle stay on top - - - - - Navigator - - - - - Debug metatypes (to console) - - - - - JSON bootstrap template - - - - - Env.variables - - - - - Metatypes - - - - - Setup - - - - - Compile info - - - - - All cache files - - - - - Delete cached fies - - - - - Directory - - - - - Reset - - - - - Files - - - - - Directory - - - - - Files - - - - - Reset - - - - - JSON download template - - diff --git a/src/swiftguistandard/swiftguistd.ui b/src/swiftguistandard/swiftguistd.ui index eb7a9a0cb..b1d61f0be 100644 --- a/src/swiftguistandard/swiftguistd.ui +++ b/src/swiftguistandard/swiftguistd.ui @@ -369,36 +369,11 @@ Position EDNX (Schleißheim, GER) - - - Exit - - - - - Settings directory - - - - - Reset settings - - - - - Reload style sheets - - Font - - - Meta types (to console) - - Position LOWW (Vienna, AUT) @@ -428,76 +403,11 @@ Ctrl+W, Ctrl+N - - - Horizontal navigator - - - - - Metatypes - - - - - Env.variables - - - - - Setup - - - - - Compile info - - Internals page - - - Delete cached files - - - - - Display cached files - - - - - Directory - - - - - Files - - - - - Reset - - - - - Directory - - - - - Files - - - - - Reset - - diff --git a/src/swiftguistandard/swiftguistdinit.cpp b/src/swiftguistandard/swiftguistdinit.cpp index 89b727b75..7bfee738e 100644 --- a/src/swiftguistandard/swiftguistdinit.cpp +++ b/src/swiftguistandard/swiftguistdinit.cpp @@ -212,9 +212,6 @@ void SwiftGuiStd::initStyleSheet() void SwiftGuiStd::initGuiSignals() { - // Remark: With new style, only methods of same signature can be connected - // This is why we still have some "old" SIGNAL/SLOT connections here - // main window connect(ui->sw_MainMiddle, &QStackedWidget::currentChanged, this, &SwiftGuiStd::onCurrentMainWidgetChanged);