⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.htmlwidget

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 HTMLWIDGET
字号:
KDE HTML Widget===============Developers----------The first version was written byTorben Weis <weis@stud.uni-frankfurt.de>It was extended byJosip A. Gracin <grac@fly.cc.fer.hr>andMartin Jones <mjones@kde.org>It is currently primarily maintained and developed by Martin Jones.Libraries Required------------------libkde-develStarting Point--------------You can add the widget to your program by doing something like:#include <html.h>   .   .   .    KHTMLWidget *view = new KHTMLWidget( parent, "Name" );	view->show();	view->begin( "file:/tmp/test.html" );	view->parse();	view->write( "<HTML><TITLE>...." );	view->write( "..." );	    .		.		.	view->write( "</HTML>" );	view->end();After doing this, control must be returned to the event loop as the HTMLis parsed in the background using a Qt timer.For more information see the full documentation in JavaDoc format includedin the header files.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -