mirror of
https://github.com/wassname/sloth.git
synced 2026-08-20 12:51:02 +08:00
rename UI widgets
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class MainWindow(QMainWindow):
|
||||
|
||||
self.buttonarea = ButtonArea()
|
||||
self.buttonarea.load("example_config.py")
|
||||
self.ui.dockAnnotationTree.setWidget(self.buttonarea)
|
||||
self.ui.dockAnnotationButtons.setWidget(self.buttonarea)
|
||||
|
||||
## create action group for tools
|
||||
self.toolActions = QActionGroup(self)
|
||||
|
||||
Reference in New Issue
Block a user