简体   繁体   中英

How to design an IDE using Qt?

My friends and I are working on a compiler design as a project in my university (Damascus University).

We're using (Flex, C++, Bison, Qt) to do the job.

I was wondering if there is a way to design an IDE to our compiler using Qt. I know how to do the job but I'm asking to find out if there is some resource to start with, or if there is a pre-built design to do that job.

Thanks in advance :)

Start by looking at the source code of QtCreator . It is very clean and easy to read!

In addition to already suggested QtCreator you could check the qt-apps.org development environments website; a lot software there is open source

Perhaps extending KDevelop with a module would be a better idea. Qt creator is awfully focused on Qt. Other interesting starting points would be Edyuk (they've separated out their editor component from the rest of the application) or good old Scintilla (used by PyQt from Riverbank).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM