Chinaunix首页 | 论坛 | 博客
  • 博客访问: 108653
  • 博文数量: 87
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 636
  • 用 户 组: 普通用户
  • 注册时间: 2013-11-22 19:31
文章分类

全部博文(87)

文章存档

2015年(33)

2014年(37)

2013年(17)

我的朋友

发布时间:2014-03-08 11:02:32

http://www.perfect-is-shit.com/how-to-learn-cpp.html......【阅读全文】

阅读(546) | 评论(0) | 转发(0)

发布时间:2014-03-03 12:51:40

QAction *openAction openAction = new QAction(tr("&Open"), this); openAction->setShortcut(QKeySequence::Open); 第二句,我们使用了setShortcut函数。shortcut是这个动作的快捷键。Qt的QKeySequence已经为我们定义了很多内置的快捷键,比如我们使用的Open。你可以通过查阅API文档获.........【阅读全文】

阅读(3224) | 评论(0) | 转发(0)

发布时间:2014-03-03 12:28:34

一个动作(action)就是一个可以添加任意数量的菜单和工具栏上的项。......【阅读全文】

阅读(376) | 评论(0) | 转发(0)

发布时间:2014-01-06 22:48:13

......【阅读全文】

阅读(517) | 评论(0) | 转发(0)

发布时间: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,显示安装位置.........【阅读全文】

阅读(848) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册