1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

Add PyQT Chinese translation

This commit is contained in:
kdxcxs
2020-02-12 12:03:24 +08:00
parent 844029c927
commit 890aedaa5d

View File

@@ -9,7 +9,7 @@ translators:
lang: zh-cn
---
**Qt** 是一个著名的用C++实现的跨平台软件开发框架。只需更改少量甚至有时候不需要更改代码就能在多个软硬件平台上运行。
**Qt** 是一个著名的用C++实现的跨平台软件开发框架。只需更改少量甚至有时候不需要更改代码就能在多个软硬件平台上运行同时拥有原生应用程序的功能和速度
这是[Aleksey Kholovchuk](https://github.com/vortexxx192)对QT的C++简介的改编用pyqt实现了一些相同功能的代码