发布时间:2014-03-03 12:51:40
QAction *openAction openAction = new QAction(tr("&Open"), this); openAction->setShortcut(QKeySequence::Open); 第二句,我们使用了setShortcut函数。shortcut是这个动作的快捷键。Qt的QKeySequence已经为我们定义了很多内置的快捷键,比如我们使用的Open。你可以通过查阅API文档获.........【阅读全文】
发布时间:2014-01-06 22:43:46
安装 VMWare tools 时出现“The path "/usr/bin/gcc" is not valid path to the gcc binary”环境:Vmware 8.0+RedHat 9.0问题:安装 VMWare tools 时询问GCC安装位置,出现“The path "/usr/bin/gcc" is not valid path to the gcc binary”。查询是否安装了GCC,显示确实安装了。使用 which gcc,显示安装位置.........【阅读全文】