Using Dialogs in QT C++

Using Dialogs in QT C++

Using Dialog in Qt. Dialogs are an essential part of GUI applications, used for brief interactions with users, such as confirming actions, inputting information, and displaying progress. 1. Basic Concept of Dialogs In Qt, a Dialog is essentially a special window that inherits from <span><span>QDialog</span></span>. <span><span>QDialog</span></span> itself is a subclass of <span><span>QWidget</span></span>, so it possesses … Read more

DIY Development Board for Large Model AI Dialogue and Control Experiments

DIY Development Board for Large Model AI Dialogue and Control Experiments

Little Smart AI has been quite popular recently, and the short videos about it online have garnered a lot of attention. Essentially, it is a DIY project that combines the ESP32 series module, a digital amplifier, and a microphone module, enabling large model AI dialogue.Thus, I got the urge to create a board based on … Read more