mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
better error messages, update todo
This commit is contained in:
parent
24557b580f
commit
d345f05cdb
3 changed files with 4 additions and 10 deletions
3
ui.py
3
ui.py
|
|
@ -2,9 +2,6 @@ from PyQt4.QtCore import *
|
|||
from PyQt4.QtGui import *
|
||||
|
||||
|
||||
DEBUG = False
|
||||
|
||||
|
||||
class TrimageTableView(QTableView):
|
||||
"""Init the table drop event."""
|
||||
def __init__(self, parent=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue