View Single Post
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#6838
we need an app for this thread:

import QtQuick 1.0
import QtWebKit 1.0
Flickable{
width: 800;
height: 600;
contentHeight: webview.height;
WebView {
id: webview;
url: "http://talk.maemo.org/showthread.php?p=1094671";
preferredWidth: 800;
preferredHeight: 600;
smooth: false
}
}


OR:

echo -e "import QtQuick 1.0\nimport QtWebKit 1.0\nFlickable{ width: 800; height: 600; contentHeight: webview.height; WebView { id: webview; url: \"http://talk.maemo.org/showthread.php?p=1094671\"; preferredWidth: 800; preferredHeight: 600; smooth: false; }}\n" > tmo.qml && scp tmo.qml root@your_phone_ip:/opt/


TODO: add filter to completly remove Quotes made by Abilll_uk from people who reply too his posts

Last edited by mikecomputing; 2011-09-23 at 18:38.
 

The Following 3 Users Say Thank You to mikecomputing For This Useful Post: