views:

135

answers:

2

Hi,

I've noticed that all betas for Dropbox are released simultaneously for Windows, Mac and Linux. How do they do that? Anyone knows which platform they're using? I'm aware that there are many native -very impressive, actually- functions in each of the platform clients, but they seem to release critical bug fixes efortlessly for all platforms.

So any idea of which GUI platform they're using?

+3  A: 

Qt is a popular cross-platform application and GUI framework with native look-and-feel.

I don't know what Dropbox uses for all its supported platforms, but it looks like its linux client uses at least Gtk: Dropbox linux System Requirements.

Karl Voigtland
+3  A: 

The Linux version includes files such as wx.windows.so, libwx_gtk2*.so, etc. (I haven't checked the others), so I suspect Dropbox uses wxWidgets.

strout