mirror of
https://github.com/wassname/sloth.git
synced 2026-07-14 11:18:22 +08:00
allow loading all label files
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user