Safety commit
This commit is contained in:
parent
1bf13e77e3
commit
9ff0a2b434
@ -1,4 +1,4 @@
|
||||
# Form implementation generated from reading ui file 'main_window.ui'
|
||||
# Form implementation generated from reading ui file 'res/main_window.ui'
|
||||
#
|
||||
# Created by: PyQt6 UI code generator 6.6.1
|
||||
#
|
||||
@ -48,7 +48,9 @@ class Ui_MainWindow(object):
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox_2)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.statementTableView = QtWidgets.QTableView(parent=self.groupBox_2)
|
||||
self.statementTableView.setWordWrap(True)
|
||||
self.statementTableView.setObjectName("statementTableView")
|
||||
self.statementTableView.horizontalHeader().setSortIndicatorShown(False)
|
||||
self.verticalLayout.addWidget(self.statementTableView)
|
||||
self.horizontalLayout_3.addWidget(self.groupBox_2)
|
||||
self.horizontalLayout_3.setStretch(1, 1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user