mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[qt] fix duplicate name:
This commit is contained in:
parent
5a7f589c6c
commit
f359fa88b7
2
qt.md
2
qt.md
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
category: framework
|
category: framework
|
||||||
name: Qt
|
name: Qt
|
||||||
name: C++
|
|
||||||
filename: learnqt.cpp
|
filename: learnqt.cpp
|
||||||
contributors:
|
contributors:
|
||||||
- ["Aleksey Kholovchuk", "https://github.com/vortexxx192"]
|
- ["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.
|
**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.
|
||||||
|
Loading…
Reference in New Issue
Block a user