gpt4 book ai didi

python - PySimpleGui 输出标题栏名称问题

转载 作者:行者123 更新时间:2023-12-01 06:46:32 24 4
gpt4 key购买 nike

我想使用 pysimplegui 打印类似的输出

import PySimpleGUI as sg
print("The age of the universe is", age_of_universe, "Gyr")
print("The age of universe at z = ", z, "is", age_of_universe_at_z,)
print("Lookback time is", lookback_time , "Gyr")
print("Comoving distance to an object at z =", z , "is" , comoving_distance, "Mpc")
print("Luminosity distance to an object at z =", z, "is", luminosity_distance, "Mpc")
print("Angular diameter distance to an object at z =", z, "is", angular_distance, "Mpc")

我尝试使用弹出方法。然而,这次弹出窗口中写的内容变成了标题栏的名称

sg.popup('This is the modified LightGreen3 Theme', 'It has black button text')

enter image description here

那么我怎样才能打印这些东西并可以将标题栏命名为我想要的任何名称。

谢谢。

注意:我可以接受使用 tkinter 提供的解决方案,但我更喜欢 pysimpleguı

最佳答案

在 PySimpleGUI 中,当您想要设置标题栏文本时要查找的参数是 title。所有弹出窗口都有一个标题参数,就像 Window 对象一样。

该弹出窗口的标题为:

enter image description here

用于制作它的代码是:

sg.popup('This is a popup.....Make sure it is long enough to see title.', title='My own title')

您可以在主文档 http://www.PySimpleGUI.org 中找到弹出参数的说明。 .

关于python - PySimpleGui 输出标题栏名称问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59200582/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com