Develop your Digital Photo Frame using eSOMiMX6
A digital photo is a picture frame that displays photographs. The slideshow is a presentation of series of images in a prearranged sequence. A well-organized slideshow is the one with…
A digital photo is a picture frame that displays photographs. The slideshow is a presentation of series of images in a prearranged sequence. A well-organized slideshow is the one with…
A launcher is a program that helps a user to locate and start other programs. An application launcher provides shortcuts to applications and stores the shortcuts in one place so…
Remote debugging is identifying and removing errors from the application running on a device from another device. The Qt application once deployed on the eSOMiMX6 device(s) can be debugged from…
Widgets are the basic blocks of user interfaces in Qt. Widgets include buttons, labels, message box, text edit, tab, combo box, scroll bar, etc. For Qt Widgets, everything is C++.…
QML is a declarative language that allows user interfaces to be described in terms of their visual components and how they interact and relate with one another. It separates the…
Qt’s binding with JavaScript is well-known to the world. You can do just amazing things with this binding. One such wonder is Graphs. Data visualization is a common method to…
Embedded devices are often expected to run a single application(maybe a Kiosk) forever. Such applications have to be started immediately after or just before logging in to the device. This…
You would have observed that usage of barcode is getting more and more common these days. You will see the codes on shop displays, product packaging, printed and billboard advertisements,…
Touch devices like mobile phones, tablets, kiosk, POS terminals use a virtual keyboard. This article guides you to create a virtual keyboard for your application running on e-con systems™ eSOMiMX6…