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
阅读全文
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
阅读全文
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
阅读全文
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
阅读全文
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
阅读全文
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/
阅读全文