Hi
Try out QtDesigner, it helps you to design GUI applications as easily as you do it in VB and helps you develop applications of different styles like Mac, DotNET etc. However Qt is just a designer and you need to do some additional programming in Python to completely build your application.
QtDesigner with Python supports MySQL as well as PGSQL. Please check out the OCT issue of Developers IQ Magazine. It has an article on how to develop applications easily with the help of QtDesigner and Python and the example in the issue is building an application for interaction with MySQL. I think this is exactly what you want.
I hope this will help.
regards Rakesh B Pal CompTIA Linux+ Certified http://www.campusguru.com --
--------- Original Message ---------
DATE: Wed, 29 Oct 2003 10:13:03 From: "Vidyasagar" vidyasagarvk@softhome.net To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Cc:
Next LUG meet: 9 Nov 2003 around 4 pm - VJTI
is there any open source software which works like Visual Basic and supports Mysql as the backend?
____________________________________________________________ FREE ADHD DVD or CD-Rom (your choice) - click here! http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632... AOL users go here: http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632... This offer applies to U.S. Residents Only
Greetings,
Y not Kylix it is avaliable under GPL as well.
Regards
Rakesh Pal wrote:
Next LUG meet: 9 Nov 2003 around 4 pm - VJTI
Hi
Try out QtDesigner, it helps you to design GUI applications as easily as you do it in VB and helps you develop applications of different styles like Mac, DotNET etc. However Qt is just a designer and you need to do some additional programming in Python to completely build your application.
On Wednesday 29 October 2003 13:56, S. K Rahman wrote:
Next LUG meet: 9 Nov 2003 around 4 pm - VJTI
Greetings,
Y not Kylix it is avaliable under GPL as well.
AFAIK it is not free as in beer. It is comparable to Delphi which i loved to use in the bad old days.
rgds jtdsouza@softhome.net
On Wed, 29 Oct 2003, S. K Rahman wrote:
~ Y not Kylix it is avaliable under GPL as well.
And you think Qt is not GPL? When was the last time you went online?
Greetings,
Sorry I typed in too much of haste just wanted to convey what Chirag Wazir wazir@vsnl.com wanted to say
Regards
Amit Upadhyay wrote:
Next LUG meet: 9 Nov 2003 around 4 pm - VJTI
On Wed, 29 Oct 2003, S. K Rahman wrote:
~ Y not Kylix it is avaliable under GPL as well.
And you think Qt is not GPL? When was the last time you went online?
On Wed, 29 Oct 2003, Amit Upadhyay spake thusly:
Next LUG meet: 9 Nov 2003 around 4 pm - VJTI
On Wed, 29 Oct 2003, S. K Rahman wrote:
~ Y not Kylix it is avaliable under GPL as well.
And you think Qt is not GPL? When was the last time you went online?
he said "as well" -- what do you think that implies?
why so brash and harsh?
Gambas http://gambas.sourceforge.net/ will do everything from cleaning your dirty spoons to churning out cutsie looking apps which could easily connect to databases. Requires: QT3 KDE3 PostgreSQL SDL
And issue with QT library is TrollTech has dual licensed it. One is GPL and other is proprietary license.
In case you are making a open source app, its quite OK to write it in QT. But proprietary app developers would be required to buy QT commercially licensed product from TrollTech.
On Sat, Nov 01, 2003 at 10:24:39AM +0530, supreet wrote:
And issue with QT library is TrollTech has dual licensed it. One is GPL and other is proprietary license.
In case you are making a open source app, its quite OK to write it in QT. But proprietary app developers would be required to buy QT commercially licensed product from TrollTech.
I guess the reason why this becomes a problem is that Qt is under the GPL instead of the LGPL, right? So if I develop a wrapper around Qt, and LGPL it, then people using my wrapper are free to develop proprietary applications, right?
By proprietary, I assume we mean software that is possibly closed source, with restrictions on use, modification and redistribution.
BTW, bad phrasing from the Trolltech site:
"Software developed with the Qt Free Editions may be freely copied and distributed, put on FTP sites and CD-ROMs, etc. This is entirely different from software developed with Qt Commercial Editions, which is governed by the laws protecting intellectual property."
The part "... gorverned by the laws protecting intellectual property." clearly shows the kind of confusion that people have about IP and the GPL. The FSF has reiterated time and again that the GPL does _not_ go against or out of IP laws, but instead stays within the framework, and uses copyright to ensure freedom of the software.
Is Trolltech actually trying to say that software that can be "freely copied and distributed, put on FTP sites and CD-ROMs, etc." is not governed by the laws protecting intellectual property?
Sameer.
On Saturday 01 November 2003 11:53, Sameer D. Sahasrabuddhe wrote:
BTW, bad phrasing from the Trolltech site:
"Software developed with the Qt Free Editions may be freely copied and distributed, put on FTP sites and CD-ROMs, etc. This is entirely different from software developed with Qt Commercial Editions, which is governed by the laws protecting intellectual property."
The part "... gorverned by the laws protecting intellectual property." clearly shows the kind of confusion that people have about IP and the GPL. The FSF has reiterated time and again that the GPL does _not_ go against or out of IP laws, but instead stays within the framework, and uses copyright to ensure freedom of the software.
Is Trolltech actually trying to say that software that can be "freely copied and distributed, put on FTP sites and CD-ROMs, etc." is not governed by the laws protecting intellectual property?
How about sending this to mail to Trolltech?
rgds jtdsouza@softhome.net
On Sat, Nov 01, 2003 at 12:28:06PM +0530, J. T. D'souza wrote:
On Saturday 01 November 2003 11:53, Sameer D. Sahasrabuddhe wrote:
Is Trolltech actually trying to say that software that can be "freely copied and distributed, put on FTP sites and CD-ROMs, etc." is not governed by the laws protecting intellectual property?
How about sending this to mail to Trolltech?
Done.
Sameer.
Hi , My name is Mathew Philip, i am a new linux user and am very interested in kernal programming, can somebody tell me how to go about it
__________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/
On Sat, Nov 01, 2003 at 07:53:33AM -0800, mathew philip wrote:
My name is Mathew Philip, i am a new linux user and am very interested in kernal programming, can somebody tell me how to go about it
If you already have a CS background, and know about operating systems in general, good enough. Else first thing you should do is get your basics right. My personal recommendation is "Operating Systems: Design and Implementation" by William Stallings. Some people also refer to "Modern Operating Systems" by Andrew Tanenbaum, but I didn't find it so good.
For the Linux kernel itself, try http://www.kernelnewbies.org/ for a start. Good guides are also available on the Linux Documentation Project http://www.tldp.org/
Sameer.