We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b9686 commit 03918d2Copy full SHA for 03918d2
1 file changed
gui_builder/forms.py
@@ -499,6 +499,7 @@ def set_item_column(self, index: int, column: int, data: Any):
499
"""Sets the string at the provided column and index to the provided value"""
500
return self.widget.set_item_column(index, column, data)
501
502
+
503
class ToolBar(UIForm):
504
widget_type = widgets.ToolBar
505
0 commit comments