© 2023 Hashnode
#qt
Introduction PyQt6 and PySide6 are powerful Python bindings for the Qt framework, enabling developers to create cross-platform desktop applications with ease. In this article, we will walk you through…
O Qt Designer é uma ferramenta de design de interface gráfica do usuário (GUI) fornecida pelo framework Qt. Ela permite que desenvolvedores criem e projetem interfaces de usuário para suas aplicações …
Qt is a popular cross-platform application framework for developing desktop and mobile applications, while OpenCV is a popular computer vision library for image processing and analysis. Integrating th…
So you've built your Qt project application and want to share the executable file for others to run without having them install Qt on their computer. The process to do this is simple and I include a fix for a "missing.dll files" issue that …
1. Preface we found that the subclasses that inherit from QWidget look fine in Qt Designer when we used the setStyleSheet() function, but when we actually run the application, we find that it doesn't …
1.How to expand the column to fill the whole table? we can set up one of the columns as stretch, and other columns are fixed, like this QTableView* tableView = new QTableView(); tableView->setModel(mo…
What is QML? "QML" stands for "Qt Modelling Language" and is used within the Qt framework for the creation of a UI. It is a declarative programming language and a component of QtQuick (Qt User Interfa…
Introduction In this post, I am going to share my experience of getting a job in a foreign land, Hong Kong(HK). I hail from India, and in that respect, HK is a foreign land for me. This post will walk…
This post introduces Cute. Cute is a powerful yet extremely easy-to-use and secure C++ RPC (Remote Procedure Call) framework for building modern connected apps and backend services quickly and easily.…
How to install? First install the Qt environment: sudo apt install qt5-default qtcreator. Compile dependencies of the installation project: sudo apt build-dep xxx. "xxx" is the project name, for example: sudo apt build-dep dde-control-cente…