Qt Writes Custom Control 46-Tree Navigation Bar

I. Preface Tree Navigation Bar Control is the most powerful and classic one among all the controls. Among many buyers, it is also the most frequently used because it has a large collection of display effects, such as left Icon + right arrow + front icon + various color settings, etc. It covers all the ...

Posted by mikeyca on Fri, 09 Aug 2019 00:11:37 -0700

QT Multithread Signals and Slots

Through experiments, we find that even though slot functions are defined in the thread class, the calling function is not the thread. Of course, that's not what we want. Is there any way to make the thread that calls the slot function the native thread? We should know a few questions in the QT. Which t ...

Posted by paul_so40 on Thu, 08 Aug 2019 03:58:27 -0700

Summary of 2 GUI Programming PyQt5

Articles Catalogue Modular layout Absolute positioning grid layout Submit feedback Event Menu bar and toolbar status bar menu bar Tree menu Check menu Right-click menu The QT menu icon is not displayed toolbar example Create edited text Open the file Time and date of color fonts Colour fonts T ...

Posted by ryanthegecko on Thu, 08 Aug 2019 03:01:42 -0700

Qt High Copy Excel Table Component - Supports frozen columns, frozen rows, content adaptation and merging cells

Catalog 1. Overview 2. Effect Display 3. Ideas for implementation 1. Freeze Rows, Freeze Columns 2. Row Height Adaptive 3. Ant Line 4. Test Code 1. Add tabular data 2. Set frozen rows and columns 3. Row Height, Column Width 4. Cell Background Color ...

Posted by Smackie on Wed, 31 Jul 2019 11:39:08 -0700

PyQt5 Quick Start PyQt5 Signal Slot Mechanism

PyQt5 Quick Start (2) PyQt5 Signal Slot Mechanism 1. Introduction of Signal Slot Mechanism 1. Introduction of signal slots Signal slot is the core mechanism of Qt and also the mechanism of object communication in PyQt programming.In Qt, the QObject object and all controls in PyQt that inherit from QWidget support the slot mechanism.When the si ...

Posted by globalinsites on Sun, 21 Jul 2019 09:24:23 -0700

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

Basic Animation of Qt Beautification

Qt beautification based animation................................................................................................................................................................1 Frontier.............................................................................................................................................. ...

Posted by qteks200 on Thu, 20 Jun 2019 18:12:22 -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

PyQt5 Learning Record (5) - - Basic Comprehensive Use of QDockWidget and QListWidget

brief introduction This article introduces what QDockWidget is and how it is used. By the way, it introduces a demo integrated with QListWidget. QDockWidget QDockWidget is a common style of software interaction, as shown in the following figure: The VCS Operations box in the figure above can be considered a Dock Widget, and the most impo ...

Posted by biffjo on Fri, 07 Jun 2019 12:35:11 -0700