From 6945a197490e7aa0113bca1f9a13019a27b5d8eb Mon Sep 17 00:00:00 2001 From: Joker <joker2387089590@gmail.com> Date: 周三, 18 6月 2025 23:10:25 +0800 Subject: [PATCH] change submodule url --- examples/shared/widgetframe/windowbar_p.h | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/examples/shared/widgetframe/windowbar_p.h b/examples/shared/widgetframe/windowbar_p.h index cea8a99..5824f63 100644 --- a/examples/shared/widgetframe/windowbar_p.h +++ b/examples/shared/widgetframe/windowbar_p.h @@ -1,9 +1,13 @@ +// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware) +// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao) +// SPDX-License-Identifier: Apache-2.0 + #ifndef WINDOWBARPRIVATE_H #define WINDOWBARPRIVATE_H #include <QBoxLayout> -#include "WindowBar.h" +#include "windowbar.h" namespace QWK { @@ -25,8 +29,13 @@ IconButton, MenuWidget, TitleLabel, - MinimumButton, - MaximumButton, + LoginButton, + LanguageButton, + ManualButton, + AboutButton, + PinButton, + MinimizeButton, + MaximizeButton, CloseButton, }; @@ -43,6 +52,9 @@ inline void insertDefaultSpace(int index) { layout->insertSpacerItem(index, new QSpacerItem(0, 0)); } + + private: + Q_DISABLE_COPY(WindowBarPrivate) }; } -- Gitblit v1.9.1