GUI programming under suse 10.2
Right what is the best?
java, qt, wxwidgets?
I need help deciding...
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Bump
Good thing too, otherwise I wouldn't have seen your thread among the thousands that are posted here everyday. :icon_rolleyes:
I think what you'll find, though, is that there aren't nearly as many GUI programmers compared to text-app writers in the *nix world as there are in Windows or Mac. I've done GUI programming in Mac OS X and Windows, but never in Linux.
Not that I'm trying to discourage you from writing a GUI, but not very many people will be able to offer suggestions for you. If I were to choose, I'd probably use QT if my target platform was Linux, but wxWidgets if my target was more multi-platform. And I've never really programmed with Java, so I wouldn't know.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Java's SWT or swing or how they call it is the worst user interface you can see nowdays ...
Gah! So true. I actually did a little research, because I thought you were wrong. I use java extensively enough to be comfortable with it, and I remember using the system get look and feel(), which should default to the native OS look and feel.
Of course, this works wonderfully with MACs and windows. Unfortunately, this isn't so true for Kde (not gnome mind you).
Which is a major pain! Sun get your act together, gnome Look and feel sucks ass.
Looks like it's QT then. Argh. More work I guess.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
out of interest what to ppl mainly use for GUI programming on a mac?
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Has anyone even used QT, on linux, it would be interesting to hear opinions from ppl who have used it.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
>out of interest what to ppl mainly use for GUI programming on a mac?
Cocoa .
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
I'm having big problems trying to install QT.
They don't make it easy.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Whatever. But if you don't post any error messages or exact problems that you're experiencing, the only thing we can do is pity you.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Well I tried but it is so confusing. I had to unpack/ untar it or whatever that means.
Then, I have to make it. Then clean it, then remake it again? Which took about half an hour?
Maybe if I try to install it from Yast? Would that be any easier.
I'll post some error msgs later...
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
>Then, I have to make it.
Pretty normal for any *nix system.
>Then clean it, then remake it again?
Uh, no. make clean just removes all the intermediate files that resulted from the compilation process. So you're just redoing everything. No wonder it took so long.
>Maybe if I try to install it from Yast? Would that be any easier.
Yep, that's a bit easier.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339