Revert changes to generated files
This commit is contained in:
parent
087124ce42
commit
223bcdc261
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file 'blockchain_dock.ui',
|
||||
# licensing of 'blockchain_dock.ui' applies.
|
||||
#
|
||||
|
@ -8,7 +10,7 @@
|
|||
|
||||
from PySide2 import QtCore, QtGui, QtWidgets
|
||||
|
||||
class Ui_BlockchainDock:
|
||||
class Ui_BlockchainDock(object):
|
||||
def setupUi(self, BlockchainDock):
|
||||
BlockchainDock.setObjectName("BlockchainDock")
|
||||
BlockchainDock.resize(416, 167)
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file 'output_dock.ui',
|
||||
# licensing of 'output_dock.ui' applies.
|
||||
#
|
||||
|
@ -8,7 +10,7 @@
|
|||
|
||||
from PySide2 import QtCore, QtGui, QtWidgets
|
||||
|
||||
class Ui_OutputDock:
|
||||
class Ui_OutputDock(object):
|
||||
def setupUi(self, OutputDock):
|
||||
OutputDock.setObjectName("OutputDock")
|
||||
OutputDock.resize(700, 397)
|
||||
|
|
Loading…
Reference in a new issue