2023年9月7日

Qt-实现框选功能

摘要: 相关资料: https://linuxcpp.0voice.com/?id=102977 如何使用Qt实现框选功能? 实例代码: main.cpp #include "mainwindow.h" #include <QApplication> int main(int argc, char *arg 阅读全文

posted @ 2023-09-07 11:20 疯狂delphi 阅读(55) 评论(0) 推荐(0) 编辑

Qt-设置倒角界面

摘要: 实例代码: main.cpp #include "mainwindow.h" #include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); 阅读全文

posted @ 2023-09-07 11:03 疯狂delphi 阅读(44) 评论(0) 推荐(0) 编辑

Qt-自定义输入和注释

摘要: 1.启动Qt->工具->选项2.在“选项”界面->“文本编辑器”->“片段”3.在“片段”界面->点击“添加”4.触发列:代码编辑区输入的简写字母。触发种类:输入简写后回车就可以得到的正文内容。 zjqClass:class TXxxx : public xxxx{ Q_OBJECTpublic: 阅读全文

posted @ 2023-09-07 10:25 疯狂delphi 阅读(51) 评论(0) 推荐(0) 编辑

导航