Qt5
文章平均质量分 56
darren-wang
这个作者很懒,什么都没留下…
展开
-
ubuntu下Qtcreator编写c/c++程序无法调试的解决办法
ubuntu12.10(64bit)下使用Qt Creator 2.5.82 (2.6.0-beta)编写c/c++程序,在调试的时候出现如下的问题:ptrace: Operation not permitted.Could not attach to the process. Make sure no other debugger traces this process.Check转载 2013-12-18 10:39:07 · 1410 阅读 · 0 评论 -
Qt5:Qt中屏幕或窗口截图功能的实现
QScreen方法1 //功能同样是截屏 , 注:QScreen的构造函数是私有的2 QScreen *screen = QGuiApplication::primaryScreen();3 screen->grabWindow(0).save("123","jpg");转载 2014-10-05 16:29:10 · 2887 阅读 · 0 评论 -
Qt5 Qml import folder and qrc problem
we can import folder in qmllike:原创 2014-10-15 02:21:37 · 1192 阅读 · 0 评论 -
Qt5: how to handle fonts when deploying?
You can embed the font file(s) into your executable using the Qt resource system.http://qt-project.org/doc/qt-5/resources.htmlThen in your application, you can load the embedded font.QGuiApp转载 2014-10-03 21:04:15 · 1170 阅读 · 0 评论 -
VMware & Ubuntu下建立Qt5.1.1环境
step1: install GCC & All add-onsstep2: install Qt5.1.1, online or offline install as you like;step3: install openGL libin details: ubuntu 12.04安装OpenGLin brief:$ sudo apt-g原创 2013-12-13 10:52:14 · 769 阅读 · 0 评论 -
generate apk QT5.2 folder
First check the deployement options, IIRC the default option is using Ministro to automatically load and install the Qt libraries and when you launch the emulator Ministro is not installed there.转载 2014-03-30 23:52:13 · 619 阅读 · 0 评论 -
temp2_asset
#-------------------------------------------------## Project created by QtCreator 2014-03-30T16:55:55##-------------------------------------------------QT += core guigreaterThan(原创 2014-03-30 23:56:37 · 706 阅读 · 0 评论 -
add Windows build environment-mingw to qt5.2.1 on ubuntu(AMD64)
install minGW w64install debug install debug serverconfigue in qt5.2.1qmake??http://rpm.pbone.net/index.php3/stat/4/idpl/25668832/dir/rawhide/com/mingw64-qt5-qmake-5.2.1-1.fc21.x86_64.rp原创 2014-03-05 15:53:43 · 1202 阅读 · 0 评论 -
“gcc-mingw-w64” package in Ubuntu
“gcc-mingw-w64” package in UbuntuUbuntu “gcc-mingw-w64” packageg++-mingw-w64: GNU C++ compiler for MinGW-w64g++-mingw-w64-i686: GNU C++ compiler for MinGW-w64 targeti转载 2014-03-05 11:39:43 · 1893 阅读 · 0 评论 -
tips: Qt5 call android static function
AndroidManifest.xml: version="1.0"?> package="org.qtproject.qmhp" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:insta原创 2014-11-02 22:46:42 · 3131 阅读 · 0 评论