腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(68)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
AttributeError:模块'
customtkinter
‘没有属性'OptionMenu’
我已经导入了import
customtkinter
并获得了以下错误:在执行这段代码时:optionmenu.pack(pady=12, padx=10) optionmenu.set
浏览 16
提问于2022-06-30
得票数 0
1
回答
启用和禁用多个复选框
CustomTkinter
下面是一些代码::import
customtkinter
customtkinter
.set_default_color_theme("blue") # Themes:"blue" (stand
浏览 6
修改于2022-10-27
得票数 0
回答已采纳
1
回答
AttributeError:模块'
customtkinter
‘没有属性'CTkFont',我导入了定制器?
我以正确的方式导入了
customtkinter
,并且已经重新下载了它,我需要单独导入它吗?我导入
customtkinter
并得到以下错误:在执行这段代码时: label1 =
customtkinter
.CTkLabel(master=frame, text="WUA", font=
customtkinter
.CTkFont(family="Verdana&quo
浏览 8
修改于2022-11-15
得票数 1
1
回答
在
customtkinter
中更改标签中不起作用的文本
import tkinter as tkimport tkinter.font as font window.geometry("System") label_year =
customtkinter
.CTkLabel(masterbirth:", text_font=(
浏览 11
提问于2022-08-13
得票数 0
1
回答
_tkinter.TclError:无法删除Tcl命令-
customtkinter
-定制提示
for gui applications.import tkinter.messagebox
customtkinter
.set_default_color_theme('blue_________
浏览 78
修改于2022-11-18
得票数 2
回答已采纳
1
回答
在tkinter/
customtkinter
中使用实例属性和类方法的范围问题
我的tkinter/
customtkinter
使用高于另一个帧的多个帧。我有两个框架,两个都包含开关,需要相互反转(即当一个是‘开’,另一个必须‘关闭’)。最初,我试图直接调用每个对象: def__init__(self, parent)class MainModes(
customtkinter
.CTkFrame):
浏览 4
修改于2022-10-22
得票数 0
回答已采纳
1
回答
vscode中的
customtkinter
.__init__警告
我是新手。我正试着做一个gui项目。当我在Spyder中运行我的代码时,它正在完美地运行。当我在vscode中运行时,它会生成一个错误消息。如下所示: 我在建造gui的时候用了定制的。我在网上找不到任何解决办法。请帮帮我。
浏览 5
修改于2022-09-15
得票数 0
1
回答
我正在使用
customtkinter
创建一个toplevel,但是当我尝试以toplevel而不是使用main.loop()运行它时,它会出现错误。
我正在使用tkinter和
customtkinter
开发一个GUI程序。在尝试创建这个popUpBox时,我似乎遇到了一个恼人的错误。import tkinter def __init__(selftkinter.StringVar() self.label_radio_group =
浏览 13
修改于2022-10-22
得票数 -1
1
回答
customtkinter
-使用主框架以外的其他类创建框架,然后将其分配给主框架。
如您所见,目标是将标签文本从"self.label“放置到框架"self.frame_rot”的中间,请检查我的代码: import
customtkinter
as ctk
浏览 11
修改于2022-10-29
得票数 0
1
回答
我怎样才能得到填充屏幕的框架?
这是一个截图from tkinter import*import tkinter as tk def __init__(self, master):
浏览 12
修改于2022-10-22
得票数 0
1
回答
Tkinter无法用OptionMenu清除.destroy选择
*
customtkinter
.set_default_color_theme("blue")size_label =
customtkinter
.CTkLabel() size_options = ["Random", "Tiny", "Small(root,text=clicked.
浏览 24
修改于2022-06-11
得票数 0
1
回答
Tkinter -如何动态创建由列表中的项命名的标签?
import
customtkinter
frame=
customtkinter
.CTkFrame(window) fori in range(len(list
浏览 21
提问于2022-09-16
得票数 1
回答已采纳
1
回答
自定义平移标签背景
import tkinterroot_tk =
customtkinter
.CTk() # create CTk window like you do with"1280x720")class GUI: Frame1 =
customtkinter
.CTkFrame(root_tk)
浏览 8
修改于2022-05-28
得票数 1
回答已采纳
1
回答
为什么我不能使用我新下载的python库呢?
所以我试着安装了
customtkinter
,并且安装成功了。Using cached
customtkinter
-4.6.3-py3-none-any.whl (246 kB)Installing collected packages:
cus
浏览 16
修改于2022-11-21
得票数 0
1
回答
这个“鬼”错误是什么?(特征码/定制字体)
import tkinterfrom turtle import window_widthimporttkinter.font as tkfont
customtkinter
.set_default_color_theme("blue"
浏览 11
修改于2022-08-23
得票数 0
1
回答
Ppython tkinter:没有这样的列
这是我的密码:
customtkinter
.set_default_color_theme("blue") labelPrezzo=
customtkinter
.CTkLabel(second
浏览 6
修改于2022-10-06
得票数 0
回答已采纳
1
回答
NameError:未定义名称“username_entry”
call__ ^^^^^^^^^^^^^^^^
customtkinter
.set_default_color_theme("dark-blue")app =
customtkinter
.CTk() #
浏览 3
提问于2022-12-03
得票数 0
1
回答
使用OOP方法的TKinter
from tkinter import * def __init__(self):self.iconbitmap("Sharingan.ico") self.mainframe =
customtkinter
.CTkFrameself.mainframe.grid(row=0, column=0, padx=20, pa
浏览 0
修改于2022-11-12
得票数 1
回答已采纳
1
回答
如何使用自定义Tkinter隐藏/显示密码?
import tkinter as tk if txt.cget('show') == '':txt.config(show='*') txt.config(show='') root.geometry("200x200") txt =
customtkinter
.CTkEntry(root,
浏览 5
修改于2022-11-27
得票数 0
回答已采纳
2
回答
定制化-一些绑定不能在框架上工作
我遇到的问题是,使用
customtkinter
事件似乎无法在定制的框架中工作。这可以用(不起作用)重新制作:root.geometry('300x300') frame.place(x=100, y=100, width=50, height=50)但是这个事件起作用了 from
customtkinter
浏览 10
修改于2022-10-22
得票数 0
第 2 页
第 3 页
第 4 页
点击加载更多
领券