Hi to the list,
I found this list when I installed Eric and have been lurking for a while.
I'm fairly new to Python and an absolute noob when it comes to GUI. My
goal is to write a piece of software for KDE using Qt but I need some
very basic pointers getting started. Hope you people don't mind helping
a desperate noob out...
I've made a simple GUI in Qt designer. I have a simple line edit box and
what I can't figure out is how to get the innput and use it in another
script. I have tried 'everything' but I just don't get it. Here is the
part from the file created with 'pyuic':
def getInnput(self):
number=self.innputNr.text().ascii()
So my simple question is: How do I get the value of 'number' transfered
to another script named 'mainScript'?
If this is way too basic for this list, feel free to kick my but!
Thanks
Tina
_______________________________________________
PyKDE mailing list [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde