Results 1 to 8 of 8
what can qt3 designer do?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-04-2006 #1
- 10-04-2006 #2
Do you mean "what is it for" or "what are its capabilities?"
It looks like a GUI creation tool that uses the Qt toolkit, similar to what you might do with MS Visual Studio on Windows.Stand up and be counted as a Linux user!
- 10-04-2006 #3Linux Newbie
- Join Date
- Aug 2006
- Posts
- 226
Qt3 Designer makes it easy to design a Qt based GUI graphically by choosing pieces (i.e. buttons, text boxes, etc.) and placing them where you want. There is also a newer program called Qt4 Designer that works with the latest version of Qt.
- 10-06-2006 #4
thanks that enaugh
i cant download qt4 coz my internet is too slow
how to run programs made with qt?
- 10-06-2006 #5
You run it just like any other program. If it's in your PATH, type the program's name and hit enter. Otherwise, type the path manually and hit enter.
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 10-06-2006 #6
jan@jan-desktop:~$ ~/time.ui
/home/jan/time.ui: line 1: syntax error near unexpected token `<'
/home/jan/time.ui: line 1: `<!DOCTYPE UI><UI version="3.3" stdsetdef="1">'
jan@jan-desktop:~$
it doesnt work as i wanted
- 10-06-2006 #7
You need to give some code to the program, the .ui file is just a part of the program.
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 10-07-2006 #8
is there any good tutorial how to do that?


Reply With Quote
