5 messages in com.mysql.lists.plusplusRe: mysql and qt
FromSent OnAttachments
Bernard Clement03 Mar 2004 10:14 
Bernard Clement03 Mar 2004 16:26 
Hakan AKIN03 Mar 2004 18:18 
Hakan AKIN03 Mar 2004 21:20 
Hakan AKIN04 Mar 2004 01:32 
Subject:Re: mysql and qt
From:Bernard Clement (bern@info-electronics.com)
Date:03/03/2004 04:26:58 PM
List:com.mysql.lists.plusplus

Hello Hakan,

There are quite a lot of simple (and more complex) examples supplied with Qt in relation with SQL, i.e. to access RDBMS like MySQL, PostgreSQL, etc.

In my case these examples are under the directory /usr/share/doc/packages/qt3/examples/sql (SuSE distribution).

If you do not find the examples let me know and I will send it to you.

Bernard

On Thursday 04 March 2004 00:20, Hakan AKIN wrote:

Thank you Bernard, I have seen the examples in QT Designer but I did not understand, sorry :-( If you are qt-freak, you could show me the way or a little complet example which include QDialogs, Tables and so on ???

Bernard Clement wrote:

Assuming you are using Qt 3.2 (or +)

Look into the documentation of Qt regarding the SQL module.

The documentation contains examples.

Also look into the doc of Qt Designer. Qt Designer is able to create a Form to view data in a table or to view the data in a SpreadSheet like fashion.

On Wednesday 03 March 2004 21:18, Hakan AKIN wrote:

Hello everybody, I am new to programming in qt. But I have had progammed in VC++. Can anybody show me , how I can invoke a window like QWidget or QDialog when push a button, which show me than a Table connected with my database used mysql. I will be very glad, if someone help me. Hakan