Skip to content

Commit 320ea3a

Browse files
committed
Update
1 parent d2ebd0b commit 320ea3a

File tree

1 file changed

+1
-0
lines changed
  • examples/official/ip_camera/gui_client

1 file changed

+1
-0
lines changed

examples/official/ip_camera/gui_client/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def setup_menus(self):
211211
def setup_toolbar(self):
212212
"""Setup application toolbar"""
213213
toolbar = QToolBar("Main Toolbar")
214+
toolbar.setObjectName("MainToolBar") # Set object name for state management
214215
toolbar.setMovable(False)
215216
self.addToolBar(toolbar)
216217

0 commit comments

Comments
 (0)