I did not
Is there a tutorial or something?
UAVChris wrote:Hi
I got QtonPi working on a composite TV - those who report that it doesn't work(white screen) just cant see it, I plugged in via HDMI and messed around with the QML until the text was visible in the top left corner of the HDMI image - connected up to the composite again and it displays fine through the composite output.
Rectangle {
width: 1880; height: 1080 <- edit rectangle size!
color: "black"
this worked for me in the hello-qtonpi example, its in main.qml. The white screen reports are just a visibility issue not a functional problem.
I ended up using Ubuntu 12.04 for the development environment - I had to install some 32 bit libraries, and some other required libraries wouldn't install on previous versions of Ubuntu .
BIG NOTE: the hello-qtonpi example uses QtQuick2.0 and the Qt Designer for QML files for QtQuick 2.0 has not been released yet to my knowledge. So no quick way to design forms yet as far as I can see. Hope its released soon- I did read somewhere that it is not being worked on at the moment but I'm not sure thats correct. Any clues on this anyone?
I've not been able to get a mouse working at all yet. So I'm trawling through this information to try and get it working.
http://doc.qt.nokia.com/4.7-snapshot/qt ... inter.html
Any help much appreciated!
Pi-n-Mash wrote:Davespice wrote:Yeah I have managed to get this working fine.
I followed the instructions on this page.
I followed these instructions as well (after going down a blind alley with QT on Windows). I've installed the Qt5 build on an Ubuntu machine, but I can't get hello-qtonpi to run because libmpc.so.2 seems to be missing.
Anybody else had this problem or do I have to uninstall everything and start again?
Pi-n-Mash wrote:Davespice wrote:Yeah I have managed to get this working fine.
I followed the instructions on this page.
I followed these instructions as well (after going down a blind alley with QT on Windows). I've installed the Qt5 build on an Ubuntu machine, but I can't get hello-qtonpi to run because libmpc.so.2 seems to be missing.
Anybody else had this problem or do I have to uninstall everything and start again?
apt-get install libmpc2Upon booting and logging into your Raspberry Pi device as root, you’ll need to enable networking (which is disabled by default!). If you’ve DHCP setup, find out the ethernet interface of your Raspberry Pi device by doing ifconfig -a and run dhclient eth0 on that interface.