摘要:
一、功能改进经过对QtWebKit的一些学习,对之前的浏览器进行一些改进:1.增加分页显示多个网页的功能。每个分页都是一个QWebView控件,实现对多个网页的加载。2.加入欢迎主页。学习如何创建Qt资源文件,从本地读取欢迎主页的HTML。3.添加了前进Forward和后退Back按钮。4.此外还明确了SIGNAL和SLOT的命名,SLOT都以handleXXX开头与SIGNAL区分开。二、Qt资源文件Qt可以很方便的通过资源文件来管理各种资源,就像在VS中创建资源文件一样。项目结构如下:在Qt Creator中创建四个资源文件html.qrc,script.qrc,style.qrc,res 阅读全文
随笔档案-2012年5月24日
转-virsh Guide
2012-05-24 11:11 by htc开发, 314 阅读, 收藏,
摘要:
virsh is a command line management interface for your virtual machines. Using this program you can manage your local or remote virtual machines.virsh application comes with several commands and options, but for your day to day work you will be using small set of them.Let’s walk through the commands 阅读全文
浙公网安备 33010602011771号