From 1c5c81d37ced0f9716e8efb0fd50934389ec4738 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Tue, 28 Jun 2011 11:26:54 +0200 Subject: [PATCH] re-add icons import --- sloth/gui/labeltool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sloth/gui/labeltool.py b/sloth/gui/labeltool.py index f13c12d..f84fc12 100755 --- a/sloth/gui/labeltool.py +++ b/sloth/gui/labeltool.py @@ -6,6 +6,7 @@ from PyQt4.QtGui import QMainWindow, QSizePolicy, QWidget, QVBoxLayout, QAction, QKeySequence, QLabel, QItemSelectionModel, QMessageBox, QFileDialog from PyQt4.QtCore import SIGNAL, QSettings, QSize, QPoint, QVariant, QFileInfo import PyQt4.uic as uic +from sloth.gui import qrc_icons # needed for toolbar icons from sloth.gui.propertyeditor import PropertyEditor from sloth.gui.annotationscene import AnnotationScene from sloth.gui.frameviewer import GraphicsView