This talk will teach you how to create a Qt Creator plugin. It will start from the basics explaining how you can set up a project in Qt Creator to create a test plugin in a minute. Then focus will move on plugin design and all the code you need to implement in order to have a fully working plugin with permanent options and proper integration with the IDE. In the end you will see a real plugin in action: SIGBUILD, a plugin which notifies you when your builds are done and tracks them.