登录
首页 » QT, » QT文具管理

QT文具管理

于 2023-05-06 发布 文件大小:8.21 kB
0 64
下载积分: 2 下载次数: 1

代码说明:

新建数据库,添加相关文具的详细信息,编号,名称,数量,以及价格,购买的数量,库存还剩余的数量,支付的价格,以及找零的金额。界面文件的设计得体。实现了文具的管理,库存,销售,以及结账。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Qt-ImageProcess
    利用Qt编写的简易图像处理程序,包括图像的边缘检测、放大缩小和几个常用的处理功能。(QT image processing procedures, including edge detection, zoom and several common processing functions.)
    2014-05-09 16:42:32下载
    积分:1
  • qt中使用udp收发数据
    qt中使用udp收发数据的例子有需要的可以借鉴下
    2022-09-20 19:10:03下载
    积分:1
  • dynamic_curve
    用Qt绘制实时曲线,主要用到scroll函数,代码非常简单,适合新手学习,在windows下运行(Use Qt to draw real-time curve, mainly used in the scroll function, the code is very simple, suitable for novice learning to run under windows)
    2013-03-01 21:01:40下载
    积分:1
  • Qtop Qt
    Read realtime monitoring process liketopin a Qt-way. This application startstopin a process, reads its output whenevertopflushes the stdout, and shows the result in a text browser.
    2022-03-12 06:18:07下载
    积分:1
  • STM32
    使用QT开发的示波器源码,实现示波器的基本功能,可供初学者参考学习。(Oscilloscope source By QT)
    2016-07-14 09:47:26下载
    积分:1
  • QT_GraphicsView
    QT图形视图框架(The Graphics View Framework) ,解析QGraphicsView, QGraphicsScene, QGraphicsItem之间的关系
    2016-07-06 13:17:17下载
    积分:1
  • DP_input_data
    unit commitment problem
    2014-01-14 05:15:05下载
    积分:1
  • ImagePassClient
    Windows下基于Opencv的视频传输和字符串传输(Under Windows Opencv based video transmission and string transmission)
    2013-09-07 15:19:18下载
    积分:1
  • addressBook
    地址薄,姓名,性别,年龄,邮编,email,等可以添加删除(Address book, name, gender, age, zip code, email, etc. Can add or remove )
    2015-12-22 16:01:08下载
    积分:1
  • qt 实现的故障树
    qt 实现的故障树 void FaultTree::calcPosition(){    int maxLayer = 0;    //获取最大层数    for (int index = 0; index < m_list.size(); ++index)    {        if (m_list.at(index)->layer() > maxLayer)            maxLayer = m_list.at(index)->layer();    }    //计算最大宽度    int maxWidth = 0, count;    for (int layer = 1; layer < maxLayer+1; ++layer)    {        count = 0;        for (int index = 0; index < m_list.size(); ++index)        {            if (m_list.at(index)->layer() == layer)                count++;        }        if (count > m
    2022-08-26 04:01:10下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载