上一页 1 ··· 107 108 109 110 111 112 113 114 115 ··· 138 下一页
摘要: 一个全局的,一个应用的 int main(int argc, char *argv[]) { QApplication app(argc, argv); QTranslator qtTranslator; qtTranslator.load("qt_" + QLocale::system().name(), QLibraryInfo::location(QLibraryInfo::Tran... 阅读全文
posted @ 2011-07-14 17:47 katago 阅读(1557) 评论(0) 推荐(0)
摘要: splitter->setStretchFactor(0, 3); // widget gets 3 out of 4 width/height unitssplitter->setStretchFactor(1, 1); // widget gets 1 out of 4 width/height units 阅读全文
posted @ 2011-07-14 17:10 katago 阅读(4575) 评论(0) 推荐(0)
摘要: http://www.murga-linux.com/puppy/viewtopic.php?t=42571 阅读全文
posted @ 2011-07-12 19:40 katago 阅读(128) 评论(0) 推荐(0)
摘要: http://msdn.microsoft.com/en-us/library/ms810467.aspx http://hi.baidu.com/beisika/blog/item/b204d58f6c3bece9513d9297.html 阅读全文
posted @ 2011-07-12 19:09 katago 阅读(199) 评论(0) 推荐(0)
摘要: http://www.denx.de/wiki/DULG/LinuxNfsRoot root=/dev/nfs rw: the root filesystem will be mounted using NFS, and it will be writable. nfsroot=192.168.1.1:/opt/eldk-4.2/ppc_4xx: the NFS server has the IP... 阅读全文
posted @ 2011-07-11 16:36 katago 阅读(237) 评论(0) 推荐(0)
摘要: 参考 file:///Z:/qt-everywhere/marvell/download/udev-142/docs/writing_udev_rules/index.html 和man http://www.ibm.com/developerworks/cn/linux/l-cn-udev/index.html http://www.linuxsky.org/doc/admin/200710/... 阅读全文
posted @ 2011-07-07 21:59 katago 阅读(516) 评论(0) 推荐(0)
摘要: http://singleboy.blog.163.com/blog/#m=0 阅读全文
posted @ 2011-07-07 21:44 katago 阅读(133) 评论(0) 推荐(0)
摘要: http://hi.baidu.com/396954504/blog/item/8c391513eb8d202fdc54010a.html 对于mini2440最新的root_qtopia文件系统启动过程,我在这里做了一些简单的分析,和大家分享一下经验,不足之处也请大家及时指出。 其实,虽然root_qtopia这个文件系统的GUI是基于Qtopia的,但其初始化启动过程却是由大部分由busyb... 阅读全文
posted @ 2011-07-07 21:32 katago 阅读(761) 评论(0) 推荐(0)
摘要: 1. 去http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/ 下载udev软件包: udev-142.tar.gz scratchbox中编译,在外面编译加上--prefix运行时候会出错,会按照编译主机的路径去找配置文件等。。 ../udev-142/configure --host=arm-mv5sft-linux-gnueabi... 阅读全文
posted @ 2011-07-07 10:55 katago 阅读(5023) 评论(0) 推荐(0)
摘要: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Name udev — Linux dynamic device management Description udev supplies the system software with device events, manages permissions of dev... 阅读全文
posted @ 2011-07-06 23:38 katago 阅读(445) 评论(0) 推荐(0)
上一页 1 ··· 107 108 109 110 111 112 113 114 115 ··· 138 下一页