rename UI widgets

This commit is contained in:
Martin Baeuml
2010-12-02 17:44:29 +01:00
parent 62906f16ea
commit 45c2e39cbc
2 changed files with 6 additions and 37 deletions
+1 -1
View File
@@ -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)