PDA

View Full Version : First application with mysql



miroslavgojic
19th July 2010, 21:18
I'm start to learn QT, my first impressions are excellent.

I have QT 4 on Ubuntu 10, and MySQL 5 DB system.

I have intention to make my first application on QT
Application must put data to DB, have options to make changes on some data, and reports from DB
Application must have login with user name and password.
This is like some web projects with admin login.

Management on DB (creating, relationship, upgrades ... on DB ) is external (phpmyadmin or similar)

When I create project in which file I should add mysql connector?

How to make login screen?

Is somewhere some tutorial with this options?

Can I use C in QT for some functions?

Is possible to use PHP in QT and how, and is possible to make code combination of PHP C and C++ code in one project.

THX