"Qt Designer" will design for you Qt interfaces with C++ backends just like any other drag and drop IDE
Then you should use pyuic to convert your C++ code to Python (compatible with PyQT). I have used it and its very straight forward. A good tutorial to start with is here: http://www.cs.usfca.edu/~afedosov/qttut/ Assey On Tue, Jul 20, 2010 at 5:10 PM, Wence Benda <[email protected]> wrote: > Dear Colleagues, > > > > I am new to Python and everything has so far been going on very well until > the part of GUI. > > Being new and from the Visual Basics world, I have faced the following > challenges and I wonder how best I can handle them: > > 1. After searching a lot, I finally found out that PyQT is better than > the other toolkits; PyQT was also recommended by Maier during the LUG > workshop at Mbarara on 16th jul 2010. However this toolkit is used a > lot on *BlackAdder** IDE* which is not free at the moment, is there any > other alternative way of using PyQT toolkit? > 2. Being from Visual Basics, is there any typical GUI IDE similar to > one used my java such as the *Java One Studio* where you can drag and > drop some widgets /controls and then do codling in the background? > > > > Any help is appreciated – Thanks in advance. > > > > *Wence Benda * > > IT Manager > > Bwindi Community Hospital - www.bwindihospital.com > > *Phone* (Mob:+256785485346/+256791740004, Office: +256392880242) > > *Chat Id* (Skype: twenceb YahooMessenger: twenceb) > > “Through the darkest night will you hold my hand; Jesus guide my way” > > > > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > > LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > All Archives can be found at http://www.mail-archive.com/[email protected]/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > > >
_______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ All Archives can be found at http://www.mail-archive.com/[email protected]/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
