Qt Writes Custom Control 59-Histogram Dynamic Diagram

I. Preface Histogram is similar to the display of histogram when playing music. The top provides a horizontal line. When the column rises, the line rushes to the top in the form of a hat, which is equivalent to the feeling on the top of the column. It gives people a dynamic feeling. While listening to music, it is more pleasant to the eye. The ...

Posted by NuMan on Tue, 24 Sep 2019 08:51:13 +0200

Qt Writing Custom Control 57-Histogram Waveform

1. Preface Histogram control is not an original control. There are about 20-30 controls in the control range which are not original by themselves, but refer to the open source code on the Internet and tidy up and perfect themselves. The code of the plug-in has been added so that it can be integrated directly into QtDesigner or QtCreator.The mai ...

Posted by sri2002 on Sun, 22 Sep 2019 03:52:40 +0200

Qt Write Custom Control 50-Mini Dashboard

1. Preface This control is named Mini Dashboard because it can be reduced to a very small area display. It is very suitable for small area display of instrument data. It can also be manually touched to adjust the progress. It is one of the most beautiful and compact controls I personally think.The fir ...

Posted by petrosa on Tue, 13 Aug 2019 03:39:21 +0200

Data Acquisition of Wireless Barcode Gun Based on QT

Recent projects encountered the need to collect product barcode and two-dimensional code to save and display, and upload servers or enterprise ERP system, so for wireless and two-dimensional code scanner data acquisition test.The javelin itself is an input device, similar to keyboard input. Bar codes are ASCII characters, and the last character ...

Posted by henry gayman on Mon, 05 Aug 2019 11:15:31 +0200

OpenCV Image Processing-Mat Object Common Method

OpenCV Image Processing-Mat Object Common Method Preface Mat object and IplImage object Common constructors for Mat objects Common Methods of Mat Objects Preface The environment used in this article is: Qt5.11 + OpenCV3.4.6 Environment Installation Reference Document: https://blog.csdn.net/z6348 ...

Posted by pwnuspoints on Tue, 30 Jul 2019 06:28:17 +0200

Qt Writing Custom Control 36-Picture Browser

I. Preface This control is mainly used as a simple picture browser. It can turn pages up and down to display pictures. Pictures can also turn on excessive effects such as transparency gradient, application scenarios such as viewing alarm pictures and running pictures. This control is not my original, from the network, I just revised a lot of BU ...

Posted by Xianoth on Tue, 23 Jul 2019 17:05:30 +0200

Qt Writes Custom Control 33-Picture Switching Animation

I. Preface In many graphics software, when switching pictures, you can bring animation transition or switching effect, which is more human-oriented. In fact, it is mainly dazzling, such as shutters, transparency changes, lower left corner flying in, etc. No matter how many kinds of effects, the core is around QPainter to carry out the correspon ...

Posted by Duell on Sun, 21 Jul 2019 16:52:52 +0200

Qt Writes Custom Control 14-Ring Progress Bar

Preface Ring progress bar, used to show the current progress, in order to meet the needs of large screen UI customization, there used to be a ring progress bar, which can not meet the needs of the project, can only be re-customized, the previous progress interval can not be self-adaptive resolution, and the current progress corresponding to the ...

Posted by maliary on Sat, 18 May 2019 03:59:45 +0200