Re: GUI application



On Sep 28, 2:55 pm, kkrish <clearminded.kkr...@xxxxxxxxx> wrote:
Hi all,
With some experience in Java swing, I want to write same kind
of GUI applications in Linux with C++. Which GUI libraries will
require less memory , will be faster? I am completely new to GUI
development in C++.I know programming in c++ but not GUI interfacing
programming.I googled and understood QT, GTK, wxWidgets can be used
for GUI development. I do not know the differences between KDE and
GNome and other XWindows libraries,etc.I do not know why XWindows is
a employing Client-server like model .I really could not understand
why so much of complexity in GUI programming that are not there in
Java Swing.

Thanks in advance.
Krishna.


hi.
i think you better to try qt, cuz it has more clear and more
structured documentation and api reference. and it easier to find what
you really need than in gtk documentation.
and btw: if you prefer c++, forgot about poor gtk, it has c api, use
gtk--(aka gtkmm) which has native c++ api.

I do not know why XWindows is
a employing Client-server like model

for remote connection from one x to another. it's quite useful.

I really could not understand
why so much of complexity in GUI programming that are not there in
Java Swing.

i think that all gui should be written in simple high level languages
as python or java. using c or c++ for gui isn't the best idea,
especially if you havn't much time.

.



Relevant Pages

  • Re: PIGUI
    ... Victor Bazarov wrote: ... Java Swing is a single-platform GUI. ...
    (comp.lang.cpp)
  • Beginner GUI question
    ... I am writing a program in C++ and I want to add a GUI. ... dialogue window and MSVC++ creates a .rct file. ... dozens of GUI applications in Java Swing. ... tutorials on Windows GUI programming and found a pretty good one ...
    (microsoft.public.vc.language)
  • Re: GUI without resource files
    ... I have a system of text based gui files for a fortran program. ... Java Swing looks as though it may be ... > looks rather like CVF, linking a C based resource file to its Fortran ...
    (comp.lang.fortran)
  • GUI application
    ... With some experience in Java swing, I want to write same kind ... of GUI applications in Linux with C++. ... require less memory, will be faster? ... GNome and other XWindows libraries,etc.I do not know why XWindows is ...
    (comp.os.linux.development.apps)
  • Re: Tkinter--does anyone use it for sophisticated GUI development?
    ... PyGTK is good, but GTK doesn't work that well on windows. ... the GUI can be designed in GLADE and imported as ... Python, it also makes maintenance and upgrading much easier: ...
    (comp.lang.python)