QT4 is a very good choice, IMO... not a programmer though, never attempted cross-platform either (strictly linux.)
(was a very minor contributor to KDE in the 90's, in C++ with QT... oh, must have been v2 at the time, and loved it, having looked at X/Motif previously (gag!)) In the last year or two, have made a hobby application ( http://drobo-utils.sf.net ) using qt4 bindings in python (PyQT4) very happy with it for simplicity/concision. I estimate that code size is about be 10-fold and 100 fold less than it would be in C/C++. GUI tool: QT Designer... supposed to be fabulous. I hate those things, and just do my widgets manually. In python, manual widgets really ain't so bad (you have packers and things so it's not fiddly) never used the networking library, used native stuff since portability was a non-issue for me. On Sun, Feb 28, 2010 at 8:34 PM, Alex Gal <[email protected]> wrote: > wxWidgets appears to have a networking lib: > http://docs.wxwidgets.org/stable/wx_librarieslist.html#librarieslist > (wxNet) > > Also, you may want to take a look at gtk. > > It has a ui designer http://glade.gnome.org/ which allows you to > drag and drop buttons, etc. > > I'm not sure about its networking libraries. > > > On Sun, Feb 28, 2010 at 7:58 PM, Leslie S Satenstein > <[email protected]> wrote: > > > > I have an application on Windows (XP / W7) which was written using a DOS > under windows interface (crude). The application is worth putting it under > a Windows GUI and at the same time, allow me to use the same GUI for linux > or the Mac. > > > > I looked at wxwidgets and a few other gui interfaces, and decided I > needed feedback from a developer. Our application makes use of TCP/IP and I > did not see a networking library in most of the GUI suppliers offerings. > > > > My last programming in C++ was back in 1990 with DOS. I presume that > Windows, Linux or the Mac provide a designer tool to allow me to drag and > drop widgets to create a window design. Just looking for fast and easy > windows with ability to link to C or C++ source code. > > > > ------------------ > > > > Regards > > > > Leslie > > Mr. Leslie Satenstein > > > > > > mailto:[email protected] > > mailto [email protected] > > www.itbms.biz > > > > > > --- On Sun, 2/28/10, Stefan Monnier <[email protected]> wrote: > > > > From: Stefan Monnier <[email protected]> > > Subject: Re: [MLUG] Linux GUI programming library for Linux and cross > platform apps. > > To: "Montreal Linux Users Group" <[email protected]> > > Date: Sunday, February 28, 2010, 5:32 PM > > > > > I have need for a GUI programming library that will serve for > > > multiple platforms. > > > > Depending on what you mean by "GUI library", you may want to > > consider Emacs. > > > > > > Stefan > > _______________________________________________ > > mlug mailing list > > [email protected] > > > https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca > > > > _______________________________________________ > > mlug mailing list > > [email protected] > > > https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca > > > _______________________________________________ > mlug mailing list > [email protected] > https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca >
_______________________________________________ mlug mailing list [email protected] https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca
