- 主题
- 回帖
- 0
- 精华
- 注册时间
- 2024-3-16
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 爆棚声望
-
- PGB
-
|

楼主 |
发表于 2025-6-18 23:33
|
显示全部楼层

把原来的
<widget class="text" font="bold" size="13" alignment="centre_x,centre_y,can_scale" colour="secondary" wants_mouse_events="false">
<record id="object_property" get_property="titl" set_property="text"/>
</widget>
改成这个
<widget class="person_button" font="bold" size="13" alignment="centre_x,centre_y,can_scale" colour="secondary" wants_mouse_events="false" show_icons="false" display_format="2">
<record id="object_property" get_property="objt"/>
</widget> |
|