onedrive-d-old icon indicating copy to clipboard operation
onedrive-d-old copied to clipboard

Next GUI library

Open xybu opened this issue 9 years ago • 3 comments

Umm... PyQt4 (Qt4)? PyGObject (GTK)?

If desperate, implement two GUIs...

xybu avatar Feb 26 '15 02:02 xybu

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.

auxiliary avatar Apr 30 '15 15:04 auxiliary

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

xybu avatar Apr 30 '15 15:04 xybu

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

auxiliary avatar Apr 30 '15 16:04 auxiliary