上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
  2017年10月6日
摘要: pySerial API官方介绍链接 阅读全文
posted @ 2017-10-06 23:02 神秘藏宝室 阅读(634) 评论(0) 推荐(0) 编辑
  2017年10月3日
摘要: 使用到工具pyinstaller 使用指令打包,其中xxx.ico为需要的图标,xxx.py为要打包的py文件 然后在dust文件夹下就能看到打包好的exe文件 阅读全文
posted @ 2017-10-03 22:39 神秘藏宝室 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 使用工具eric6 安装包地址: 1.需要安装python和pyqt为前提,然后安装eric 2.安装好后在 C:\Python27\Lib\site packages\eric6 路径下找到 eric6.pyw ,打开eric6 3.第一次打开需要设置API等参数 4.使用qt编辑器开发ui界面 阅读全文
posted @ 2017-10-03 22:23 神秘藏宝室 阅读(854) 评论(0) 推荐(0) 编辑
  2017年9月30日
摘要: 进度条效果 日历效果 阅读全文
posted @ 2017-09-30 23:07 神秘藏宝室 阅读(354) 评论(0) 推荐(0) 编辑
摘要: ``` # -*- coding: utf-8 -*- """ ------------------------------------------------- File Name: buttonTest Description : Author : 神秘藏宝室 date: 2017-09-30 -------------------... 阅读全文
posted @ 2017-09-30 23:06 神秘藏宝室 阅读(1036) 评论(0) 推荐(0) 编辑
  2017年9月27日
摘要: 方法1,转换到py调用 指令 方法2.直接调用ui文件 阅读全文
posted @ 2017-09-27 23:19 神秘藏宝室 阅读(867) 评论(0) 推荐(0) 编辑
  2017年9月25日
摘要: ``` # -*- coding: utf-8 -*- """ ------------------------------------------------- File Name: icon Description : Author : 神秘藏宝室 date: 2017-09-25 -------------------------... 阅读全文
posted @ 2017-09-25 23:27 神秘藏宝室 阅读(2195) 评论(0) 推荐(0) 编辑
摘要: ``` # -*- coding: utf-8 -*- """ ------------------------------------------------- File Name: simple Description : Author : 神秘藏宝室 date: 2017-09-25 -----------------------... 阅读全文
posted @ 2017-09-25 23:14 神秘藏宝室 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 个人用64位电脑安装了64位的PyQt后 from PyQt4.QtGui import 提示 ImportError: DLL load failed: %1 is not a valid Win32 application. 后卸载64位的PyQt后,再装32位的PyQt后则成功。目测是之前装的 阅读全文
posted @ 2017-09-25 23:07 神秘藏宝室 阅读(762) 评论(0) 推荐(0) 编辑
  2017年9月21日
摘要: 代码 结果 阅读全文
posted @ 2017-09-21 23:01 神秘藏宝室 阅读(657) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页

 >>>转载请注明出处<<<