Showing posts with label cpp. Show all posts
Showing posts with label cpp. Show all posts

[Qt C++] QTableView Model-View simple application P2

In the las  part we have created some basic GUI for our application.....now I'm going to put some code into it so that can be start to ...

[Qt C++] QTableView Model-View simple application P3

On the  last part we added to our Table View the function (Model) to comunicate with the database file.... the goal for this part is to...

[Qt C++] Send Email with attachments via SMTP

Sending emails is an interesting feature if you like to notify some event or send data from the software..... Using the library " ...