diff options
author | Pratik Karki <prertik@outlook.com> | 2017-08-25 14:03:17 +0545 |
---|---|---|
committer | Pratik Karki <prertik@outlook.com> | 2017-08-25 14:03:17 +0545 |
commit | d3fbc5b797b6d5286b8fea67ec12084132bf92d3 (patch) | |
tree | f759922be79a9b2775cf534eb1195ab9292c644d | |
parent | 9a32aeaa888e74d6ed169bfe00a9af46226e640d (diff) |
Add language code suffix(#2832)
-rw-r--r-- | qt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.html.markdown b/qt.html.markdown index 64e36e2e..0db75726 100644 --- a/qt.html.markdown +++ b/qt.html.markdown @@ -5,7 +5,7 @@ language: c++ filename: learnqt.cpp contributors: - ["Aleksey Kholovchuk", "https://github.com/vortexxx192"] -lang: en + --- **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](https://learnxinyminutes.com/docs/pyqt/)*, *QtRuby*, *PHP-Qt*, etc. |