QtCreator Plugin Framework Learning 05-Extend Core Plugin Page Interface

Multiple pages can be displayed in QtCreator. It switches pages by the button on the left. This extends the page interface of the core plug-in so that it can add pages by plug-in and switch pages by the button on the left. 1. Page Interface 1.1, FancyPage page class Create a FancyPage type with the following header file: #ifndef FANCYPAGE_H ...

Added by guayaquil on Wed, 19 Jan 2022 19:12:35 +0200