Progress image generation for table

This commit is contained in:
BasioMeusPuga
2017-11-29 02:55:43 +05:30
parent 8cd8ec4ccd
commit c72eff22c7
4 changed files with 41 additions and 11 deletions

View File

@@ -56,12 +56,12 @@ class MainUI(QtWidgets.QMainWindow, mainwindow.Ui_MainWindow):
self.statusBar.addWidget(self.sorterProgress)
self.sorterProgress.setVisible(False)
# Init the Library
self.lib_ref = Library(self)
# Application wide temporary directory
self.temp_dir = QtCore.QTemporaryDir()
# Init the Library
self.lib_ref = Library(self)
# Library toolbar
self.libraryToolBar = LibraryToolBar(self)
self.libraryToolBar.addButton.triggered.connect(self.add_books)