Port: setMargin() reset() QStringList()

setMargin(): QLayout no longer has a setMargin() function, replace with
setContentsMargins()

reset(): QAbstractListModel no longer has reset(), replace with
beginResetModel(), endResetModel()

QStringList: No longer exists, a simply python list of strings works
instead
This commit is contained in:
Kovid Goyal
2014-04-11 21:41:59 +05:30
parent 5068f62f0f
commit f1842ae443
34 changed files with 148 additions and 92 deletions
+2
View File
@@ -6,6 +6,8 @@ from __future__ import (unicode_literals, division, absolute_import,
__license__ = 'GPL v3'
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
# QT5XX: See why mouse wheel is not working in diff view
# QT5XX: Delete this file after migration is completed
import os