The last time I tried Qt Creator it broke down so badly that I had to reinstall it. When it broke the second time, I didn't bother anymore. I changed to Eclipse CDT 7.0.1. It's very buggy also, but at least I haven't had to reinstall it. As a side note: CDT 8.0 seems to be even worse.
@nickreserved No, you don't have to change your environment :) You can code Qt software with any editor and compile things manually. Just like I do. I still find Qt Creator really good.
Another question that I cannot get an answer for on the Qt forums. When I install the plain vanilla SDK for Windows (precompiled), Qt Creator tries to use the gc++ compiler with the vc++ header files, so I cannot compile anything. Any idea where it's getting the path to the VC++ headers, and how to keep it from doing that?
Again, I know this is not the place, but I can get no responses on the Qt forums. Thanks.
Can someone answer a question for me? I've tried the Qt forums, to no avail.
I want to run Qt 4.6.1 and Qt Creator on MS Windows using VC++ 2008 Express. I found and installation .exe for the full SDK, using gc++ rather than vc++. I found an installation .exe for the libraries compiled under vc++. But I cannot figure out how to use a precompiled Qt Creator with the vc++ libraries. I've spent the better part of two days on it. The Youtube comment section is my last hope.
Nice for an 1.x release - however, code completion does not work in most cases, which is a major productivity issue when coming from modern IDEs like Apple's Xcode or Eclipse.
There you don't have to type more then a couple of characters for any code construct, whether #include or import statements (+ guessing the file names), class names or if-then-else/switch/loops/.. constructs.
Neither of the above yet works in QtCreator - but then it's just an initial release, so we can still hope :-)
The designer makes it really hard to write your own stuff. It's really hard to edit a window's C++ file, and when you can, the editor makes it really messy.
Well, if there isn't any UI involved, I advise you to use a normal text editor. It's the same when you try using a Eclipse for editing some tiny seperate file - takes too much time and it's messy (as you called it).
I've been using creator for ~3 months now as my primary dev environment (from a console/editor world). And I really like it. I work on a large project (1000+ files) and the ability to "search" with Ctrl+K for functions or filenames has improved my workflow dramatically.
There's a lot of keyboard shortcuts which are easily discoverable and since I type code with a keyboard, that's a very good thing. A little more polish is needed, but I'm still very happy with it.
This IDE is terrible. It has some very nice (I'd even say innovative) ideas, but it fails miserably over-all. Utter disregard to standard leyout ( no tabbed interface, hardcoded right-hand toolbar that cannot be moved or hidden), project is given as a single tree - no option of grouping files logically... They expect everyone to use shortcuts and other hacks to navigate around...
Hope they will reconsider for the next version... Till then I'll keep clear of it.
After all these years I finally see that I used to spell and pronounce Qt incorrectly. I always used QT (queue tea) instead of Qt (cute). It's probably because I never really looked into it and always pick GTK+. I may give this creator a shot, although I'll first wait and see how complete and bug free it is. Glade has been under development for years and is now v3.4.1, this one just came out as v1.0.
I've been playing with the mac version. It is AWFUL. It crashes constantly and the all-in-one interface might be ok on Windows but on OSX it feels clumsy and claustrophobic, especially the designer. Also the auto-complete does not work well and there are issues with the split views and multiple projects. I'm going to stick with XCode, even if it does mean having to rebuild the project every time I add a new class. I hope they improve it and I love QT but this thing isn't worth it.
The last time I tried Qt Creator it broke down so badly that I had to reinstall it. When it broke the second time, I didn't bother anymore. I changed to Eclipse CDT 7.0.1. It's very buggy also, but at least I haven't had to reinstall it. As a side note: CDT 8.0 seems to be even worse.
mmikkone 4 months ago
This has been flagged as spam show
QT creator is best IDE for C++.
DarthV1CT0R 5 months ago
qtCreator rocks my world
honestly, it's the best discovery of the last few years for me - and I'm not even using it for qt development that much
iforce2d 6 months ago
Apple Lcd .....That why n8 has way more less market then iphone
7337cod3r 8 months ago
I have a code written in C++ and now I want to complie it using QT Creator. How to do it? This code was not written using QT.
werewolfvsvamp 10 months ago
Comment removed
DarthV1CT0R 1 year ago
@DarthV1CT0R Same here, I use QT Creator even for non-QT projects.
Icosebyte 8 months ago
You need screen record in software like I need to start pulling out. Though - I am rather jealous, you working at QT :P
BufferOverflowAttack 1 year ago
Qt Creator is very cool.
But I use another GUI for coding (Code::Blocks).
Tell me why I must change my environment. Because I choose to use Qt? A library takes decision for my environment?
nickreserved 1 year ago
@nickreserved No, you don't have to change your environment :) You can code Qt software with any editor and compile things manually. Just like I do. I still find Qt Creator really good.
juzzlin 1 year ago
@02daft Yes Qt is bloated but it is good because you can program hand-held devices. I was using wxWidgets but I migrate to Qt because of this.
nickreserved 1 year ago
Hi, is it possible to develop in Linux and deploy to Windows ?
I'm using Ubuntu 9.10 and i don't see any option to create an executable for windows.
Thank you
SiokPT 1 year ago
@SiokPT Look up mingw32 in the repos.
JaxDragon1 1 year ago
Finally! Eclipse was excellent for Java but for C++ it was barely struggling...
This is the best IDE I have used in a very long time!
itallia1 1 year ago
So which one is better? Microsoft's Visual C++ or QT Creator?
iExD 1 year ago
@iExD Witch one is cross-platform?:D
TheGattos 1 year ago 2
QT looks like another bloated ready solution,if too many people are using it it's already a bad sign..wxWidgets seems much better
02daft 1 year ago
Another question that I cannot get an answer for on the Qt forums. When I install the plain vanilla SDK for Windows (precompiled), Qt Creator tries to use the gc++ compiler with the vc++ header files, so I cannot compile anything. Any idea where it's getting the path to the VC++ headers, and how to keep it from doing that?
Again, I know this is not the place, but I can get no responses on the Qt forums. Thanks.
JiveDadson 2 years ago
Can someone answer a question for me? I've tried the Qt forums, to no avail.
I want to run Qt 4.6.1 and Qt Creator on MS Windows using VC++ 2008 Express. I found and installation .exe for the full SDK, using gc++ rather than vc++. I found an installation .exe for the libraries compiled under vc++. But I cannot figure out how to use a precompiled Qt Creator with the vc++ libraries. I've spent the better part of two days on it. The Youtube comment section is my last hope.
JiveDadson 2 years ago
hi,
great works..
lovely ,, keep it up with more details.
thanks
gmurshedg 2 years ago
Nice for an 1.x release - however, code completion does not work in most cases, which is a major productivity issue when coming from modern IDEs like Apple's Xcode or Eclipse.
There you don't have to type more then a couple of characters for any code construct, whether #include or import statements (+ guessing the file names), class names or if-then-else/switch/loops/.. constructs.
Neither of the above yet works in QtCreator - but then it's just an initial release, so we can still hope :-)
virtualspecies 2 years ago
The designer makes it really hard to write your own stuff. It's really hard to edit a window's C++ file, and when you can, the editor makes it really messy.
trecool9992 2 years ago
Well, if there isn't any UI involved, I advise you to use a normal text editor. It's the same when you try using a Eclipse for editing some tiny seperate file - takes too much time and it's messy (as you called it).
rbaleksandar 2 years ago
nice nice nice )))
exceilence 2 years ago
Eclipse in another kind of IDE; It's was made only for QT.
acabFan 2 years ago
nice,
better than eclipse
altu892 2 years ago
I've been using creator for ~3 months now as my primary dev environment (from a console/editor world). And I really like it. I work on a large project (1000+ files) and the ability to "search" with Ctrl+K for functions or filenames has improved my workflow dramatically.
There's a lot of keyboard shortcuts which are easily discoverable and since I type code with a keyboard, that's a very good thing. A little more polish is needed, but I'm still very happy with it.
Thanks guys!
agnosticpope1 2 years ago
Lovely
LAnonHubbard 2 years ago
Hi Alessandro ! what font do you use in this demo? i like it!
johnnnnnnnnnnyfin 2 years ago
It is the "default" mono spaced font on OSX. If I remember correctly, it is called "Monaco".
AlessandroPortale 2 years ago
iostream operators to create a list? that's so hacky... c++ needs to go.
gatoatigrado1 2 years ago
Welcome to 2009.
aribenzane 2 years ago
Sorry - left toolbar.
vongodric 2 years ago
By IDE, I'm talking about QtCreater. QT Designer is the existing UI tool.
Also Qt is not a 'langauge' - it is a C++ framework.
Danny77uk 2 years ago
i tought Qt was mere a libery pack :s
FusionNinjin 2 years ago
There is a big difference between liking a language and liking an IDE. I love Qt, but not this IDE.
Danny77uk 2 years ago
This IDE is terrible. It has some very nice (I'd even say innovative) ideas, but it fails miserably over-all. Utter disregard to standard leyout ( no tabbed interface, hardcoded right-hand toolbar that cannot be moved or hidden), project is given as a single tree - no option of grouping files logically... They expect everyone to use shortcuts and other hacks to navigate around...
Hope they will reconsider for the next version... Till then I'll keep clear of it.
vongodric 2 years ago
Agreed.
Danny77uk 2 years ago
I'm more of a terminal + text editor guy. I miss the autocomplete stuff, but I can't seem to find an IDE that I don't hate.
cyborgtroy 2 years ago
After all these years I finally see that I used to spell and pronounce Qt incorrectly. I always used QT (queue tea) instead of Qt (cute). It's probably because I never really looked into it and always pick GTK+. I may give this creator a shot, although I'll first wait and see how complete and bug free it is. Glade has been under development for years and is now v3.4.1, this one just came out as v1.0.
Norbert2 2 years ago
I don't know anyone who actually refers to it as cute!
Danny77uk 2 years ago
Ya! Everyone I know outside of Qt Software pronounces it as "cue tee". Interesting.
clith 2 years ago
I'll begin the exploration here
eduardonogales 3 years ago
I'll stick to KDevelop for now :P
RealNC 3 years ago
I've been playing with the mac version. It is AWFUL. It crashes constantly and the all-in-one interface might be ok on Windows but on OSX it feels clumsy and claustrophobic, especially the designer. Also the auto-complete does not work well and there are issues with the split views and multiple projects. I'm going to stick with XCode, even if it does mean having to rebuild the project every time I add a new class. I hope they improve it and I love QT but this thing isn't worth it.
Danny77uk 3 years ago
già l'accento di "i am" fa capire che il tipo è italiano, il nome poi toglie ogni dubbio!
sarebbe bello avere anche un video direttamente in italiano per chi non capisce bene l'inglese ;)
tubazza123 3 years ago
Grandissimo!! :D Era l'ultima cosa che mancava alle qt!
alessiodf 3 years ago
And what's the cost of Qt? They don't mention any price on their website.
stesch 3 years ago
If you're doing open-source development, it's free of charge. For commercial development, you'll have to contact them for pricing details.
deltaphc 3 years ago
Its gonna be LGPL soon!
nikhilesh93 3 years ago 3
Wow, uno sviluppatore Qt italiano! Sono contento.
montoya1411 3 years ago