xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
820 stars 143 forks source link

Next GUI library #117

Open xybu opened 9 years ago

xybu commented 9 years ago

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

If desperate, implement two GUIs...

auxiliary commented 9 years ago

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.

xybu commented 9 years ago

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:notifications@github.com Sent: ‎4/‎30/‎2015 11:25 AM To: xybu/onedrive-dmailto:onedrive-d@noreply.github.com Cc: Xiangyu Bumailto:xybu92@live.com 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

auxiliary commented 9 years ago

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