3

I am new to codeblocks and Qt. I would like to create some nice interfaces with buttons, lists, combo box and so on using Qt. Can someone help me, give me some links from where I can start my journey? I didn't find anywhere how to include qt designer in codeblocks in order to work with it.

Any help is appreciated.

P.S I am working in Ubuntu. I did install code::blocks 10.05 . I also have QT Designer, Creator, LInguist and Assistent.

0

2 Answers 2

3

When you have Qt Creator, you don't need anything else unless you have any specific preference for Code::Blocks or any other IDEs.

Qt Creator has an integrated debugging interface too (somewhat similar to Visual Studio).

Here is the Qt Creator manual and here you can find details on How to manage projects using Qt Creator.

Sign up to request clarification or add additional context in comments.

Comments

2

If you already have all the Qt tools (Creator, Designer, etc.) then why not just use Qt Creator?

It is a wonderful little IDE and is perfect for Qt developing. I actually prefer using it on Ubuntu (on Windows I use the VS Add-In for VS 2010).

The only thing that takes getting used to is adding dependencies which you must directly edit the .pro file for. See http://doc.qt.io/qt-5/qmake-project-files.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.