-
electronic-scale
通过vb编写的一个智能电子秤相对应的界面程序,可以显示是否连接成功、物体质量、是否超重等。(Through vb prepared by an intelligent electronic scales corresponding interface program that can show whether the connection is successful, the mass of the body, are overweight.)
- 2013-04-18 19:46:59下载
- 积分:1
-
954357
模仿QQ游戏登陆界面源码,例程使用图形按钮、透明标签等组件模仿QQ游戏的登陆界面。(QQ Games imitate login interface source code , the routine use of graphical buttons , labels and other components transparent imitation QQ Games login interface.)
- 2016-10-26 11:06:16下载
- 积分:1
-
50375
修改淘宝商品名称源码,程序结合易语言扩展界面支持库和易语言模块彗星HTTP应用模块.ec,实现修改淘宝商品名称的功能。(Modify Taobao trade names source program combined with easy language and easy language support library expansion interface module Comet HTTP application modules .ec, modify the function to achieve Taobao commodity names.)
- 2015-09-29 21:19:40下载
- 积分:1
-
500compare
500彩票网相关数据采集程序,有部分数据库操作,功能有待完善(500 lottery network-related data collection procedures, some operations, functions need to be improved)
- 2016-03-11 09:36:16下载
- 积分:1
-
COUNTer
统计工程代码行数,支持多种语言
包括c++ / vb / java
支持自动去除空行,去除VB中的窗体元素信息(Statistics projects the number of lines of code, supports multiple languages including c++/vb/java support automatically remove blank lines, remove the the VB form element information)
- 2012-11-07 21:20:56下载
- 积分:1
-
NewASPCom
使用双缓冲画的日历控件,很漂亮 的,对于双缓冲的使用有很大帮助(Calendar controls use double buffering painting pretty)
- 2012-12-09 14:46:56下载
- 积分:1
-
Office2003
说明: 和Office2003菜单一样的小程序,程序大概800K,做的还算不错(Office2003 menu and the same small programs, procedures 800K probably doing quite well)
- 2006-03-07 15:50:44下载
- 积分:1
-
37518
给图片加文本源码例程,程序结合易语言扩展界面支持库和应用接口支持库,在图片框上面覆盖透明标签,并设置透明标签的标题。(Add text to the image source routines, programs combined with easy language support library expansion interface and application interface support library , in the picture frame covered with clear labels , and a transparent label s caption .)
- 2015-11-04 13:21:30下载
- 积分:1
-
UDP-Video-Transfer-master
说明: python实现实时视频流传输和显示,从客户端到服务器端(Python implements real-time video streaming transmission and display from client to server)
- 2021-03-19 23:19:18下载
- 积分:1
-
ZNodes
qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类
分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item.
Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)
- 2020-06-16 20:20:01下载
- 积分:1