diff --git a/qt.md b/qt.md index 1b08e305..aa771651 100644 --- a/qt.md +++ b/qt.md @@ -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.