Qt Writes Custom Control 32 - Waiting for Progress Bar Control

I. Preface In a variety of task interfaces, sometimes it takes more time to give an intuitive waiting progress bar to show the progress of the current execution, instead of being forced there, users will not feel dead or why. There are several ways to wait for the progress bar, such as directly asking the artist to do the gif map, using QLabel ...

Posted by slak on Sat, 20 Jul 2019 23:56:43 -0700

Qt Writing Custom Control 31-Panel Dashboard Control

I. Preface In Qt custom control, dashboard control is the largest number, writing dashboards are written about hematemesis, probably because a variety of industrial control areas are more used, and the dashboard is more vivid and intuitive, this time see Baidu echart has this control, so also to imitate and do a, in fact, master it. After the d ...

Posted by ChrisFlynn on Sat, 20 Jul 2019 07:21:29 -0700

Notes on Qt Serial Port

Although RS232 interface is no longer available on most household PC s. However, RS232 serial port is still widely used in industry because of its simple operation and reliable communication. In previous versions of Qt, there was no official support for RS232 serial port, so it was inconvenient to write serial port program. Now, QtSerialPort ...

Posted by J@ystick_FI on Mon, 10 Jun 2019 12:54:23 -0700

Source Coding Qt5

Linux Mint Source Coding Qt5.8 Introduction Compile and install process Download source code To configure Installation of required tools Install xcb Libraries Install Multimedia Library configuration option Compile source code Configuring Qt paths Install qtCreator Introduction After Qt5.5, the official Qt has no 32- ...

Posted by stomlin on Wed, 15 May 2019 21:05:48 -0700

QSettings Read and Write Registry, Configuration File (C: Users Firecat AppData Roaming liteide liteide.ini)

Source of the article: http://blog.csdn.net/liang19890820/article/details/50518187 Read and Write Registry General storage Let's take Qt as an example. It is well known that Qt belongs to Digia now. That is to say, the organization name is Digia and the product name is Qt. In the main() function, the organization name and produ ...

Posted by blackhorse on Fri, 04 Jan 2019 18:30:11 -0800

Modified VTK sample code of [VTK][DICOM]

This week we began to investigate how to use VTK to render DICOM MPR/VR images. See the example of VTK: VTK-8.1.0\Examples\GUI\Qt\FourPaneViewer This example uses QVTK OpenGL Widget control to display four view s, which show intersecting MPRA, MPRB, MPRC and 3D slices (three intersecting MPR planes). The UI below is my modified ...

Posted by derksj on Sat, 29 Dec 2018 09:06:09 -0800