Several fixes
This commit is contained in:
@@ -649,7 +649,6 @@ class LayoutsWidget(QWidget):
|
||||
|
||||
item_name = QTableWidgetItem(name)
|
||||
item_name.setData(Qt.UserRole, f_path)
|
||||
item_name.setData(Qt.UserRole, f_path) # Store full path in item
|
||||
item_date = QTableWidgetItem(dt)
|
||||
|
||||
self.table.setItem(i, 0, item_name)
|
||||
|
||||
Reference in New Issue
Block a user