QT系列之 checkBox && radioButton的应用
Posted 江南王小帅
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了QT系列之 checkBox && radioButton的应用相关的知识,希望对你有一定的参考价值。
#include "dialog.h" #include "ui_dialog.h" Dialog::Dialog(QWidget *parent) : QDialog(parent) , ui(new Ui::Dialog) ui->setupUi(this); QObject::connec
以上是关于QT系列之 checkBox && radioButton的应用的主要内容,如果未能解决你的问题,请参考以下文章
Qt编程基于Qt的词典开发系列<九>--JSON数据解析
Flutter学习日记之表单组件Radio单选框&Checkbox复选框的使用