(Newbie) Qt GUI Application
-
Hello All, I'm trying to start a new project using the Qt, but I think that QML is to complex learn in this right momento, so I was thinking to use the "Qt GUI Application"!
Well, I need to know if it's possible to use the JavaScript on this kind of project to create all interfaces actions e controllers. It's possible?
I need to start a new application in Qt, but I have experience with JavaScript, Java (Swing), Android, HTML, XML (Xquery, Xpath...) and some others languages/frameworks... How Can I start in Qt and get less thinks to study, produce more with less study? -
Hi, When you really want to use QML you might want to post this message in the "mobile" section. Qt is pretty great to code in C++ (with some GUI additions). What is your end goal? Why did you choose Qt if you don't have any experience with it?
greetz -
First of all, I need to use a Serial Porta ou USB and Java it's not good enouth to handle with that, then we choose to use Qt because appers to be the best option in the market at the moment.
We don't need to use as a mobile app, will be a desktop app (Mac OS, Linux and Window).
C++ and Java is almost like, It's not too hard to learn C++, but If this possible to use JavaScript, will be better for us. It's possible use JS without use QML? -
You can absolutely use .ui with pure C++. Fire up QtCreator, create a gui application (Qt-Widget-Project > Qt-Gui-Application), design your user interface with the built in designer and start coding the UI behaviour in C++. I'm not sure what JS could add to this...
-
you can use qtjambi (java bindings for qt) http://qt-jambi.org/