Difference between revisions of "ECE497 Notes on Qt"

From eLinux.org
Jump to: navigation, search
m (Useful Links)
m (Added Installs)
Line 26: Line 26:
 
         }
 
         }
 
     ]
 
     ]
 +
</pre>
 +
 +
== Installs ==
 +
 +
Here's what I've installed on the Beagle
 +
<pre>
 +
opkg install qt4-demos
 +
opkg install linuxtag-ics
 +
opkg install
 
</pre>
 
</pre>

Revision as of 10:55, 14 June 2011


Here are some notes on using Qt on the Beagle.

Useful Links

I'm working through this example. I can't change mousearea1 to MouseArea to match the figure. I think something is missing in the instructions.

The Transitions section has some details missing:


   transitions: [
        Transition {
            from: "*"; to: "State1"
            NumberAnimation {
                properties: "x,y";
                duration: 1000
            }
        }
    ]

Installs

Here's what I've installed on the Beagle

opkg install qt4-demos
opkg install linuxtag-ics
opkg install