欢迎来到天天文库
浏览记录
ID:35896794
大小:954.50 KB
页数:75页
时间:2019-04-22
《毕业论文--嵌入式HTML编辑器的设计和实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、太原理工大学毕业设计(论文)用纸摘要随着编程技术的日益大众化,普遍化,大量的编程语言被更多的人们所掌握,HTML语言作为一种简单易懂的标签语言更是倍受编码爱好者的青睐。编码语言的普及化增高随之带来的是对于编辑器功能的需求提高。一款好的编辑器不仅要实现最基本的功能,将代码语言编译成计算机可识别的机器语言;还需要具有舒适友好的编译环境界面和方便的文本处理功能。这样的编辑器有助于提高编码者的编辑效率还能提高初学者继续学习下去的兴趣。因此,为了更加方便自己的编码,提高自己的编码效率,所以自己设计实现了一款简单的可视化HTML编辑器。编辑器中实现解释标签功能主要是使用了
2、QT中的WebKit技术,在该模块中主要有三个类分别为QWebView、QWebPage和QWebView,它们其中包含的方法就可实现HTML标签的解释功能,并可实现网页的逆解析过程,可视化界面中实现网页的浏览也是利用了这一技术,因此,这一技术是本编辑器使用的核心技术。在搭建可视化编辑器的过程中使用了大量QT中封装的类,其中最大的一个类是管理布局栈类,将水平布局和垂直布局放在其中,这样就可较方便的实现不同的布局相互切换,这样就可根据编程者的个人喜好去改变界面的布局了。本论文中重要介绍了项目的研发背景,所完成的功能和研发过程,重点讲解了主要技术、设计思想、解决方
3、案。关键词HTML编辑器;WebKit;可视化界面;设计;EmbeddedHTMLeditordesignandimplementationii太原理工大学毕业设计(论文)用纸AbstractWiththegrowingpopularityofprogrammingtechniques,generalization.alotofprogramminglanguagesaremorepeopletograsp,HTMLlanguageasaneasy-to-understandlanguageismuchfavoredbytheencodinglovers.Th
4、eincreasedpopularityofcodedlanguageiseditedandbroughtdemandforimprovedfunctionality.Agoodeditornotonlytoachievethemostbasicfunction,thecodeiseditedintomachinelanguagerecognizable;Italsoneedtohaveacomfortableenvironment-friendlyinterfaceandeasytoedittextprocessingfunctions.Sucheditor
5、shelpincreaseeditingefficiencycodingbeginnerswhocanraisetheinteresttocontinuelearningforever.Therefore,inordertomoreeasilyencodetheirowntoimprovetheircodingefficiency,sotheirdesignandimplementationofasimplevisualHTMLeditor.EditorachievedmainlyexplainedlabelsusingtheQTWebKittechnolog
6、y,themodulehasthreemaincategoriesnamelyQWebView,QWebPageandQWebFramewhichcontainsmethodsthattheycanachieveexplainthefunctionalityofHTMLtags,andtoachieveinverseparsingthepage,visualinterfaceisalsoimplementedinWebbrowserstakeadvantageofthistechnology,sothistechnologyisthecoretechnolog
7、yusedintheeditor.UsethevisualeditortobuildthecourseinalotofQTtypeofpackage,thelargestofwhichisthemanagementofaclassstackclasslayout,thehorizontalandverticallayoutinwhichthelayout,soyoucanachievemoreconvenienttoswitchbetweendifferentlayoutsthiscanbebasedonthepersonalpreferencesofthep
8、rogrammertochangeth
此文档下载收益归作者所有