Go to file
tanjing 24f6e85985 Add a changelog 2023.05.18 4.0.0.0-0k4 2023-05-18 16:32:00 +08:00
.github/workflows Import Upstream version 3.1.4.1~0509 2022-06-02 16:34:17 +08:00
debian Add a changelog 2023.05.18 4.0.0.0-0k4 2023-05-18 16:32:00 +08:00
doxygen Import Upstream version 3.1.4.1~0509 2022-06-02 16:34:17 +08:00
libqt5-ukui-style 添加析构函数,及时释放new的内存,优化切换style的时候qapp->setstyle(new style) 2023-05-16 15:01:25 +08:00
qt5-ukui-platformtheme fix bug172547 bug171533,打开文件夹崩溃问题修复 2023-05-18 16:29:55 +08:00
test !21 同步xc修改 2022-10-20 03:08:34 +00:00
ukui-qml-style-helper Feat: 实现QML主题框架支持RoundButton 2023-02-10 17:29:57 +08:00
ukui-qqc2-style Feat: 实现QML主题框架支持RoundButton 2023-02-10 17:29:57 +08:00
ukui-styles .input:缺少悬停状态问题修改 2023-05-17 15:01:28 +08:00
CONTRIBUTING.md Import Upstream version 3.1.4.1~0509 2022-06-02 16:34:17 +08:00
CONTRIBUTING_zh_CN.md Import Upstream version 3.1.4.1~0509 2022-06-02 16:34:17 +08:00
COPYING Import Upstream version 3.1.4.1~0509 2022-06-02 16:34:17 +08:00
README.md update README.md 2023-04-23 16:29:50 +08:00
qt5-ukui.pro !11 同步3.14.2.7到3.14.2.9的修改 2022-07-11 09:12:45 +00:00

README.md

qt5-ukui-platformtheme

The UKUI platform theme for qt5 QPA.

Wiki on Gitee

Wiki

Introduction

zh_CN

安装和测试

Document

See doxygen/README.md.

Description

In the early development of the UKUI 3.0, we used qt5-gtk2-platformtheme to ensure the unity of the UKUI desktop style. However, it has many limitations for our new desgin.

This project is intend to provide a common resolution of desktop application development with qt5 in UKUI3.0. We hope provide a platform theme to unify and beautify all qt applications according to the design of UKUI3.0, not only our own applications. We are also committed to building our applications that can adapt to different styles. This project is first step to archive those objectives.

qt5-ukui-platformtheme's route brings us closer to the upstream communities. It is not a division, but a desire for fusion and individuality in a compatible way.

Build and Test

Build Depends (reference debian/contorl)

  • pkg-config
  • qt5-default
  • qtbase5-private-dev
  • libkf5windowsystem-dev
  • libgsettings-qt-dev
  • libglib2.0-dev

Testing

To test the project, you should first install it into system and make sure that the current qpa platform is ukui. You can export the QT_QPA_PLATFORMTHEME in terminal.

export QT_QPA_PLATFORMTHEME=ukui

One more important job,

sudo glib-compile-schemas /usr/share/glib-2.0/schemas

That will let the gsettings used by qt5-ukui-platformtheme worked.

Then you can run the test in project, or run any qt5 program for testing with ukui platformtheme.

ToDoList

  • change style's details through configuration file
  • animations