Closed mentalfl0w closed 3 years ago
Hello, when I try to build the plugin, there appears some errors, which contains spelling errors. BTW:I'm very appreciate this repo, but it seems too hard to use it for my project to the Qt noob just like me. Would you like to write a guide for us? thanks.
I have fixed the compilation issues and pushed the code, I hadn't built the designer plugin in a while and I forgot that Qt doesn't like modern syntax for some things.
Hello, when I try to build the plugin, there appears some errors, which contains spelling errors. BTW:I'm very appreciate this repo, but it seems too hard to use it for my project to the Qt noob just like me. Would you like to write a guide for us? thanks.
I have fixed the compilation issues and pushed the code, I hadn't built the designer plugin in a while and I forgot that Qt doesn't like modern syntax for some things.
Great work! It build well now. But when I try to use it in Qt designer, I find the slide bar is not showed. I have checked the CMakeLists.txt, added the SlidePlugin file to the Plugin project, but it didn't work. There are another tabbar problem, I can't see it in designer either. Here is the screenshot:
Hello, when I try to build the plugin, there appears some errors, which contains spelling errors. BTW:I'm very appreciate this repo, but it seems too hard to use it for my project to the Qt noob just like me. Would you like to write a guide for us? thanks.
I have fixed the compilation issues and pushed the code, I hadn't built the designer plugin in a while and I forgot that Qt doesn't like modern syntax for some things.
Great work! It build well now. But when I try to use it in Qt designer, I find the slide bar is not showed. I have checked the CMakeLists.txt, added the SlidePlugin file to the Plugin project, but it didn't work. There are another tabbar problem, I can't see it in designer either. Here is the screenshot:
I have fixed it, the slider plugin should now be visible. The tabbar is an internal widget and not exposed, you need to add a RibbonWidget to your window and then right click on it and add a page. You can drop groups into pages and controls into groups.
Hello, when I try to build the plugin, there appears some errors, which contains spelling errors. BTW:I'm very appreciate this repo, but it seems too hard to use it for my project to the Qt noob just like me. Would you like to write a guide for us? thanks.
I have fixed the compilation issues and pushed the code, I hadn't built the designer plugin in a while and I forgot that Qt doesn't like modern syntax for some things.
Great work! It build well now. But when I try to use it in Qt designer, I find the slide bar is not showed. I have checked the CMakeLists.txt, added the SlidePlugin file to the Plugin project, but it didn't work. There are another tabbar problem, I can't see it in designer either. Here is the screenshot:
I have fixed it, the slider plugin should now be visible. The tabbar is an internal widget and not exposed, you need to add a RibbonWidget to your window and then right click on it and add a page. You can drop groups into pages and controls into groups.
It works very well now😁. Thanks.
It works very well now😁. Thanks.
Awesome. Thanks for reporting the issues, I need to set up some unit tests to ensure I don't break things like this again in the future.
Hello, when I try to build the plugin, there appears some errors, which contains spelling errors. BTW:I'm very appreciate this repo, but it seems too hard to use it for my project to the Qt noob just like me. Would you like to write a guide for us? thanks.