Best Practices for Qt Programming
Uploader Comments (ICSNetwork)
Top Comments
-
Pronounced "cute".
All Comments (8)
-
This is not a tutorial for a novice a tutorial for a novice would do more specifics on how to get the programs to run on QT I understand programming still can't qmake -project to give the correct response even though i have qt installed the response i get is no such command, the path is set up just like i was told and you should be going through simple examples showing the qt interface this IS WHAT novices need to know, I have never seen a programmer who can seem to teach at all.
-
Maybe I am doing something wrong, but whenever I try to use the layouts in QtDesigner I end up with all my widget's sizes modified in a very strange way. At the moment I am not using the Layouts and doing absolute positioning , which I am aware it is not the best solution.
-
Nice examples for QT (for common users) are Opera browser, Skype, Google Earth, KDE (a cross-platform desktop enviroment), VLC player and VirtualBox (virtualization software bundle).
-
In order to run a Java app you need to have the JVM (Java Virtual Machine), which is good and at the same time bad, because it makes it really platform independent but at the same time you have to install a whole bunch of things for a simple program [Java source code -> Java bytecode -> JVM].Java can't use other languages because it's an enviroment and not only a development framework, while Qt is just the second of these two things therefor you can bind it to use other programming languages.
-
What are differences of QT to Java?
what is Qt btw?
revolutionize017 2 years ago
Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
ICSNetwork 2 years ago
what do you mean "deploy them across desktop, mobile and embedded operating systems without rewriting the source code", so u like drag them across screens??
Ronaldoo91 2 years ago
No, it just means that same source code can run on a number of different platforms including Microsoft Windows, Linux, and Mac OS. You might want to check out the Introduction to Qt video to get a better idea of what this means.
ICSNetwork 2 years ago