Qt

Smart home control system based on Huawei cloud design (STM32+ESP8266)

1. Function introduction This is a smart home...
9:30 30 November 2021

[QML] summary of QML signal and event processing mechanism

1, Introduction QML has a signal and handler mechanism, in which the signal is an event and responds to the signal throu...
18:03 20 November 2021

C3-Qt realize Gobang games 2021.11.08

Qt Gobang games (II) Steps: ...
21:14 7 November 2021

Qt5 development and case study 13 Qt5 text editing function

preface   Qt classes often used when writing text editing programs containing formatting include QTextEdit, QTextDo...
2:12 4 November 2021

Initial use of QSerialPort, a QT5 serial port class

I mainly use the serial port class here. The function is to open the serial port read and write, click the Send Data but...
11:01 3 July 2020

Initial use of QSerialPort, a QT5 serial port class

I mainly use the serial port class here. The function is to open the serial port read and write, click the Send Data but...
11:00 3 July 2020

Initial use of QSerialPort, a QT5 serial port class

I mainly use the serial port class here. The function is to open the serial port read and write, click the Send Data but...
11:00 3 July 2020

Graph Selection Function Implementation of Qt C omponent QScrollArea

1. Basic Information Programming language: C++. Visualization Platform: Qt Main components: QScrollArea, QLable 2. Key...
12:58 13 June 2020

Analysis of file dependence of Qt in creating Application

When using QtCreator to create Application program, it will automatically create * * *. UI file in the folder "buil...
0:41 31 May 2020

pyqt5 learning record

1, Write at the beginning Boring writing. Recently, I learned how to do python GUI. I feel much behind the web page. I j...
14:11 18 May 2020

PyQt5: simple video player

This article aims to introduce how to use PyQt5 to make a simple video player ...
12:21 12 February 2020

Summary of common skills in Salesforce Apex (continuous update)

Preface The blogger is also a Salesforce Apex, who has been working for a long time. I would like to share the useful knowledge and the knowledge I u...
21:35 12 January 2020

cv2 window resizable and scaleable

import cv2 videoCapture = cv2.VideoCapture('test.mp4') cv2.namedWindow('name', cv2.WINDOW_NORMAL | cv2.WINDOW_KEEPRATIO) while Tr...
3:54 2 December 2019

QML TEXT content up and down, left and right effect realization

1. effect Want to use QML to achieve the effect of scrolling Text, that is, "can scroll up and down one by one, when each content exceeds the le...
15:51 10 November 2019

Signal + slot test case for pyqt5

When writing code with pycharm, it was found that the signal set a slot for connection, but the test found that it did not work. In addition, without...
9:02 7 November 2019