fix: 修正表名
This commit is contained in:
parent
de7bd7f8f2
commit
6efb61ce26
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ class CategoryTab(TabPage):
|
||||||
topLayout.addWidget(self.categoryAddButton)
|
topLayout.addWidget(self.categoryAddButton)
|
||||||
|
|
||||||
# 创建表格
|
# 创建表格
|
||||||
self.accountTable = QTableWidget()
|
self.categoryTable = QTableWidget()
|
||||||
tableLayout = QVBoxLayout()
|
tableLayout = QVBoxLayout()
|
||||||
tableLayout.addWidget(self.accountTable)
|
tableLayout.addWidget(self.categoryTable)
|
||||||
|
|
||||||
# 应用布局
|
# 应用布局
|
||||||
categoryLayout = QVBoxLayout()
|
categoryLayout = QVBoxLayout()
|
||||||
|
|
Loading…
Reference in a new issue