WIN10 professional + VS2019+QT5.15.2: control improvement
(previously: WIN10 professional + QT5.15.2: control promotion - CSDN blog / / reference: function introduction of "promotion to..." in qt creator - Snail - blog Garden 1. Create a new project 2. Open the file: mainwindow.ui - > drag a tree widget control to the canvas - > right click the pop-up dialogue box - > Click "pr ...
Posted by nmarisco on Tue, 28 Sep 2021 18:44:07 -0700
Chapter 17 electronic mall system
1, Functional requirements analysis
1. Login function
The user needs to enter the user name and password to log in to the mall system. The password is protected in the form of password. If the password is incorrect, re-enter it.
The interface is mainly composed of label, LineEdit, pushbutton and other controls
2. Mall system function
...
Posted by elecktricity on Thu, 23 Sep 2021 05:20:35 -0700
Dialog box for Day07Qt 2021-09-18
QDialog -- use of dialog box
The QDialog class is the base class for all dialog window classes. Dialog window is a top-level window that is often used to complete short interactive tasks or give user behavior tips. Dialog boxes are divided into modal dialog boxes and non modal dialog boxes. Modal dialog boxes are dialog boxes that cannot inter ...
Posted by Spikey on Sat, 18 Sep 2021 10:51:32 -0700
Chapter 5 Qt 5 main window
1, Qt 5 main window composition
QMainWindow is a class that provides users with main window programs, including a menu bar, multiple tool bars, multiple dock widgets, a status bar and a central widget. It is the basis of many applications (such as text editor, picture editor, etc.). This is described in detail in this chapter. The interface la ...
Posted by Arkane on Mon, 13 Sep 2021 17:56:58 -0700
Static Source of Qt Remote Objects
0. Preface
Qt Remote Objects is an RPC remote call module added from Qt5.9. For details, you can learn from the document:
https://doc.qt.io/qt-5/qtremoteobjects-gettingstarted.html
From the perspective of personal use practice, it also has some advantages over other popular RPC frameworks:
Qt like: if grpc is used, some Qt's own type ...
Posted by HHawk on Sat, 04 Sep 2021 20:24:52 -0700
Based on PaddleHub to develop a registration system for students' wearing of masks
Introduction to PaddleHub
PaddleHub is a domestic in-depth learning framework launched by Baidu - "flying oar" pre training model management and migration learning tool. Through PaddleHub developers can use high-quality pre training model and fine tune API to quickly complete the whole proce ...
Posted by excence on Tue, 23 Jun 2020 22:53:42 -0700
PyQt5 detailed tutorial: pyqt programming based on PyQt5 QTdesigner (commonly used control, thread writing, and Matplotlib embedded in pyqt)
The biggest advantage of PyQt5 is that the interface can be made intuitively using qtdesigner, and then the code can be read directly, which saves the tedious steps of typesetting and so on, and the beauty of the interface is also beyond tk's reach.
When using QTdesigner, it's better to layout the i ...
Posted by rayzun on Tue, 23 Jun 2020 03:59:09 -0700
[QT] some notes on using QIODevice to read audio
[QT] some notes on using QIODevice to read audio
Some preparations ahead
Environmental preparation
ffmpeg part
qt part
Get to the point
First attempt
A little improvement
Another improvement
The first time I used csdn to write a blog, it's so troublesome. This markdown editor is enough for me ...
Posted by Patch^ on Sat, 20 Jun 2020 00:56:53 -0700
qt client technology talks - client exception crash handling: dump, corefile 02
1, Foreword
It's normal for the client to have bugs, but if bugs cause the program to crash, we must pay attention to them, so in order to better locate the cause of the crash, we need to do some special handling. Because only linux and window platforms have been built, the following list only deals w ...
Posted by Cheez on Wed, 17 Jun 2020 23:49:29 -0700
OpenCV Development Notes: red fat man 8 minutes to take you in-depth understanding of SIFT feature points (illustrated + easy to understand + program source code)
If the article is original, it cannot be reproduced without permission
Original blog address: https://blog.csdn.net/qq21497936
Original blogger blog navigation: https://blog.csdn.net/qq21497936/article/details/102478062
Blog address: https://blog.csdn.net/qq21497936/article/details/106755662
Dear readers, knowledge is infinite and manpower ...
Posted by jbardin on Sun, 14 Jun 2020 21:36:12 -0700