Re: GUI application
- From: dan.odegaard@xxxxxxxxx
- Date: Fri, 28 Sep 2007 11:45:03 -0000
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 isa employing Client-server like model
for remote connection from one x to another. it's quite useful.
I really could not understandwhy 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.
.
- Follow-Ups:
- Re: GUI application
- From: llothar
- Re: GUI application
- References:
- GUI application
- From: kkrish
- GUI application
- Prev by Date: GUI application
- Next by Date: Re: ncurses event loop
- Previous by thread: GUI application
- Next by thread: Re: GUI application
- Index(es):
Relevant Pages
|