
this is a preparatory lesson to makes some points clear before commencing this course. it's so important to look at it
an overview is so important that make in evidence some basic notions in manipulating files chapter
we will learn what are the main opening modes that Qt offers to get throught a file or document
we wil see how to get the content from it's file and displayed in a text zone
this lesson will be your guide to alter the content of your file using some functions of QFile
we will be looking at some functions of QFile that can help us to edit our file
in this lesson we will discuss the concepts of model and view in Qt. and what are the role of each one and their functionalities. this introduction is very important as it will allow you to understand the next practical lessons
that lesson will be an overview of the model classes and their functionalities
this lesson too will inform you about the main view classes in Qt and their functionalities
we will learn how to use QlistView in order to show the results of our model in a List view
we will get rid of the limited functionality of list view and use QTreeView Class
we will order our model results in a tableview composed of rows and columns.
learn how to make your own model in Qt and get an overview of the classes that helps you build it
we will learn how to QStringListModel to store your own string data into it and use it with the different views
in this lesson we will learn how to use QstandarditemModel so store your items that can be any kind of data.
make sure that the user of your model won't be able to select more than one item and control the selection mode
with selection control you can allow to the user to select more than one items from your model
this overview lecture will show you the process od translation of any program from a language to another theorically
in this lecture we will discover how to create the file that contains the string data to translate called the .ts file
you will learn how to use Qtlinguist to translate your .ts File to another language so fastly.
in this final lecture we will learn how to install your translation on your program or application
This course is the second part for my C++ And Qt Programming For creating Powerful Softwares And Applications, and it's the continuation of my first course "C++ Programming in Qt: Create GUI Softwares".
the students that would take this course are supposed to have an overview of Qt Framework, although, if you are a beginner then you should take my first course and then complete it with that one in order to keep track with the level of my other students that have taken both courses.
if this content attract your attention then you are not wrong. feel free to take it and i promise you that at the end of this course you will boost your programming skills far from just an intermediate.