英文: How to spread two widgets in the same row to the extremes of the window in Tkinter? 问题 这是我的窗口: 我...
tkraise和Python GUI(tkinter)中的一些面向对象编程问题。
英文: tkraise and some OOP issues in python GUI(tkinter) 问题 我是一个对Python基础知识了解甚少的初学者,对Python的基础知识和一些面向对...
Tkinter抛出ImportError。
英文: Tkinter throws ImportError 问题 我试图在Python中制作我的第一个Tkinter项目,但它只显示给我这个错误信息: >>> from tkint...
Python tkinter GUI标签定位无法居中。
英文: python tkinter GUI label positioning unable to centered 问题 以下是修改后的代码: import tkinter as tk class...
Tkinter问题:在可滚动的画布中获取多个滑块的值
英文: Tkinter problem to get the values for more than one slider in a scrollable canvas 问题 我无法正确获取我在可滚...
使用`pack()`方法在tkinter中使元素居中于LabelFrame中。
英文: how to use pack() method to center element in a LabelFrame in tkinter 问题 我在一个LabelFrame中定义了一些元素,...
Why does the Text widget event <<Modified>> get triggered when specifically using <Control-o>?
英文: Why does the Text widget event <<Modified>> get triggered when specifically using &l...
Python TKinter只读文本框不显示内容
英文: Python TKinter read only texbox not showing the content 问题 I'm using TKinter in Pycharm. 这是表单中文本...
tkinter PanedWindow.sash_place在bind_class中为什么不起作用?
英文: Why does tkinter PanedWindow.sash_place not work in bind_class? 问题 I wanted to customize the way...
有人可以告诉我我的代码哪里出错了吗?
英文: Can someone tell me what i did wrong in my code? 问题 这是Python中的KG转换为LBS的计算器代码: import tkinter as ...
29