python tkinter布局
python图形界面教程Tkinter详解
目录1、Tkinter是什么2、Tkinter创建窗口①导入 tkinter的库 ,创建并显示窗口②修改窗口属性③创建按钮④窗口内的组件布局3、Tkinter布局用法①基本界面、label(标签)和button(按钮)用法②entry(输入)和text(文本)用[详细]
2022-12-20 09:35 分类:开发unable to make out how ~ operator works in c
I have this piece of code can you explain me the output unsigned int x=3; ~x; printf(\"%d\",x); output is 10[详细]
2022-12-20 07:19 分类:问答how to navigate to another page using QMouseEvent qt event
Please help me , I need to load one page then simulating click event to get the content of the target page. from this tutorial I figured out how to produce the event but how d开发者_开发百科o I actual[详细]
2022-12-18 15:38 分类:问答