55#include < QGridLayout>
66#include < QWidget>
77#include < QString>
8- #include < QSystemTrayIcon>
9- #include < QStringLiteral>
10- #include < QMenu>
118#include " LanguageManager.hpp"
12- #include " SearchPanel.hpp"
13- #include " ClearButton.hpp"
14- #include " DisconnectButton.hpp"
15- #include " GetConnectButton.hpp"
16- #include " SettingButton.hpp"
17- #include " ../../Core/Include/CoreNotification.hpp"
189#include < QSettings>
1910#include " ../../Lib_Memory/Include/Memory.hpp"
2011#include " ../../Utils/Include/Namespace_Macro.hpp"
2112#include " ../Hot_Reload/Include/HotReload_Language.hpp"
2213#include " ../Toolkit/Include/MainWindow_Components.hpp"
2314#include " ../../Lib_Memory/Include/MainWindow_ObjectManager.hpp"
2415#include " ../../Implements/GUI_Components/Include/Manager_MainWindow_Component_Impl.hpp"
25- #include " TableView.hpp"
2616
2717#if defined (Z_DEBUG)
2818 #include " ../../Utils/Include/Logging.hpp"
2919 using ZClipboard::AppUtils::LogContext;
3020#endif
3121
32- using ZClipboard::Core::NotificationCore;
33- using ZClipboard::GUI ::DisconnectButton;
34- using ZClipboard::GUI ::TableView;
35- using ZClipboard::GUI ::ClearButton;
36- using ZClipboard::GUI ::ConnectButton;
37- using ZClipboard::GUI ::SearchArea;
38- using ZClipboard::GUI ::SettingButton;
39- using ZClipboard::GUI ::SystemTray;
4022using ZClipboard::Lib_Memory::PtrUnique;
4123using ZClipboard::GUI ::Hot_Reload::HotReloadLanguage;
4224using ZClipboard::GUI ::Hot_Reload::HotReloadImpl;
@@ -88,9 +70,6 @@ GUI_NAMESPACE
8870 QWidget *centralWidget;
8971 QGridLayout *windowLayout;
9072
91- PtrUnique<ConnectButton> getButton;
92- SettingButton *settingButton;
93- DisconnectButton *disconnectButton;
9473
9574 #if defined (Z_DEBUG)
9675 private:
@@ -99,9 +78,6 @@ GUI_NAMESPACE
9978 LogContext{}.LogDebug (&objectManager->GetMainWindowObjects ()->tableView_Component );
10079 LogContext{}.LogDebug (&objectManager->GetMainWindowObjects ()->searchArea_Component );
10180 LogContext{}.LogDebug (&objectManager->GetMainWindowObjects ()->clearButton_Component );
102- LogContext{}.LogDebug (&getButton);
103- LogContext{}.LogDebug (&settingButton);
104- LogContext{}.LogDebug (&disconnectButton);
10581 LogContext{}.LogDebug (&objectManager->GetMainWindowObjects ()->systemTray_Component );
10682 LogContext{}.LogDebug (&hotReloadLanguage);
10783 }
0 commit comments