VS2019+QT 制作自定义控件 1.新建Qt Designer Custom Widget 项目 2. 项目中会有如下2个文件 myMultiCustomControl.h myMultiCustomControlPlugin.h 3.打开 myMultiCustomControl.h ...
分类:
其他好文 时间:
2020-09-17 19:30:53
阅读次数:
18
1、Shift + H 取消PCB界面头部实时显示 2、原理图界面中,鼠标停留在器件上面片刻会显示一个框图,如果想取消显示,工具->原理图有选项,在接下来的对话框中取消使能连接检视 取消前: 取消后: ...
分类:
其他好文 时间:
2020-09-17 17:05:25
阅读次数:
36
When I am doing a test of comparison between Stateful and Stateless BSP application ( mentioned in blog Stateless and Stateful – Different behavior in ...
废话不多说,直接上代码 /// <summary> /// 重写behavior名称 /// </summary> /// <returns>一个字符串,behavior的名称</returns> public override string BehaviorName() { return "控场模 ...
分类:
其他好文 时间:
2020-08-28 12:01:50
阅读次数:
50
ClickListener Click Listener混合器使它可以应用到其小部件,并能够通过使用回调扩展小部件来响应触摸输入。 在TouchGFX Designer中,可以通过在“ Mixins”部分中给定小部件的属性中启用混合来应用混合,如下图所示。 在TouchGFX Designer中启用 ...
分类:
其他好文 时间:
2020-08-17 17:41:06
阅读次数:
74
objectName,控件对象名称。 ● geometry,相对坐标系。 ● sizePolicy,控件大小策略。 ● minimumSize,最小宽度、高度。 ● maximumSize,最大宽度、高度。如果想让窗口或控件的大小固定,则可以将minimumSize和maximumSize这两个属性 ...
分类:
其他好文 时间:
2020-07-26 01:10:43
阅读次数:
60
Passage 26 Many researchers use the term Artificial Intelligence (AI) to describe the thinking and intelligent behavior demonstrated by machines. Whil ...
分类:
其他好文 时间:
2020-07-26 01:02:29
阅读次数:
75
运行designer.exe文件保错 This application failed to start because it could not find or load the Qt platform plugin "windows"in “”, Available platform plugin ...
分类:
移动开发 时间:
2020-07-22 20:13:55
阅读次数:
271
##安装PyQt5 pip install PyQt5 -i https://pypi.douban.com/simple ##安装QTdesigner pip install PyQt5-tools -i https://pypi.douban.com/simple ##打开QTdesigner ...
分类:
其他好文 时间:
2020-07-21 09:53:55
阅读次数:
118
(一)pip安装 pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt5 其中 -i后面的地址是国内的源,不加下载就会很慢 (二)通过新立得软件包安装python3-pyqt5 (三)安装qt设计师 通过新立得安装qttools5 ...
分类:
系统相关 时间:
2020-07-19 00:46:24
阅读次数:
167