QT GUI Development
Moderator: Coders of Rage
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
QT GUI Development
Are any of you familiar with the QT toolkit/environment for creating platform-independent GUI applications? We're required to use it (actually 99% of the class revolves around it) in CPE353. It's owned by Nokia.
I was just wondering if any of you have had any experience or have used it in the workplace.
http://qt.nokia.com/
I was just wondering if any of you have had any experience or have used it in the workplace.
http://qt.nokia.com/
Re: QT GUI development
Is there anything specific you need to know? I have minor experience with it but a friend of mine used it to create the GUI for this:
http://www.youtube.com/watch?v=KVCHgwFF2XQ
So if you have any problems, I can ask him.
http://www.youtube.com/watch?v=KVCHgwFF2XQ
So if you have any problems, I can ask him.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: QT GUI Development
Ah, nice. Looks like mine isn't the only university making students learn it.
Nah, it looks extremely, extremely easy to use. It's not a matter of needing help as much as wondering who all uses it and if it has any real commercial applications. It's child's play as far as the coding goes, but it's pretty powerful.
Nah, it looks extremely, extremely easy to use. It's not a matter of needing help as much as wondering who all uses it and if it has any real commercial applications. It's child's play as far as the coding goes, but it's pretty powerful.
- JaxDragon
- Chaos Rift Junior
- Posts: 395
- Joined: Mon Aug 04, 2008 2:03 pm
- Current Project: Kanoba Engine
- Favorite Gaming Platforms: PS3, PC
- Programming Language of Choice: C++
- Location: Northeast NC
Re: QT GUI Development
Well I've messed around with Qt Creator. Its an app made to generate Qt code, like Visual C++, only open-source, multiplatform, and not as slow.
Re: QT GUI Development
I'm playing around with Qt too. I also think it is very easy to use. My aim is to create an SDL/OpenGL window with a Qt-GUI for a map editor.
Today I got a nearly 800 pages book about Qt
Today I got a nearly 800 pages book about Qt
- wtetzner
- Chaos Rift Regular
- Posts: 159
- Joined: Wed Feb 18, 2009 6:43 pm
- Current Project: waterbear, GBA game + editor
- Favorite Gaming Platforms: Game Boy Advance
- Programming Language of Choice: OCaml
- Location: TX
- Contact:
Re: QT GUI Development
I don't know what commercial applications use it, but KDE is based on QT: http://www.kde.org/.GyroVorbis wrote:Ah, nice. Looks like mine isn't the only university making students learn it.
Nah, it looks extremely, extremely easy to use. It's not a matter of needing help as much as wondering who all uses it and if it has any real commercial applications. It's child's play as far as the coding goes, but it's pretty powerful.
The novice realizes that the difference between code and data is trivial. The expert realizes that all code is data. And the true master realizes that all data is code.
Re: QT GUI Development
I think Photoshop is made with Qt, I might be wrong.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: QT GUI Development
The only complaint that I have heard is that it pollutes the global namespace to hell.
...and actually I'm going to have to agree. QT is pretty much it's own C++-based programming language. They do things that are completely not legal in C++, then have their preprocessor convert it to gcc/g++ compliant C++. I would have preferred it be it's own namespace or library.
But in all seriousness, I love KDE. So I totally feel like giving QT a chance (not to mention I don't have a choice).
...and actually I'm going to have to agree. QT is pretty much it's own C++-based programming language. They do things that are completely not legal in C++, then have their preprocessor convert it to gcc/g++ compliant C++. I would have preferred it be it's own namespace or library.
But in all seriousness, I love KDE. So I totally feel like giving QT a chance (not to mention I don't have a choice).
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
Re: QT GUI Development
God I really hate KDE and QT, at least visually. Someone show me a QT gui that doesn't look like it's from Mattel.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: QT GUI Development
Really? I think Gnome is ugly as hell.
Re: QT GUI Development
Gnome really doesn't look very nice, but I like the menu. Gnome 3.0 is comingGyroVorbis wrote:Really? I think Gnome is ugly as hell.
Anyone noticed that Windows 7 looks like KDE4?!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: QT GUI Development
YEAH. Windows 7 does look like a KDE 4 rip-off.dani93 wrote:Gnome really doesn't look very nice, but I like the menu. Gnome 3.0 is comingGyroVorbis wrote:Really? I think Gnome is ugly as hell.
Anyone noticed that Windows 7 looks like KDE4?!
- JaxDragon
- Chaos Rift Junior
- Posts: 395
- Joined: Mon Aug 04, 2008 2:03 pm
- Current Project: Kanoba Engine
- Favorite Gaming Platforms: PS3, PC
- Programming Language of Choice: C++
- Location: Northeast NC
Re: QT GUI Development
Well microsoft does learn from the best. And yet, they manage to make it buggy when things like KDE and GNOME are open-source. Go figure.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: QT GUI Development
I've had KDE crash just as many times as Windows Explorer. But yeah, I will agree that I enjoy the interface much more.
From what I've seen, Windows 7 looks solid.
From what I've seen, Windows 7 looks solid.
- JaxDragon
- Chaos Rift Junior
- Posts: 395
- Joined: Mon Aug 04, 2008 2:03 pm
- Current Project: Kanoba Engine
- Favorite Gaming Platforms: PS3, PC
- Programming Language of Choice: C++
- Location: Northeast NC
Re: QT GUI Development
I think it'll take some getting used to for the whole "only icons for windows in the taskbar" thing.