qt 开发手册QT 电子书pdf版
很好的QT资料 void MainWindow::updateRecentFileActions(){ QMutableStringListIterator i(recentFiles); while (i.hasNext()) { if (!QFile::exists(i.next())) i.remove(); } for (int j = 0; j < MaxRecentFiles; ++j) { if (j < recentFiles.count()) { QString text = tr
下载地址
用户评论
讲的内容太过简单了
里面的内容比较详尽,可以学习参考用