From f359fa88b7d4b3b5f31f9bdfc7cf17d451ce262b Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Mon, 9 Dec 2024 06:21:24 -0700 Subject: [PATCH] [qt] fix duplicate name: --- qt.md | 2 -- 1 file changed, 2 deletions(-) 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.