基本信息
源码名称:Qt开发的呼吸湿化治疗仪
源码大小:174.71M
文件格式:.zip
开发语言:C/C++
更新时间:2022-02-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 10 元 
   源码介绍

用Qt实现医用呼吸机界面及控制例子

Qt界面,氧浓度/空气流量/气流温度控制

.
├── Qt开发的呼吸湿化治疗仪.zip
├── __MACOSX
│   └── ventilator
│       └── UIModule
└── ventilator
    ├── Debug
    │   ├── Makefile
    │   ├── Ventilator.app
    │   │   └── Contents
    │   │       ├── Info.plist
    │   │       ├── MacOS
    │   │       │   ├── Ventilator
    │   │       │   └── ventilator.cfg
    │   │       ├── PkgInfo
    │   │       └── Resources
    │   │           └── empty.lproj
    │   ├── jvcontroller.o
    │   ├── jvcserialport.o
    │   ├── jvcserialportpriv.o
    │   ├── jventilator.o
    │   ├── main.o
    │   ├── moc_jvcserialport.cpp
    │   ├── moc_jvcserialport.o
    │   ├── moc_jvcserialportpriv.cpp
    │   ├── moc_jvcserialportpriv.o
    │   ├── moc_jventilator.cpp
    │   ├── moc_jventilator.o
    │   ├── moc_predefs.h
    │   ├── qrc_qml.cpp
    │   ├── qrc_qml.o
    │   └── videoimageprovider.o
    ├── UIModule
    │   ├── JButton.qml
    │   ├── JChartBox.qml
    │   ├── JDateEdit.qml
    │   ├── JDensityWin.qml
    │   ├── JDigitBox.qml
    │   ├── JDigitText.qml
    │   ├── JDigits.qml
    │   ├── JEntryButton.qml
    │   ├── JEntryView.qml
    │   ├── JFlowWin.qml
    │   ├── JHelpInfo.qml
    │   ├── JInfoView.qml
    │   ├── JLeftPanel.qml
    │   ├── JLogoView.qml
    │   ├── JMainWin.qml
    │   ├── JMessageWin.qml
    │   ├── JPaintWin.qml
    │   ├── JRecordWin.qml
    │   ├── JReportWin.qml
    │   ├── JRunHorseText.qml
    │   ├── JScrollDigits.qml
    │   ├── JSettingsWin.qml
    │   ├── JSimWin.qml
    │   ├── JTempWin.qml
    │   ├── JTimeBox.qml
    │   ├── JTimeEdit.qml
    │   ├── JTimeWin.qml
    │   ├── JTitleBar.qml
    │   └── qmldir
    ├── Ventilator.pro
    ├── Ventilator.pro.user
    ├── Ventilator.pro.user.22
    ├── Ventilator.pro.user.4.9-pre1
    ├── Ventilator.pro.user.8d4f79f
    ├── Ventilator.pro.user.a3c789c
    ├── Ventilator_zh_CN.ts
    ├── images
    │   ├── add.png
    │   ├── arrowLeft.png
    │   ├── arrowRight.png
    │   ├── arrow_left_icon.png
    │   ├── arrow_right_icon.png
    │   ├── attrib.png
    │   ├── button_icon.png
    │   ├── cloud.png
    │   ├── copy.png
    │   ├── cut.png
    │   ├── dot_icon.png
    │   ├── dotlight_icon.png
    │   ├── earth.jpg
    │   ├── entry-1.png
    │   ├── file.png
    │   ├── filen.png
    │   ├── focus_icon.png
    │   ├── grab.png
    │   ├── history.png
    │   ├── interface.png
    │   ├── mars.jpg
    │   ├── medtek-bg.jpg
    │   ├── medtek-bg2.jpg
    │   ├── medtek-bg3.png
    │   ├── medtek-entry-bg.jpg
    │   ├── menu.png
    │   ├── mercury.jpg
    │   ├── minus.png
    │   ├── minus_icon.png
    │   ├── o2density.png
    │   ├── o2flow.png
    │   ├── paste.png
    │   ├── plus_icon.png
    │   ├── return.png
    │   ├── setting.png
    │   ├── settings.png
    │   ├── shape.png
    │   ├── share.png
    │   ├── skystar.jpg
    │   ├── star.png
    │   ├── table.png
    │   ├── temperature.png
    │   ├── text.png
    │   ├── textzh.png
    │   ├── time.png
    │   ├── title_bkgnd.png
    │   ├── tools.png
    │   ├── user.png
    │   ├── venus.jpg
    │   ├── waiting.gif
    │   ├── walkdog.gif
    │   ├── 控制.png
    │   ├── 搜索.png
    │   ├── 放大.png
    │   ├── 错误.png
    │   ├── 首页.png
    │   ├── 价格标签.png
    │   └── 播放按钮.png
    ├── iofunc.c
    ├── iofunc.h
    ├── jvcontroller.cpp
    ├── jvcontroller.h
    ├── jvcserialport.cpp
    ├── jvcserialport.h
    ├── jvcserialportpriv.cpp
    ├── jvcserialportpriv.h
    ├── jventilator.cpp
    ├── jventilator.h
    ├── main.cpp
    ├── main.qml
    ├── qml.qrc
    ├── sensor.cfg
    ├── update.img
    ├── videoimageprovider.cpp
    └── videoimageprovider.h

11 directories, 133 files