in need of some help...

Chris Angelico rosuav at gmail.com
Tue Apr 30 18:13:24 EDT 2013


On Wed, May 1, 2013 at 8:06 AM, Alex Norton <ayjayn1101 at gmail.com> wrote:
>
> hi,
>
> i am currently trying to make a rock paper scissors game based on a game.
>
> the code for the game itself works fine, it does what i need it to do
>
> the issue i am having is that i haven't a clue how to combine the game code i have with the QT GUI code i have.

Poke around with some QT examples, or play with Tkinter (which comes
with Python). Get a "hello, world" going, then expand on it. If you
get stuck, come back to the list with a bit more information and,
preferably, code; at the moment, your request is so vague that all I
can offer is highly general advice.

ChrisA



More information about the Python-list mailing list