onedrive-d-old
onedrive-d-old copied to clipboard
Next GUI library
Umm... PyQt4 (Qt4)? PyGObject (GTK)?
If desperate, implement two GUIs...
How about using Kivy? or maybe something with even less dependencies like wxWidgets. Personally, I think PyQt is too big of a dependency for a simple GUI.
I do keep an eye on Kivy but don't know how to create a tray icon with it.
Sent from my Windows Phone
From: Mohammad A.Rajimailto:[email protected] Sent: 4/30/2015 11:25 AM To: xybu/onedrive-dmailto:[email protected] Cc: Xiangyu Bumailto:[email protected] Subject: Re: [onedrive-d] Next GUI library (#117)
How about using Kivy? or maybe something with even less dependencies like wxWidgets. Personally, I think PyQt is too big of a dependency for a simple GUI.
Reply to this email directly or view it on GitHub: https://github.com/xybu/onedrive-d/issues/117#issuecomment-97837906
Hmm, you're right about the system tray problem. wxPython supports that though. There's a good sample here: http://stackoverflow.com/questions/6389580/quick-and-easy-trayicon-with-python