Creating a toolbar in Python

Hello,

I was wondering whether it would be possible to create a toolbar widget using Python, without the need of C++. Similar to this layout:

image

Thanks

You can create a toolbar in Python the same way as in C++:

1 Like