refactor(qss): remove useless qss files

fix(KiranTitlebarWindow): collapse the window fillet at full screen
refactor(KiranTitlebarWindow): Implementation method of reconstructing custom title bar
fix(siderbar): add KiranSidebarItem interface
refactor(shadow): update KiranTitlebarWindow,KiranMessageBox shadow style
This commit is contained in:
liuxinhao 2022-08-18 20:15:18 +08:00
parent e7c817de1f
commit 7ffd040f38
3 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: kiran-widgets-qt5
Version: 2.3.0
Release: 2
Version: 2.3.1
Release: 1
Summary: Encapsulated QT Widget
Summary(zh_CN): 封装的Qt小部件
@ -76,6 +76,11 @@ make %{?_smp_mflags}
rm -rf %{buildroot}
%changelog
* Thu Aug 18 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.3.1-1
- KYOS-F: new KiranSidebarItem interface
- KYOS-F: KiranTitlebarWindow collapse the window fillet at full screen
- KYOS-F: KiranTitlebarWindow Implementation method of reconstructing custom title bar
* Wed Aug 10 2022 luoqing <luoqing@kylinsec.com.cn> - 2.3.0-2
- KYOS-F: Modify license and add yaml file.