Skip to content

Commit

Permalink
使用pyqt6的方式
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryliang122 committed Mar 17, 2023
1 parent a6858d7 commit d749fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work/inquiry.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ def update_addresslist(self, current, previous):
model.appendRow([item_email])
self.main_window.addresslist.setModel(model)
header = self.main_window.addresslist.horizontalHeader()
header.setSectionResizeMode(QHeaderView.Stretch)
header.setSectionResizeMode(QHeaderView.ResizeMode.Stretch)

0 comments on commit d749fdd

Please sign in to comment.