MiniFrame Looks Terrible in Gnome
August 2nd, 2008 Begemot Posted in Использование
If you ever want to create a cross-platform program with an interface similar to Photoshop’s, i.e. using palettes with different tools, don’t use wxWidgets. The only thing that comes close to that sort of palette is wx’s MiniFrame, which can only minimize / iconize on Windows. In GNOME, the MiniFrame looks terrible, especially with Compiz enabled. It cannot be….
http://gayhacker.wordpress.com/2008/07/11/the-wxminiframe-problem/
August 2nd, 2008 at 8:00 pm
Qt мне больше нравиться чем wxWidgets. В ней меньше глюков истранностей. Единственный ее недостаок – лицензия. Поэтому для написания GPL-ного софта я использую ее, для софта на продажу – wxWidgets.