KDE Frameworks介绍

KDE Frameworks

https://develop.kde.org/products/frameworks/

he KDE Frameworks are a set of 83 add-on libraries for programming with Qt. KDE Frameworks 是一组 83 个附加库,用于使用 Qt 进行编程。

Get Started

Developer Documentation 开发者文档

https://api.kde.org/frameworks/index.html

Code an application in C++ with Qt and QML. 使用 Qt 和 QML 在 C++ 中编写应用程序。

Design Guidelines

https://develop.kde.org/hig/

Use our UI standards to their fullest for a flexible and consistent user experience if you are creating an app for the Linux desktop. 如果您要为 Linux 桌面创建应用程序,请充分利用我们的 UI 标准以获得灵活且一致的用户体验。

Features

The KDE Frameworks are add-on libraries for coding applications with Qt. KDE Frameworks 是用于使用 Qt 编写应用程序的附加库。

The individual Frameworks are well documented, tested and their API style will be familiar to Qt developers. 各个框架都有详细的文档记录和测试,Qt 开发人员会熟悉它们的 API 风格。

Frameworks are developed under the proven KDE governance model with a predictable release schedule, a clear and vendor neutral contributor process, open governance and flexible LGPL or MIT licensing. 框架是在经过验证的 KDE 治理模型下开发的,具有可预测的发布时间表、清晰且供应商中立的贡献者流程、开放治理和灵活的 LGPL 或 MIT 许可。

The frameworks are cross-platform and function on Windows, Mac, Android and Linux. 这些框架是跨平台的,可在 Windows、Mac、Android 和 Linux 上运行。

Organization

The Frameworks have a clear dependency structure, divided into Categories and Tiers. The Categories refer to runtime dependencies: Frameworks 具有清晰的依赖结构,分为 Categories 和 Tiers。类别指的是运行时依赖项:

Functional elements have no runtime dependencies. 功能元素没有运行时依赖性。 Integration designates code that may require runtime dependencies for integration depending on what the OS or platform offers. 集成指定可能需要运行时依赖性才能集成的代码,具体取决于操作系统或平台提供的内容。 Solutions have mandatory runtime dependencies. 解决方案具有强制性的运行时依赖性。

The Tiers refer to compile-time dependencies on other Frameworks. 层指的是对其他框架的编译时依赖性。

Tier 1 Frameworks have no dependencies within Frameworks and only need Qt and other relevant libraries. Tier 1 Frameworks 在 Frameworks 内部没有依赖关系,只需要 Qt 和其他相关库。 Tier 2 Frameworks can depend only on Tier 1. Tier 2 框架只能依赖于 Tier 1。 Tier 3 Frameworks can depend on other Tier 3 Frameworks as well as Tier 2 and Tier 1. Tier 3 框架可以依赖于其他 Tier 3 框架以及 Tier 2 和 Tier 1。

Highlights:

KArchive offers support for many popular compression codecs in a self-contained, featureful and easy-to-use file archiving and extracting library. Just feed it files; there’s no need to reinvent an archiving function in your Qt-based application! KArchive 在一个独立的、功能强大且易于使用的文件归档和提取库中提供对许多流行压缩编解码器的支持。只需提供文件;无需在基​​于 Qt 的应用程序中重新发明归档功能!

ThreadWeaver offers a high-level API to manage threads using job- and queue-based interfaces. It allows easy scheduling of thread execution by specifying dependencies between the threads and executing them satisfying these dependencies, greatly simplifying the use of multiple threads. ThreadWeaver 提供高级 API 以使用基于作业和队列的接口管理线程。它允许通过指定线程之间的依赖关系并执行满足这些依赖关系的线程来轻松调度线程执行,从而大大简化了多线程的使用。

Breeze Icons. KDE Frameworks includes two icon themes for your applications. Breeze icons is a modern, recognisable theme which fits in with all form factors. 微风图标。 KDE Frameworks 为您的应用程序提供了两个图标主题。 Breeze 图标是一个现代的、可识别的主题,适合所有外形尺寸。

KConfig is a Framework to deal with storing and retrieving configuration settings. It features a group-oriented API. It works with INI files and XDG-compliant cascading directories. It generates code based on XML files. KConfig 是一个处理存储和检索配置设置的框架。它具有面向组的 API。它适用于 INI 文件和符合 XDG 的级联目录。它基于 XML 文件生成代码。

KI18n adds Gettext support to applications, making it easier to integrate the translation workflow of Qt applications in the general translation infrastructure of many projects. KI18n 为应用程序添加了 Gettext 支持,使得更容易将 Qt 应用程序的翻译工作流集成到许多项目的通用翻译基础设施中。

Kirigami is a responsive UI framework for QML. Kirigami 是 QML 的响应式 UI 框架。

Examples

Get The Frameworks 获取框架

Latest Version

Download the latest release 下载最新版本

Release Announcements 发布公告

Find more Qt Addons 查找更多 Qt 插件

The Qt library archive. Qt 库存档。

Inqlude

Build it Yourself 自己建造

Our tool to compile KDE software 我们编译 KDE 软件的工具

kdesrc-build

Linux Packages

Linux distros already package KDE Frameworks Linux 发行版已经打包了 KDE 框架

Binary Packages

Windows

Our Craft tool builds KDE software on Windows and other platforms 我们的 Craft 工具在 Windows 和其他平台上构建 KDE 软件

Craft

Android

Use KDE Frameworks on mobile 在移动设备上使用 KDE 框架

Android Tutorial


评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注