mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Implement dialog and base classes for model/view
This commit is contained in:
@@ -10,6 +10,8 @@ from qtlib.table import Table
|
||||
|
||||
|
||||
class IgnoreListTable(Table):
|
||||
""" Ignore list model"""
|
||||
|
||||
COLUMNS = [
|
||||
Column("path1", defaultWidth=230),
|
||||
Column("path2", defaultWidth=230),
|
||||
|
||||
Reference in New Issue
Block a user