Creating a Model in Qt Creator

Asked 2 years ago, Updated 2 years ago, 122 views

I'm developing using Qt creator. If you create a non-Qt c++ application, you'll get a model of the program that says Hello world.Is it possible to change this initial state arbitrarily?Specifically, I would like to include the macro when creating the file and the boost library.
If possible, I would appreciate it if you could tell me how to do it.
qtcreator-4.5.0-2.

c++ qt qt-creator

2022-09-29 20:26

1 Answers

I've never done it before, but there seems to be a way.Please refer to the article below.

Qt Creator Snippet and Wizard Capabilities - Qiita


2022-09-29 20:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.