<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] Trying to get a 5-way navigation to work on Sitara AM335x Starter Kit]]></title><description><![CDATA[<p dir="auto">I bought a Sitara AM335x Starter Kit and I am trying to create a QT application that can be navigated with a 5-way button.  The problem is the buttons on the form only can be moved between by using the up and down arrow.  I tried rebuilding QT with this command...</p>
<p dir="auto">sudo ./configure -embedded arm -xplatform /home/nrogers/ti-sdk-am335x-evm-05.05.00.00/linux-devkit/mkspecs/qws/linux-arm-gnueabi-g++/ -release -opensource -little-endian -host-little-endian -confirm-license -no-qt3support -no-neon -no-separate-debug-info -nomake examples -nomake tools -nomake docs -nomake demos -qt-kbd-linuxinput -no-armfpa -DQT_KEYPAD_NAVIGATION -no-webkit</p>
<p dir="auto">As you can see I included the -DQT_KEYPAD_NAVIGATION flag so I thought it would make the QApplication::setNavigationMode() function available to me.  However when I try to complie in QT Creator the function still isn't found.  I thought all I would have to do is change my qmake under teh Qt Version tab under Build &amp; Run to the qmake under my Trolltech folder but it doesn't work.</p>
<p dir="auto">Is what I am trying to do even possiable?  I just want to be able to put buttons and other things on the screen and have the arrow buttons navigate through them in a natural way without having to tell the application what to do each time an arrow button is pressed.  Any help or ideas is greatly appriciated, thanks!</p>
]]></description><link>https://forum.qt.io/topic/27000/solved-trying-to-get-a-5-way-navigation-to-work-on-sitara-am335x-starter-kit</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 04:29:37 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/27000.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 May 2013 15:25:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Trying to get a 5-way navigation to work on Sitara AM335x Starter Kit on Thu, 12 Sep 2013 20:06:28 GMT]]></title><description><![CDATA[<p dir="auto">I ended up using QtQuick  and the KeyNavigation feature to implement my 5-Way button and it works really well.</p>
]]></description><link>https://forum.qt.io/post/195158</link><guid isPermaLink="true">https://forum.qt.io/post/195158</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 12 Sep 2013 20:06:28 GMT</pubDate></item></channel></rss>