├── .gitignore ├── .qmake.stash ├── Em.pro ├── Em.pro.user ├── Em.pro.user.20 ├── Em.pro.user.24ca84f ├── Em.pro.user.4.8-pre1 ├── Em.pro.user.48e6861 ├── Em.pro.user.606aa1b ├── Em.pro.user.6a4bf26 ├── Em.pro.user.xB1500 ├── Makefile ├── Makefile.Debug ├── Makefile.Release ├── WinIo32.sys ├── WinIo64.sys ├── dayin.cpp ├── dayin.h ├── dayin.ui ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── object_script.Em.Debug ├── object_script.Em.Release ├── qcustomplot.cpp ├── qcustomplot.h ├── qcw_indicatorlamp.cpp ├── qcw_indicatorlamp.h ├── shuoming.cpp ├── shuoming.h ├── shuoming.ui ├── sti_makeup ├── ui_dayin.h ├── ui_mainwindow.h ├── ui_shuoming.h ├── ui_widget.h ├── widget.cpp ├── widget.h ├── widget.ui ├── winio.h └── winio_nt.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/.gitignore -------------------------------------------------------------------------------- /.qmake.stash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/.qmake.stash -------------------------------------------------------------------------------- /Em.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Em.pro -------------------------------------------------------------------------------- /Em.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Em.pro.user -------------------------------------------------------------------------------- /Em.pro.user.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Em.pro.user.20 -------------------------------------------------------------------------------- /Em.pro.user.24ca84f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Em.pro.user.24ca84f -------------------------------------------------------------------------------- /Em.pro.user.4.8-pre1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Em.pro.user.4.8-pre1 -------------------------------------------------------------------------------- /Em.pro.user.48e6861: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Em.pro.user.48e6861 -------------------------------------------------------------------------------- /Em.pro.user.606aa1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Em.pro.user.606aa1b -------------------------------------------------------------------------------- /Em.pro.user.6a4bf26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Em.pro.user.6a4bf26 -------------------------------------------------------------------------------- /Em.pro.user.xB1500: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.Debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Makefile.Debug -------------------------------------------------------------------------------- /Makefile.Release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/Makefile.Release -------------------------------------------------------------------------------- /WinIo32.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/WinIo32.sys -------------------------------------------------------------------------------- /WinIo64.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/WinIo64.sys -------------------------------------------------------------------------------- /dayin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/dayin.cpp -------------------------------------------------------------------------------- /dayin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/dayin.h -------------------------------------------------------------------------------- /dayin.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/dayin.ui -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/mainwindow.h -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /object_script.Em.Debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/object_script.Em.Debug -------------------------------------------------------------------------------- /object_script.Em.Release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/object_script.Em.Release -------------------------------------------------------------------------------- /qcustomplot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/qcustomplot.cpp -------------------------------------------------------------------------------- /qcustomplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/qcustomplot.h -------------------------------------------------------------------------------- /qcw_indicatorlamp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/qcw_indicatorlamp.cpp -------------------------------------------------------------------------------- /qcw_indicatorlamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/qcw_indicatorlamp.h -------------------------------------------------------------------------------- /shuoming.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/shuoming.cpp -------------------------------------------------------------------------------- /shuoming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/shuoming.h -------------------------------------------------------------------------------- /shuoming.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/shuoming.ui -------------------------------------------------------------------------------- /sti_makeup: -------------------------------------------------------------------------------- 1 | 5.2 -------------------------------------------------------------------------------- /ui_dayin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/ui_dayin.h -------------------------------------------------------------------------------- /ui_mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/ui_mainwindow.h -------------------------------------------------------------------------------- /ui_shuoming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/ui_shuoming.h -------------------------------------------------------------------------------- /ui_widget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/ui_widget.h -------------------------------------------------------------------------------- /widget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/widget.cpp -------------------------------------------------------------------------------- /widget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/widget.h -------------------------------------------------------------------------------- /widget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/widget.ui -------------------------------------------------------------------------------- /winio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/winio.h -------------------------------------------------------------------------------- /winio_nt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenzhcoding/QT-Supervisory-Computer/HEAD/winio_nt.h --------------------------------------------------------------------------------