解决方案1:在cpp文件中放置.c,且在该文件中引用变量 解决方案2:在一个cpp文件中包含.c,但在另一个cpp文件中使用结构体变量 cpp文件1 cpp文件2 不知道是什么原因,但是实验证明可行 Read More
posted @ 2017-04-01 14:46 mCat Views(8902) Comments(0) Diggs(0)
查看按钮是否被选中 ui.radioButton53->isChecked() 选中按钮 ui.radioButton53->setChecked(true); 按钮失效 ui.radioButton53->setEnabled(false); Read More
posted @ 2017-04-01 10:31 mCat Views(178) Comments(0) Diggs(0)