Re: [PyKDE] Seperating logic code from gui code?

2005-12-18 Thread David Boddie
On Fri, 16 Dec 2005, Arthur Pemberton wrote: Ideally, the console client would be simply a downloader, while the GUI would use the same mechanisms to access the data, but give more interactivty (renaming, prioritizing of downloads, etc.) Not sure if this is the information you meant that was

Re: [PyKDE] Seperating logic code from gui code?

2005-12-18 Thread Arthur Pemberton
I think your advice wil be quite helpful, it wil take some rereading and googling, but thank you.On 12/18/05, David Boddie [EMAIL PROTECTED] wrote:On Fri, 16 Dec 2005, Arthur Pemberton wrote: Ideally, the console client would be simply a downloader, while the GUI would use the same mechanisms to

Re: [PyKDE] Seperating logic code from gui code?

2005-12-16 Thread Arthur Pemberton
Ideally, the console client would be simply a downloader, while the GUI would use the same mechanisms to access the data, but give more interactivty (renaming, prioritizing of downloads, etc.) Not sure if this is the information you meant that was missing.On 12/15/05, David Boddie [EMAIL

[PyKDE] Seperating logic code from gui code?

2005-12-15 Thread Arthur Pemberton
Hello, I am new to Qt programming and PyQt. I am attempting to build a client for AllofMp3.com, I already have most of the logic code down. But now I want to build a GUI with PyQt. What rules should I follow to make the program useable in the console, but also with a GUI? Thank you.-- As a boy I

Re: [PyKDE] Seperating logic code from gui code?

2005-12-15 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arthur Pemberton schrieb: Hello, I am new to Qt programming and PyQt. I am attempting to build a client for AllofMp3.com, I already have most of the logic code down. But now I want to build a GUI with PyQt. What rules should I follow to make the

Re: [PyKDE] Seperating logic code from gui code?

2005-12-15 Thread David Boddie
On Thu, 15 Dec 2005, Arthur Pemberton wrote: I am new to Qt programming and PyQt. I am attempting to build a client for AllofMp3.com, I already have most of the logic code down. But now I want to build a GUI with PyQt. What rules should I follow to make the program useable in the console, but