[qt] fix duplicate name:

This commit is contained in:
Boris Verkhovskiy 2024-12-09 06:21:24 -07:00
parent 5a7f589c6c
commit f359fa88b7

2
qt.md
View File

@ -1,11 +1,9 @@
---
category: framework
name: Qt
name: C++
filename: learnqt.cpp
contributors:
- ["Aleksey Kholovchuk", "https://github.com/vortexxx192"]
---
**Qt** is a widely-known framework for developing cross-platform software that can be run on various software and hardware platforms with little or no change in the code, while having the power and speed of native applications. Though **Qt** was originally written in *C++*, there are its ports to other languages: *[PyQt](../pyqt/)*, *QtRuby*, *PHP-Qt*, etc.