Results 12 comments of 织蛾

Hello,It has been fixed in #348. And new features of sorting have been added.

hi @rayment There are no new features that you have added, I will try to add them.

@kundezui Hi,I have no problem with Windows 10, ubuntu20.04 and Qt>6. Can you share your environment? If the main branch doesn't work either, you may need to open an issue.

> To be clear - it looks like this PR adds a boolean toggle to whether a node's widget is displayed in the node or pops-out to a separate window?...

Thank you for your affirmation. I only have windows environment to program now. I am just a rookie now and have limited experience. You are welcome to participate in this...

> Thanks, this is an interesting extension. I guess code still needs some polishing. The example plugin libs do not land to the directory which is gonna be used for...

- I use `std::vector` to store the `RegisteredModelsCategory`, and since the class seems to be used only to generate the Scene Menu, just traversing it without using lookups, using `std::vector`...

**Sort button function** ```cpp auto ret = std::make_shared(); ret->registerModel("Sources"); ret->registerModel("Displays"); ret->registerModel("Operators"); ret->registerModel("Operators"); ret->registerModel("Operators"); ret->registerModel("Operators"); ``` ![image](https://user-images.githubusercontent.com/55644167/208251448-9a145402-1243-41de-a3f1-49ea335945c7.png)![image](https://user-images.githubusercontent.com/55644167/208251458-ed5ce5bb-8e8c-4301-b5d9-e32f5ad17f0d.png)

@Daguerreo I have made changes to the calculator example. In order to be able to remove the flag when saving and keep it when saving aborts. I had to make...

Sorry, I don't have a good idea. But I looked at the Qt source code and it is in a metaData and library binding, the metaData is essentially a json...