Search found 2 matches

by Skee
Fri Mar 06, 2009 12:35 am
Forum: Development
Topic: potomp - a minimal UI for deluge written with Qt4
Replies: 3
Views: 2058

Re: potomp - a minimal UI for deluge written with Qt4

That's cool, I've been seeing some weird issues with QXML-RPC, the lib I'm using right now. What are you using for 1.3?
by Skee
Thu Mar 05, 2009 8:19 pm
Forum: Development
Topic: potomp - a minimal UI for deluge written with Qt4
Replies: 3
Views: 2058

potomp - a minimal UI for deluge written with Qt4

Hello folks! I wrote a simple, minimalistic UI client for deluge in C++ using Qt4. It connects to deluged via XML-RPC, gets torrent info (via get_torrents_status) and displays a progress bar for each torrent. It runs fine on Linux, should run fine on Windows and OSX (but I've had some issues with th...