• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






smilingacan

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

文章分类 -  Qt

 
qtcreator无法debug ROS程序
摘要:question:Attaching to process 10144 Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf ptrace: Operation not permitted.answer:You ca 阅读全文
posted @ 2014-03-31 15:10 阿灿笑眯眯的 阅读(658) 评论(0) 推荐(0)
qt与qtcreator的安装
摘要:1.安装g++ gccsudo apt-get installbuild-essential2.安装cmakesudo apt-get install cmake3.安装依赖包sudo apt-get install libX11-dev libXext-dev libXtst-dev4../configure5.make6.make install 阅读全文
posted @ 2013-08-09 09:09 阿灿笑眯眯的 阅读(136) 评论(0) 推荐(0)
qt教程
摘要:1.实现图形Qt学习:三维绘图之OpenGL和Qt的结合http://www.cnblogs.com/xinyuyuanm/archive/2013/05/13/3076777.html2.centralWidget中显示多个widget的实现与细节http://blog.csdn.net/yanjiang2008666/article/details/84592393.qt 学习之路http://blog.51cto.com/tagindex.php?keywords=QT%BD%CC%B3%CC&keyword=QT%BD%CC%B3%CC&job=&jobs=&a 阅读全文
posted @ 2013-08-02 18:40 阿灿笑眯眯的 阅读(228) 评论(0) 推荐(0)
Using CMake to Build Qt Projects
摘要:Qt comes with the QMake tool for handling cross platform building issues. However, there are other build systems available such as autotools, SCons and CMake. These tools meet different criterias, for example external dependencies.When the KDE project shifted from Qt 3 to Qt 4 the project changed bu 阅读全文
posted @ 2013-07-31 15:01 阿灿笑眯眯的 阅读(656) 评论(0) 推荐(0)
Ubuntu下安装Qt环境及Qt Creator开发工具(转)
摘要:step 1: 参考Ubuntu下安装Qt环境及Qt Creator开发工具在Terminal中输入:sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer◆qt4-dev-tools 中包括了Qt Assistant,Qt Linguist,Qt Creator(貌似在Ubuntu 11版本中没有自动安装)◆qt4-doc 这个是帮助文档◆qt4-qtconfig Qt的配置工具,这个装好默认好◆qt4-demos 官方的一些Demo◆qt4-designer 可视化窗体设置工具以上内容13 阅读全文
posted @ 2013-07-29 21:44 阿灿笑眯眯的 阅读(395) 评论(0) 推荐(0)
Qt
摘要:1.Qt官网http://qt-project.org/doc/qt-4.8/how-to-learn-qt.html2.Qt answerhttp://answers.ros.org/question/12790/ros-qt-creator-gui/ 阅读全文
posted @ 2013-07-29 19:02 阿灿笑眯眯的 阅读(223) 评论(0) 推荐(0)