mirror of
https://github.com/wassname/sloth.git
synced 2026-08-03 13:10:49 +08:00
actually display images in the scene
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ class MainWindow(QMainWindow):
|
||||
self.scene_.setModel(model)
|
||||
|
||||
file_index = model.index(0, 0, QModelIndex())
|
||||
frame_index = model.index(0, 0, file_index)
|
||||
self.scene_.setRoot(frame_index)
|
||||
#frame_index = model.index(0, 0, file_index)
|
||||
self.scene_.setRoot(file_index)
|
||||
|
||||
def clickedSelect(self):
|
||||
self.scene_.setMode(None)
|
||||
|
||||
Reference in New Issue
Block a user