在Python的第二个窗口中从Combobox中获取数据,可以按照以下步骤进行操作:
from tkinter import Tk, StringVar
from tkinter.ttk import Combobox
window2 = Tk()
window2.title("第二个窗口")
data = ["选项1", "选项2", "选项3"]
selected_option = StringVar()
combobox = Combobox(window2, textvariable=selected_option, values=data)
combobox.pack()
def get_selected_data():
selected_data = selected_option.get()
print("选中的数据是:", selected_data)
button = Button(window2, text="获取数据", command=get_selected_data)
button.pack()
完整的代码示例:
from tkinter import Tk, StringVar
from tkinter.ttk import Combobox
def get_selected_data():
selected_data = selected_option.get()
print("选中的数据是:", selected_data)
window2 = Tk()
window2.title("第二个窗口")
data = ["选项1", "选项2", "选项3"]
selected_option = StringVar()
combobox = Combobox(window2, textvariable=selected_option, values=data)
combobox.pack()
button = Button(window2, text="获取数据", command=get_selected_data)
button.pack()
window2.mainloop()
这样,当用户在Combobox中选择一个选项后,点击"获取数据"按钮,就可以在控制台中打印出选中的数据。
关于腾讯云相关产品和产品介绍链接地址,由于要求不能提及具体的云计算品牌商,建议在腾讯云官方网站上查找相关产品和文档。
领取专属 10元无门槛券
手把手带您无忧上云