Building a Good Looking GUI for WIN CE 7 Using QT 4.8
-
Hello People ,
I am Getting started to build a QT Based GUI Like This Image shown Below on TORADEX T20
based on WEC 7 OS.
But I am Stuck in this part ,Can Some One guide me how to Get Started or provide me a sample Project to study and build a similar GUI."I am Using QT4.8 "
-
welcome to the forum. This requires you to write custom widget. You can search in google for Qt Custom widgets or look at the Qt Examples directory <QtInstallDir>/Qt5.8.0/Examples/Qt-5.8/widgets examples.
-
Thank you Dheerendra ,I am Happy to be a part of QT Forum,I have Been Working On Embedded Os,
I.E Win CE 7 So i would like to know what type of GUI Can Be Build in that Architecture as it Supports QT 4.8 ,I am Unable to know how to get the Above GUI Build . -
Hi and welcome to devnet,
You have QtQuick1 available with 4.8 or you can also consider using the Graphics View Framework.