摘要: Ubuntu版本:测试用12.04,尽可能最新推荐14.04.板级支持包:fsl-release-bsp.tar.gz /***************************************ReadMe*************************************************/Freescale's Community Yocto BSP ============... 阅读全文
posted @ 2015-05-25 14:32 不二侬 阅读(2150) 评论(0) 推荐(0) 编辑
摘要: 例程一:hello world! 支持HTML语言解析。#include #include int main(int argc, char *argv[]) { QApplication app(argc,argv); QLabel *label=new QLabel("hello,world "); label->show(); return app.... 阅读全文
posted @ 2015-05-25 14:00 不二侬 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1、实现效果图: 2、代码清单:#include #include #include #include #include int main(int argc, char *argv[]) { QApplication app(argc, argv); QWidget *window = new QWidget; window->setWindowTitle("Enter y... 阅读全文
posted @ 2015-05-25 13:51 不二侬 阅读(586) 评论(0) 推荐(0) 编辑