max_row_height属性

max_row_height属性

获取或设置自动调整行时的最大行高(以Point为单位)。

定义:

@property
def max_row_height(self):
    ...
@max_row_height.setter
def max_row_height(self, value):
    ...

也可以看看