Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

anpho/WebImageView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WebImageView

==============

WebImageView for BlackBerry Cascades, a fork from https://github.com/RodgerLeblanc/WebImageView and improved with much better performance.

see code for details.

how to use

register this control in your main.cpp:

qmlRegisterType<WebImageView>("lab.anpho", 1, 0, "WebImageView");

then you can use it in QML.

import lab.anpho 1.0
WebImageView{
	url : "http://someplace.com/somepic.jpg"
}

About

WebImageView for BlackBerry Cascades, a fork from https://github.com/RodgerLeblanc/WebImageView and improved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages