摘要: parentWidget->findChildren<QsciScintilla*>();只能找到继承自QsciScintilla的子对象,而QsciScintilla本身实例化的对象,是找不到的。究其原因:findChildren内部调用的是 qobject_cast 函数,该函数因为无法成功,导 阅读全文
posted @ 2024-11-24 14:44 我是标同学 阅读(0) 评论(0) 推荐(0)