allow loading all label files

This commit is contained in:
Martin Baeuml
2011-05-24 20:38:11 +02:00
parent e2df6dd7e0
commit 60648aecc8
+1 -1
View File
@@ -209,7 +209,7 @@ class MainWindow(QMainWindow):
path = QFileInfo(self.container_.filename()).path()
# TODO: compile a list from all the patterns in self.container_factory_
format_str = ' '.join(['*.txt'])
format_str = ' '.join(['*'])
fname = QFileDialog.getOpenFileName(self,
"%s - Load Annotations" % APP_NAME, path,
"%s annotation files (%s)" % (APP_NAME, format_str))