1
0
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:
glubsy
2020-07-28 16:33:28 +02:00
parent 470307aa3c
commit a26de27c47
11 changed files with 485 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ from qtlib.table import Table
class IgnoreListTable(Table):
""" Ignore list model"""
COLUMNS = [
Column("path1", defaultWidth=230),
Column("path2", defaultWidth=230),