I have a video where application with QWebView use kinetic scrolling
http://www.izlesene.com/video/nokia-symbian3-kinetic-scroll-qt-qwebview/3015927
Type: Posts; User: hd.nguyen; Keyword(s):
I have a video where application with QWebView use kinetic scrolling
http://www.izlesene.com/video/nokia-symbian3-kinetic-scroll-qt-qwebview/3015927
so I must use
void MyListView::mouseReleaseEvent(QMouseEvent * mouseEvent)
{
isPressed = false;
if( !isMoving )
emit(selected(indexAt(lastPressPoint)));
}
... but...
I'm back,
I see that @remy_david did in the exemple.
How do i implement the code in mine? I followed the tutorial "Porting WRT To Qt Applications"
wrtwidgetwindow.cpp :
#include...
thanks @divanov, i go to read it
Hello,
I would like move in QWebView, I disable scrolling vertical and horizontal and I want to use my finger to scroll QWebView same browser on touch device.
kinetic finger scrolling on ?...
I read the last post'RajeevSahu
I have same configuration
QT += core gui webkit
TARGET = testUrl
TEMPLATE = app
Hello everyone,
I want create appplication using Qwebkit. It run on Qt creator simulation but on my nokia N8 it doesn't work.
file.pro
QT += core gui webkit
TARGET = testUrl...
Hello everyone,
I have same problem with my application.
I use same configuration file.pro that @RajeevSahu but QWebView don't load my url.
In Qt creator it's OK but when it run on my nokia...