QTScada-master组态源码
.
├── QTScada-master
│ ├── Maker
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── Maker.cpp
│ │ ├── Maker.exe
│ │ ├── Maker.h
│ │ ├── Maker.pro
│ │ ├── Maker.pro.user
│ │ ├── Maker.qrc
│ │ ├── Maker36.png
│ │ ├── Maker72.png
│ │ ├── Maker96.png
│ │ ├── android
│ │ │ ├── AndroidManifest.xml
│ │ │ └── res
│ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-ldpi
│ │ │ │ └── icon.png
│ │ │ └── drawable-mdpi
│ │ │ └── icon.png
│ │ ├── ico.rc
│ │ ├── main.cpp
│ │ ├── main.xml
│ │ ├── maker.ico
│ │ ├── object_script.Maker.Debug
│ │ ├── object_script.Maker.Release
│ │ ├── pic
│ │ │ ├── Line.psd
│ │ │ ├── draw
│ │ │ │ ├── Arc.png
│ │ │ │ ├── Button.png
│ │ │ │ ├── Clock.png
│ │ │ │ ├── Curve.png
│ │ │ │ ├── Ellipse.png
│ │ │ │ ├── Free.png
│ │ │ │ ├── Light.png
│ │ │ │ ├── Line.png
│ │ │ │ ├── Path.png
│ │ │ │ ├── Pixmap.png
│ │ │ │ ├── Point.png
│ │ │ │ ├── Polygon.png
│ │ │ │ ├── ProcessBar.png
│ │ │ │ ├── Rect.png
│ │ │ │ ├── Table.png
│ │ │ │ ├── Text.png
│ │ │ │ ├── TextBox.png
│ │ │ │ └── ValueText.png
│ │ │ ├── edit
│ │ │ │ ├── Copy.png
│ │ │ │ ├── Cut.png
│ │ │ │ ├── Del.png
│ │ │ │ ├── Paste.png
│ │ │ │ ├── Redo.png
│ │ │ │ ├── Style.png
│ │ │ │ └── Undo.png
│ │ │ ├── graph
│ │ │ │ ├── AlignBottom.png
│ │ │ │ ├── AlignLeft.png
│ │ │ │ ├── AlignRight.png
│ │ │ │ ├── AlignTop.png
│ │ │ │ ├── Down.png
│ │ │ │ ├── Left.png
│ │ │ │ ├── Merge.png
│ │ │ │ ├── MoveToBottom.png
│ │ │ │ ├── MoveToTop.png
│ │ │ │ ├── Right.png
│ │ │ │ └── Up.png
│ │ │ ├── line
│ │ │ │ ├── StyleCustomDashLine.png
│ │ │ │ ├── StyleDashDotDotLine.png
│ │ │ │ ├── StyleDashDotLine.png
│ │ │ │ ├── StyleDashLine.png
│ │ │ │ ├── StyleDotLine.png
│ │ │ │ ├── StyleNoPen.png
│ │ │ │ └── StyleSolidLine.png
│ │ │ ├── 图形.psd
│ │ │ └── 按钮.psd
│ │ └── runer.ico
│ ├── README.md
│ ├── Runer
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── Runer.cpp
│ │ ├── Runer.exe
│ │ ├── Runer.h
│ │ ├── Runer.pro
│ │ ├── Runer.pro.user
│ │ ├── SceneToTimer
│ │ ├── alarm.wav
│ │ ├── customprotocol.cpp
│ │ ├── customprotocol.h
│ │ ├── droplog.txt
│ │ ├── ico.rc
│ │ ├── inis
│ │ ├── login.png
│ │ ├── main.cpp
│ │ ├── main.xml
│ │ ├── maker.ico
│ │ ├── object_script.Runer.Debug
│ │ ├── object_script.Runer.Release
│ │ ├── ringin.wav
│ │ └── waringlog.txt
│ ├── Scada
│ │ ├── Dialog
│ │ │ ├── AddLink
│ │ │ │ ├── DialogAddLink.cpp
│ │ │ │ └── DialogAddLink.h
│ │ │ ├── Alarm
│ │ │ │ ├── DialogAlarm.cpp
│ │ │ │ ├── DialogAlarm.h
│ │ │ │ ├── alarmdialog.cpp
│ │ │ │ └── alarmdialog.h
│ │ │ ├── ComConfig
│ │ │ │ ├── DialogComConfig.cpp
│ │ │ │ └── DialogComConfig.h
│ │ │ ├── Data
│ │ │ │ ├── DialogData.cpp
│ │ │ │ └── DialogData.h
│ │ │ ├── DataBase
│ │ │ │ ├── DialogDataBase.cpp
│ │ │ │ └── DialogDataBase.h
│ │ │ ├── Hint
│ │ │ │ ├── DialogHint.cpp
│ │ │ │ └── DialogHint.h
│ │ │ ├── InputMessageBox
│ │ │ │ ├── DialogInputMessageBox.cpp
│ │ │ │ └── DialogInputMessageBox.h
│ │ │ ├── JsHelper
│ │ │ │ ├── DialogJsHelper.cpp
│ │ │ │ └── DialogJsHelper.h
│ │ │ ├── Linkage
│ │ │ │ ├── DialogLinkage.cpp
│ │ │ │ └── DialogLinkage.h
│ │ │ ├── Login
│ │ │ │ ├── DialogLogin.cpp
│ │ │ │ └── DialogLogin.h
│ │ │ ├── NewScene
│ │ │ │ ├── DialogNewScene.cpp
│ │ │ │ └── DialogNewScene.h
│ │ │ ├── Play
│ │ │ │ ├── DialogPlay.cpp
│ │ │ │ └── DialogPlay.h
│ │ │ ├── Report
│ │ │ │ ├── DialogReport.cpp
│ │ │ │ └── DialogReport.h
│ │ │ ├── RunMode
│ │ │ │ ├── DialogRunMode.cpp
│ │ │ │ └── DialogRunMode.h
│ │ │ ├── Service
│ │ │ │ ├── DialogService.cpp
│ │ │ │ ├── DialogService.h
│ │ │ │ ├── DialogServiceEdit.cpp
│ │ │ │ └── DialogServiceEdit.h
│ │ │ ├── Style
│ │ │ │ ├── DialogStyle.cpp
│ │ │ │ ├── DialogStyle.h
│ │ │ │ ├── dialogaddgroup.cpp
│ │ │ │ ├── dialogaddgroup.h
│ │ │ │ ├── modorder.cpp
│ │ │ │ ├── modorder.h
│ │ │ │ ├── reportform.ui
│ │ │ │ ├── scenselistdialog.cpp
│ │ │ │ ├── scenselistdialog.h
│ │ │ │ ├── tabwidgetreport.cpp
│ │ │ │ └── tabwidgetreport.h
│ │ │ └── Timer
│ │ │ ├── dialogtimer.cpp
│ │ │ ├── dialogtimer.h
│ │ │ ├── dialogtimer.ui
│ │ │ ├── onlinestatus.cpp
│ │ │ ├── onlinestatus.h
│ │ │ ├── onlinestatus.ui
│ │ │ ├── showhistory.cpp
│ │ │ ├── showhistory.h
│ │ │ ├── timerframeitem1.cpp
│ │ │ ├── timerframeitem1.h
│ │ │ ├── timerframeitem1.ui
│ │ │ ├── timeritemedit.cpp
│ │ │ ├── timeritemedit.h
│ │ │ ├── timeritemshow.cpp
│ │ │ ├── timeritemshow.h
│ │ │ ├── ttimer.cpp
│ │ │ └── ttimer.h
│ │ ├── Dll
│ │ │ ├── Graphics
│ │ │ │ ├── Graphics.cpp
│ │ │ │ ├── Graphics.h
│ │ │ │ ├── Graphics.pro
│ │ │ │ ├── Graphics.pro.user
│ │ │ │ └── graphics_global.h
│ │ │ ├── Item
│ │ │ │ ├── Item.cpp
│ │ │ │ ├── Item.h
│ │ │ │ ├── Item.pro
│ │ │ │ ├── Item.pro.user
│ │ │ │ └── item_global.h
│ │ │ ├── Js
│ │ │ │ ├── Js.cpp
│ │ │ │ ├── Js.h
│ │ │ │ ├── Js.pro
│ │ │ │ ├── Js.pro.user
│ │ │ │ └── js_global.h
│ │ │ ├── RingBuf
│ │ │ │ ├── RingBuf.cpp
│ │ │ │ ├── RingBuf.h
│ │ │ │ ├── RingBuf.pro
│ │ │ │ ├── RingBuf.pro.user
│ │ │ │ └── ringbuf_global.h
│ │ │ └── Widgets
│ │ │ ├── Widgets.cpp
│ │ │ ├── Widgets.h
│ │ │ ├── Widgets.pro
│ │ │ ├── Widgets.pro.user
│ │ │ └── widgets_global.h
│ │ └── Src
│ │ ├── Action
│ │ │ ├── Action.cpp
│ │ │ └── Action.h
│ │ ├── Base
│ │ │ ├── Base.cpp
│ │ │ ├── Base.h
│ │ │ └── LibBase.h
│ │ ├── Connection
│ │ │ ├── Com
│ │ │ │ ├── Com.cpp
│ │ │ │ └── Com.h
│ │ │ ├── Connection.cpp
│ │ │ ├── Connection.h
│ │ │ └── TcpSocket
│ │ │ ├── TcpSocket.cpp
│ │ │ └── TcpSocket.h
│ │ ├── DataBase
│ │ │ ├── Access
│ │ │ │ ├── Access.cpp
│ │ │ │ ├── Access.h
│ │ │ │ ├── scada.ldb
│ │ │ │ └── scada.mdb
│ │ │ ├── DataBase.cpp
│ │ │ ├── DataBase.h
│ │ │ ├── DataBaseMsg.cpp
│ │ │ ├── DataBaseMsg.h
│ │ │ ├── DataBasePub.h
│ │ │ ├── DataBaseService.cpp
│ │ │ ├── DataBaseService.h
│ │ │ └── MySQL
│ │ │ ├── MySQL.cpp
│ │ │ └── MySQL.h
│ │ ├── Echart11111
│ │ │ ├── Qchart
│ │ │ │ ├── Qchart.pro
│ │ │ │ ├── Qchart.pro.user
│ │ │ │ ├── main.cpp
│ │ │ │ └── widget.ui
│ │ │ └── build-Qchart-Desktop_Qt_5_4_0_MinGW_32bit-Debug
│ │ │ ├── Makefile
│ │ │ ├── Makefile.Debug
│ │ │ ├── Makefile.Release
│ │ │ ├── debug
│ │ │ │ ├── ChartLine.o
│ │ │ │ ├── Qchart.exe
│ │ │ │ ├── html
│ │ │ │ │ ├── DynamicPie.html
│ │ │ │ │ ├── Echar2
│ │ │ │ │ │ ├── build
│ │ │ │ │ │ │ └── dist
│ │ │ │ │ │ │ ├── chart
│ │ │ │ │ │ │ │ ├── bar.js
│ │ │ │ │ │ │ │ ├── chord.js
│ │ │ │ │ │ │ │ ├── eventRiver.js
│ │ │ │ │ │ │ │ ├── force.js
│ │ │ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ │ │ ├── gauge.js
│ │ │ │ │ │ │ │ ├── k.js
│ │ │ │ │ │ │ │ ├── line.js
│ │ │ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ │ │ ├── pie.js
│ │ │ │ │ │ │ │ ├── radar.js
│ │ │ │ │ │ │ │ ├── scatter.js
│ │ │ │ │ │ │ │ ├── tree.js
│ │ │ │ │ │ │ │ ├── treemap.js
│ │ │ │ │ │ │ │ ├── venn.js
│ │ │ │ │ │ │ │ └── wordCloud.js
│ │ │ │ │ │ │ ├── echarts-all.js
│ │ │ │ │ │ │ └── echarts.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── build
│ │ │ │ │ │ └── dist
│ │ │ │ │ │ ├── chart
│ │ │ │ │ │ │ ├── bar.js
│ │ │ │ │ │ │ ├── chord.js
│ │ │ │ │ │ │ ├── eventRiver.js
│ │ │ │ │ │ │ ├── force.js
│ │ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ │ ├── gauge.js
│ │ │ │ │ │ │ ├── k.js
│ │ │ │ │ │ │ ├── line.js
│ │ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ │ ├── pie.js
│ │ │ │ │ │ │ ├── radar.js
│ │ │ │ │ │ │ ├── scatter.js
│ │ │ │ │ │ │ ├── tree.js
│ │ │ │ │ │ │ ├── treemap.js
│ │ │ │ │ │ │ ├── venn.js
│ │ │ │ │ │ │ └── wordCloud.js
│ │ │ │ │ │ ├── echarts-all.js
│ │ │ │ │ │ └── echarts.js
│ │ │ │ │ ├── dist
│ │ │ │ │ │ ├── echarts.common.js
│ │ │ │ │ │ ├── echarts.common.min.js
│ │ │ │ │ │ ├── echarts.js
│ │ │ │ │ │ ├── echarts.min.js
│ │ │ │ │ │ ├── echarts.simple.js
│ │ │ │ │ │ ├── echarts.simple.min.js
│ │ │ │ │ │ └── extension
│ │ │ │ │ │ ├── bmap.js
│ │ │ │ │ │ ├── bmap.min.js
│ │ │ │ │ │ ├── dataTool.js
│ │ │ │ │ │ └── dataTool.min.js
│ │ │ │ │ ├── dynamicline.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── 备份
│ │ │ │ │ ├── DynamicSector.html
│ │ │ │ │ ├── dynamicline.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── main.o
│ │ │ │ ├── moc_ChartLine.cpp
│ │ │ │ ├── moc_ChartLine.o
│ │ │ │ ├── moc_widget.cpp
│ │ │ │ ├── moc_widget.o
│ │ │ │ └── widget.o
│ │ │ └── ui_widget.h
│ │ ├── Echart11111.rar
│ │ ├── File
│ │ │ ├── File.cpp
│ │ │ └── File.h
│ │ ├── Graphics
│ │ │ ├── Arc.cpp
│ │ │ ├── Arc.h
│ │ │ ├── Curve.cpp
│ │ │ ├── Curve.h
│ │ │ ├── Ellipse.cpp
│ │ │ ├── Ellipse.h
│ │ │ ├── Graphics.cpp
│ │ │ ├── Graphics.dll
│ │ │ ├── Graphics.h
│ │ │ ├── GraphicsPub.h
│ │ │ ├── Graphicsd.dll
│ │ │ ├── Group.cpp
│ │ │ ├── Group.h
│ │ │ ├── Light.cpp
│ │ │ ├── Light.h
│ │ │ ├── Line.cpp
│ │ │ ├── Line.h
│ │ │ ├── Meter.cpp
│ │ │ ├── Meter.h
│ │ │ ├── Pixmap.cpp
│ │ │ ├── Pixmap.h
│ │ │ ├── Point.cpp
│ │ │ ├── Point.h
│ │ │ ├── Polygon.cpp
│ │ │ ├── Polygon.h
│ │ │ ├── ProcessBar.cpp
│ │ │ ├── ProcessBar.h
│ │ │ ├── Rect.cpp
│ │ │ ├── Rect.h
│ │ │ ├── Text.cpp
│ │ │ ├── Text.h
│ │ │ ├── ValueText.cpp
│ │ │ ├── ValueText.h
│ │ │ └── libGraphics.a
│ │ ├── Item
│ │ │ ├── Item.cpp
│ │ │ ├── Item.dll
│ │ │ ├── Item.h
│ │ │ ├── ItemEx.cpp
│ │ │ ├── ItemEx.h
│ │ │ ├── ItemFactory.cpp
│ │ │ ├── ItemFactory.h
│ │ │ ├── Itemd.dll
│ │ │ └── libItem.a
│ │ ├── Js
│ │ │ ├── Js.cpp
│ │ │ ├── Js.dll
│ │ │ ├── Js.h
│ │ │ ├── Jsd.dll
│ │ │ └── libJs.a
│ │ ├── Linkage
│ │ │ ├── Linkage.cpp
│ │ │ └── Linkage.h
│ │ ├── Math
│ │ │ ├── Math.cpp
│ │ │ └── Math.h
│ │ ├── Protocol
│ │ │ ├── Iec104
│ │ │ │ ├── Iec104.cpp
│ │ │ │ ├── Iec104.h
│ │ │ │ ├── Iec104Service.cpp
│ │ │ │ └── Iec104Service.h
│ │ │ ├── Modbus
│ │ │ │ ├── Modbus.cpp
│ │ │ │ └── Modbus.h
│ │ │ ├── Protocol.cpp
│ │ │ ├── Protocol.h
│ │ │ ├── Syclient
│ │ │ │ ├── Syclient.cpp
│ │ │ │ └── Syclient.h
│ │ │ ├── Sygzzs
│ │ │ │ ├── Sygzzs.cpp
│ │ │ │ └── Sygzzs.h
│ │ │ ├── Syreal
│ │ │ │ ├── Syreal.cpp
│ │ │ │ └── Syreal.h
│ │ │ └── Syznkg
│ │ │ ├── Syznkg.cpp
│ │ │ └── Syznkg.h
│ │ ├── Qchart
│ │ │ ├── ChartLine.cpp
│ │ │ ├── ChartLine.h
│ │ │ ├── chartpie.cpp
│ │ │ ├── chartpie.h
│ │ │ ├── mainwidget.cpp
│ │ │ ├── mainwidget.h
│ │ │ ├── mainwidget.ui
│ │ │ ├── qwidgetline.cpp
│ │ │ ├── qwidgetline.h
│ │ │ ├── qwidgetpie.cpp
│ │ │ └── qwidgetpie.h
│ │ ├── Qt-ExcelEngine
│ │ │ ├── excelengine.cpp
│ │ │ └── excelengine.h
│ │ ├── RingBuf
│ │ │ ├── RingBuf.cpp
│ │ │ ├── RingBuf.dll
│ │ │ ├── RingBuf.h
│ │ │ ├── RingBufd.dll
│ │ │ └── libRingBuf.a
│ │ ├── Scene
│ │ │ ├── Scene.cpp
│ │ │ └── Scene.h
│ │ ├── SendTo
│ │ │ ├── SendTo.cpp
│ │ │ └── SendTo.h
│ │ ├── Server
│ │ │ └── TcpServer
│ │ │ ├── TcpServer.cpp
│ │ │ └── TcpServer.h
│ │ ├── Service
│ │ │ ├── Service.cpp
│ │ │ └── Service.h
│ │ ├── TableView
│ │ │ ├── TableService.cpp
│ │ │ ├── TableService.h
│ │ │ ├── TableView.cpp
│ │ │ └── TableView.h
│ │ ├── Thread
│ │ │ ├── Thread.cpp
│ │ │ ├── Thread.h
│ │ │ ├── ThreadClient.cpp
│ │ │ ├── ThreadClient.h
│ │ │ ├── ThreadConnection.cpp
│ │ │ ├── ThreadConnection.h
│ │ │ ├── ThreadIO.cpp
│ │ │ ├── ThreadIO.h
│ │ │ ├── ThreadList.cpp
│ │ │ ├── ThreadList.h
│ │ │ ├── ThreadProcess.cpp
│ │ │ ├── ThreadProcess.h
│ │ │ ├── ThreadRecv.cpp
│ │ │ ├── ThreadRecv.h
│ │ │ ├── ThreadServer.cpp
│ │ │ ├── ThreadServer.h
│ │ │ ├── analysisthread.cpp
│ │ │ ├── analysisthread.h
│ │ │ ├── reciverhandle.cpp
│ │ │ ├── reciverhandle.h
│ │ │ ├── senderorder.cpp
│ │ │ ├── senderorder.h
│ │ │ ├── timersendthread.cpp
│ │ │ └── timersendthread.h
│ │ ├── Undo
│ │ │ ├── Undo.cpp
│ │ │ ├── Undo.h
│ │ │ ├── UndoAddDel.cpp
│ │ │ ├── UndoAddDel.h
│ │ │ ├── UndoMoveDrag.cpp
│ │ │ └── UndoMoveDrag.h
│ │ ├── View
│ │ │ ├── View.cpp
│ │ │ └── View.h
│ │ ├── Widgets
│ │ │ ├── Button.cpp
│ │ │ ├── Button.h
│ │ │ ├── InputEdit.cpp
│ │ │ ├── InputEdit.h
│ │ │ ├── Table.cpp
│ │ │ ├── Table.h
│ │ │ ├── Widgets.cpp
│ │ │ ├── Widgets.dll
│ │ │ ├── Widgets.h
│ │ │ ├── WidgetsPub.h
│ │ │ ├── Widgetsd.dll
│ │ │ └── libWidgets.a
│ │ ├── Word
│ │ │ ├── Word.cpp
│ │ │ └── Word.h
│ │ ├── Xml
│ │ │ ├── XmlReader.cpp
│ │ │ ├── XmlReader.h
│ │ │ ├── XmlWriter.cpp
│ │ │ └── XmlWriter.h
│ │ └── image
│ │ └── login.png
│ └── backup
│ ├── Arc
│ │ ├── Arc.cpp
│ │ ├── Arc.h
│ │ ├── Arc.png
│ │ ├── Chord.cpp
│ │ ├── Chord.h
│ │ ├── Chord.png
│ │ ├── Pie.cpp
│ │ └── Pie.h
│ ├── Battery
│ │ ├── Battery.pro
│ │ ├── Battery.pro.user
│ │ ├── Info.txt
│ │ ├── battery.cpp
│ │ ├── battery.h
│ │ ├── battery.qrc
│ │ ├── main.cpp
│ │ └── pic
│ │ ├── g100.png
│ │ ├── g20.png
│ │ ├── g30.png
│ │ ├── g40.png
│ │ ├── g50.png
│ │ ├── g60.png
│ │ ├── g70.png
│ │ ├── g80.png
│ │ ├── g90.png
│ │ ├── r10.png
│ │ ├── r20.png
│ │ ├── r30.png
│ │ ├── r40.png
│ │ ├── r50.png
│ │ ├── r60.png
│ │ ├── r70.png
│ │ ├── r80.png
│ │ └── r90.png
│ ├── ClockView
│ │ ├── ClockView.cpp
│ │ └── ClockView.h
│ ├── Control
│ │ ├── DialogControl.cpp
│ │ └── DialogControl.h
│ ├── Gong
│ │ ├── Gong.pro
│ │ ├── Gong.pro.user
│ │ ├── GongConfig
│ │ │ ├── DialogGongConfig.cpp
│ │ │ ├── DialogGongConfig.h
│ │ │ ├── GongConfig.cpp
│ │ │ └── GongConfig.h
│ │ ├── gong.cpp
│ │ ├── gong.h
│ │ ├── gong.ico
│ │ ├── ico.rc
│ │ ├── main.cpp
│ │ ├── pic
│ │ │ ├── left.png
│ │ │ ├── normal.png
│ │ │ ├── red0.png
│ │ │ ├── red1.png
│ │ │ ├── right.png
│ │ │ ├── start.png
│ │ │ ├── start1.png
│ │ │ ├── stop.png
│ │ │ ├── 灯.psd
│ │ │ └── 图片.psd
│ │ └── pic.qrc
│ ├── LightView
│ │ ├── LightView.cpp
│ │ └── LightView.h
│ ├── RunMode
│ │ ├── RunMode.cpp
│ │ └── RunMode.h
│ ├── ScaleView
│ │ ├── Scale.cpp
│ │ └── Scale.h
│ ├── ThreadClientServer
│ │ ├── Info.txt
│ │ ├── ThreadClientServer.cpp
│ │ └── ThreadClientServer.h
│ ├── V6Service
│ │ ├── Info.txt
│ │ ├── V6Service.pro
│ │ ├── V6Service.pro.user
│ │ ├── V6Service.pro.user.6b36f76.2.7pre1
│ │ ├── appico.ico
│ │ ├── ico.rc
│ │ ├── main.cpp
│ │ ├── threadv6
│ │ │ ├── thread.cpp
│ │ │ └── thread.h
│ │ ├── v6service.cpp
│ │ └── v6service.h
│ ├── build-V6Service-Desktop_Qt_5_3_0_MinGW_32bit-Debug
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ └── Makefile.Release
│ ├── items
│ │ ├── 星.xml
│ │ ├── 角.xml
│ │ ├── 出线.xml
│ │ ├── 开关.xml
│ │ ├── 变压器.xml
│ │ ├── 指示器.xml
│ │ ├── 指示组.xml
│ │ ├── 指示器小.xml
│ │ └── 指示组小.xml
│ ├── js
│ │ ├── 智能开关.js
│ │ ├── 故障指示器(值).js
│ │ ├── 故障指示器(源).js
│ │ ├── 故障指示器(报警).js
│ │ ├── 故障指示器(目标).js
│ │ ├── 故障指示器(线值).js
│ │ └── 故障指示器(线联动).js
│ ├── js_new
│ │ ├── 开关.fAlarm
│ │ ├── 连线.fDst
│ │ ├── 开关.fPlay
│ │ └── 开关.fSrc
│ ├── main net.xml
│ ├── main.xml
│ └── main_gz.xml
└── 找例子网_QTScada-master.zip
110 directories, 531 files
.
├── QTScada-master
│ ├── Maker
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── Maker.cpp
│ │ ├── Maker.exe
│ │ ├── Maker.h
│ │ ├── Maker.pro
│ │ ├── Maker.pro.user
│ │ ├── Maker.qrc
│ │ ├── Maker36.png
│ │ ├── Maker72.png
│ │ ├── Maker96.png
│ │ ├── android
│ │ │ ├── AndroidManifest.xml
│ │ │ └── res
│ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-ldpi
│ │ │ │ └── icon.png
│ │ │ └── drawable-mdpi
│ │ │ └── icon.png
│ │ ├── ico.rc
│ │ ├── main.cpp
│ │ ├── main.xml
│ │ ├── maker.ico
│ │ ├── object_script.Maker.Debug
│ │ ├── object_script.Maker.Release
│ │ ├── pic
│ │ │ ├── Line.psd
│ │ │ ├── draw
│ │ │ │ ├── Arc.png
│ │ │ │ ├── Button.png
│ │ │ │ ├── Clock.png
│ │ │ │ ├── Curve.png
│ │ │ │ ├── Ellipse.png
│ │ │ │ ├── Free.png
│ │ │ │ ├── Light.png
│ │ │ │ ├── Line.png
│ │ │ │ ├── Path.png
│ │ │ │ ├── Pixmap.png
│ │ │ │ ├── Point.png
│ │ │ │ ├── Polygon.png
│ │ │ │ ├── ProcessBar.png
│ │ │ │ ├── Rect.png
│ │ │ │ ├── Table.png
│ │ │ │ ├── Text.png
│ │ │ │ ├── TextBox.png
│ │ │ │ └── ValueText.png
│ │ │ ├── edit
│ │ │ │ ├── Copy.png
│ │ │ │ ├── Cut.png
│ │ │ │ ├── Del.png
│ │ │ │ ├── Paste.png
│ │ │ │ ├── Redo.png
│ │ │ │ ├── Style.png
│ │ │ │ └── Undo.png
│ │ │ ├── graph
│ │ │ │ ├── AlignBottom.png
│ │ │ │ ├── AlignLeft.png
│ │ │ │ ├── AlignRight.png
│ │ │ │ ├── AlignTop.png
│ │ │ │ ├── Down.png
│ │ │ │ ├── Left.png
│ │ │ │ ├── Merge.png
│ │ │ │ ├── MoveToBottom.png
│ │ │ │ ├── MoveToTop.png
│ │ │ │ ├── Right.png
│ │ │ │ └── Up.png
│ │ │ ├── line
│ │ │ │ ├── StyleCustomDashLine.png
│ │ │ │ ├── StyleDashDotDotLine.png
│ │ │ │ ├── StyleDashDotLine.png
│ │ │ │ ├── StyleDashLine.png
│ │ │ │ ├── StyleDotLine.png
│ │ │ │ ├── StyleNoPen.png
│ │ │ │ └── StyleSolidLine.png
│ │ │ ├── 图形.psd
│ │ │ └── 按钮.psd
│ │ └── runer.ico
│ ├── README.md
│ ├── Runer
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── Runer.cpp
│ │ ├── Runer.exe
│ │ ├── Runer.h
│ │ ├── Runer.pro
│ │ ├── Runer.pro.user
│ │ ├── SceneToTimer
│ │ ├── alarm.wav
│ │ ├── customprotocol.cpp
│ │ ├── customprotocol.h
│ │ ├── droplog.txt
│ │ ├── ico.rc
│ │ ├── inis
│ │ ├── login.png
│ │ ├── main.cpp
│ │ ├── main.xml
│ │ ├── maker.ico
│ │ ├── object_script.Runer.Debug
│ │ ├── object_script.Runer.Release
│ │ ├── ringin.wav
│ │ └── waringlog.txt
│ ├── Scada
│ │ ├── Dialog
│ │ │ ├── AddLink
│ │ │ │ ├── DialogAddLink.cpp
│ │ │ │ └── DialogAddLink.h
│ │ │ ├── Alarm
│ │ │ │ ├── DialogAlarm.cpp
│ │ │ │ ├── DialogAlarm.h
│ │ │ │ ├── alarmdialog.cpp
│ │ │ │ └── alarmdialog.h
│ │ │ ├── ComConfig
│ │ │ │ ├── DialogComConfig.cpp
│ │ │ │ └── DialogComConfig.h
│ │ │ ├── Data
│ │ │ │ ├── DialogData.cpp
│ │ │ │ └── DialogData.h
│ │ │ ├── DataBase
│ │ │ │ ├── DialogDataBase.cpp
│ │ │ │ └── DialogDataBase.h
│ │ │ ├── Hint
│ │ │ │ ├── DialogHint.cpp
│ │ │ │ └── DialogHint.h
│ │ │ ├── InputMessageBox
│ │ │ │ ├── DialogInputMessageBox.cpp
│ │ │ │ └── DialogInputMessageBox.h
│ │ │ ├── JsHelper
│ │ │ │ ├── DialogJsHelper.cpp
│ │ │ │ └── DialogJsHelper.h
│ │ │ ├── Linkage
│ │ │ │ ├── DialogLinkage.cpp
│ │ │ │ └── DialogLinkage.h
│ │ │ ├── Login
│ │ │ │ ├── DialogLogin.cpp
│ │ │ │ └── DialogLogin.h
│ │ │ ├── NewScene
│ │ │ │ ├── DialogNewScene.cpp
│ │ │ │ └── DialogNewScene.h
│ │ │ ├── Play
│ │ │ │ ├── DialogPlay.cpp
│ │ │ │ └── DialogPlay.h
│ │ │ ├── Report
│ │ │ │ ├── DialogReport.cpp
│ │ │ │ └── DialogReport.h
│ │ │ ├── RunMode
│ │ │ │ ├── DialogRunMode.cpp
│ │ │ │ └── DialogRunMode.h
│ │ │ ├── Service
│ │ │ │ ├── DialogService.cpp
│ │ │ │ ├── DialogService.h
│ │ │ │ ├── DialogServiceEdit.cpp
│ │ │ │ └── DialogServiceEdit.h
│ │ │ ├── Style
│ │ │ │ ├── DialogStyle.cpp
│ │ │ │ ├── DialogStyle.h
│ │ │ │ ├── dialogaddgroup.cpp
│ │ │ │ ├── dialogaddgroup.h
│ │ │ │ ├── modorder.cpp
│ │ │ │ ├── modorder.h
│ │ │ │ ├── reportform.ui
│ │ │ │ ├── scenselistdialog.cpp
│ │ │ │ ├── scenselistdialog.h
│ │ │ │ ├── tabwidgetreport.cpp
│ │ │ │ └── tabwidgetreport.h
│ │ │ └── Timer
│ │ │ ├── dialogtimer.cpp
│ │ │ ├── dialogtimer.h
│ │ │ ├── dialogtimer.ui
│ │ │ ├── onlinestatus.cpp
│ │ │ ├── onlinestatus.h
│ │ │ ├── onlinestatus.ui
│ │ │ ├── showhistory.cpp
│ │ │ ├── showhistory.h
│ │ │ ├── timerframeitem1.cpp
│ │ │ ├── timerframeitem1.h
│ │ │ ├── timerframeitem1.ui
│ │ │ ├── timeritemedit.cpp
│ │ │ ├── timeritemedit.h
│ │ │ ├── timeritemshow.cpp
│ │ │ ├── timeritemshow.h
│ │ │ ├── ttimer.cpp
│ │ │ └── ttimer.h
│ │ ├── Dll
│ │ │ ├── Graphics
│ │ │ │ ├── Graphics.cpp
│ │ │ │ ├── Graphics.h
│ │ │ │ ├── Graphics.pro
│ │ │ │ ├── Graphics.pro.user
│ │ │ │ └── graphics_global.h
│ │ │ ├── Item
│ │ │ │ ├── Item.cpp
│ │ │ │ ├── Item.h
│ │ │ │ ├── Item.pro
│ │ │ │ ├── Item.pro.user
│ │ │ │ └── item_global.h
│ │ │ ├── Js
│ │ │ │ ├── Js.cpp
│ │ │ │ ├── Js.h
│ │ │ │ ├── Js.pro
│ │ │ │ ├── Js.pro.user
│ │ │ │ └── js_global.h
│ │ │ ├── RingBuf
│ │ │ │ ├── RingBuf.cpp
│ │ │ │ ├── RingBuf.h
│ │ │ │ ├── RingBuf.pro
│ │ │ │ ├── RingBuf.pro.user
│ │ │ │ └── ringbuf_global.h
│ │ │ └── Widgets
│ │ │ ├── Widgets.cpp
│ │ │ ├── Widgets.h
│ │ │ ├── Widgets.pro
│ │ │ ├── Widgets.pro.user
│ │ │ └── widgets_global.h
│ │ └── Src
│ │ ├── Action
│ │ │ ├── Action.cpp
│ │ │ └── Action.h
│ │ ├── Base
│ │ │ ├── Base.cpp
│ │ │ ├── Base.h
│ │ │ └── LibBase.h
│ │ ├── Connection
│ │ │ ├── Com
│ │ │ │ ├── Com.cpp
│ │ │ │ └── Com.h
│ │ │ ├── Connection.cpp
│ │ │ ├── Connection.h
│ │ │ └── TcpSocket
│ │ │ ├── TcpSocket.cpp
│ │ │ └── TcpSocket.h
│ │ ├── DataBase
│ │ │ ├── Access
│ │ │ │ ├── Access.cpp
│ │ │ │ ├── Access.h
│ │ │ │ ├── scada.ldb
│ │ │ │ └── scada.mdb
│ │ │ ├── DataBase.cpp
│ │ │ ├── DataBase.h
│ │ │ ├── DataBaseMsg.cpp
│ │ │ ├── DataBaseMsg.h
│ │ │ ├── DataBasePub.h
│ │ │ ├── DataBaseService.cpp
│ │ │ ├── DataBaseService.h
│ │ │ └── MySQL
│ │ │ ├── MySQL.cpp
│ │ │ └── MySQL.h
│ │ ├── Echart11111
│ │ │ ├── Qchart
│ │ │ │ ├── Qchart.pro
│ │ │ │ ├── Qchart.pro.user
│ │ │ │ ├── main.cpp
│ │ │ │ └── widget.ui
│ │ │ └── build-Qchart-Desktop_Qt_5_4_0_MinGW_32bit-Debug
│ │ │ ├── Makefile
│ │ │ ├── Makefile.Debug
│ │ │ ├── Makefile.Release
│ │ │ ├── debug
│ │ │ │ ├── ChartLine.o
│ │ │ │ ├── Qchart.exe
│ │ │ │ ├── html
│ │ │ │ │ ├── DynamicPie.html
│ │ │ │ │ ├── Echar2
│ │ │ │ │ │ ├── build
│ │ │ │ │ │ │ └── dist
│ │ │ │ │ │ │ ├── chart
│ │ │ │ │ │ │ │ ├── bar.js
│ │ │ │ │ │ │ │ ├── chord.js
│ │ │ │ │ │ │ │ ├── eventRiver.js
│ │ │ │ │ │ │ │ ├── force.js
│ │ │ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ │ │ ├── gauge.js
│ │ │ │ │ │ │ │ ├── k.js
│ │ │ │ │ │ │ │ ├── line.js
│ │ │ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ │ │ ├── pie.js
│ │ │ │ │ │ │ │ ├── radar.js
│ │ │ │ │ │ │ │ ├── scatter.js
│ │ │ │ │ │ │ │ ├── tree.js
│ │ │ │ │ │ │ │ ├── treemap.js
│ │ │ │ │ │ │ │ ├── venn.js
│ │ │ │ │ │ │ │ └── wordCloud.js
│ │ │ │ │ │ │ ├── echarts-all.js
│ │ │ │ │ │ │ └── echarts.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── build
│ │ │ │ │ │ └── dist
│ │ │ │ │ │ ├── chart
│ │ │ │ │ │ │ ├── bar.js
│ │ │ │ │ │ │ ├── chord.js
│ │ │ │ │ │ │ ├── eventRiver.js
│ │ │ │ │ │ │ ├── force.js
│ │ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ │ ├── gauge.js
│ │ │ │ │ │ │ ├── k.js
│ │ │ │ │ │ │ ├── line.js
│ │ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ │ ├── pie.js
│ │ │ │ │ │ │ ├── radar.js
│ │ │ │ │ │ │ ├── scatter.js
│ │ │ │ │ │ │ ├── tree.js
│ │ │ │ │ │ │ ├── treemap.js
│ │ │ │ │ │ │ ├── venn.js
│ │ │ │ │ │ │ └── wordCloud.js
│ │ │ │ │ │ ├── echarts-all.js
│ │ │ │ │ │ └── echarts.js
│ │ │ │ │ ├── dist
│ │ │ │ │ │ ├── echarts.common.js
│ │ │ │ │ │ ├── echarts.common.min.js
│ │ │ │ │ │ ├── echarts.js
│ │ │ │ │ │ ├── echarts.min.js
│ │ │ │ │ │ ├── echarts.simple.js
│ │ │ │ │ │ ├── echarts.simple.min.js
│ │ │ │ │ │ └── extension
│ │ │ │ │ │ ├── bmap.js
│ │ │ │ │ │ ├── bmap.min.js
│ │ │ │ │ │ ├── dataTool.js
│ │ │ │ │ │ └── dataTool.min.js
│ │ │ │ │ ├── dynamicline.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── 备份
│ │ │ │ │ ├── DynamicSector.html
│ │ │ │ │ ├── dynamicline.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── main.o
│ │ │ │ ├── moc_ChartLine.cpp
│ │ │ │ ├── moc_ChartLine.o
│ │ │ │ ├── moc_widget.cpp
│ │ │ │ ├── moc_widget.o
│ │ │ │ └── widget.o
│ │ │ └── ui_widget.h
│ │ ├── Echart11111.rar
│ │ ├── File
│ │ │ ├── File.cpp
│ │ │ └── File.h
│ │ ├── Graphics
│ │ │ ├── Arc.cpp
│ │ │ ├── Arc.h
│ │ │ ├── Curve.cpp
│ │ │ ├── Curve.h
│ │ │ ├── Ellipse.cpp
│ │ │ ├── Ellipse.h
│ │ │ ├── Graphics.cpp
│ │ │ ├── Graphics.dll
│ │ │ ├── Graphics.h
│ │ │ ├── GraphicsPub.h
│ │ │ ├── Graphicsd.dll
│ │ │ ├── Group.cpp
│ │ │ ├── Group.h
│ │ │ ├── Light.cpp
│ │ │ ├── Light.h
│ │ │ ├── Line.cpp
│ │ │ ├── Line.h
│ │ │ ├── Meter.cpp
│ │ │ ├── Meter.h
│ │ │ ├── Pixmap.cpp
│ │ │ ├── Pixmap.h
│ │ │ ├── Point.cpp
│ │ │ ├── Point.h
│ │ │ ├── Polygon.cpp
│ │ │ ├── Polygon.h
│ │ │ ├── ProcessBar.cpp
│ │ │ ├── ProcessBar.h
│ │ │ ├── Rect.cpp
│ │ │ ├── Rect.h
│ │ │ ├── Text.cpp
│ │ │ ├── Text.h
│ │ │ ├── ValueText.cpp
│ │ │ ├── ValueText.h
│ │ │ └── libGraphics.a
│ │ ├── Item
│ │ │ ├── Item.cpp
│ │ │ ├── Item.dll
│ │ │ ├── Item.h
│ │ │ ├── ItemEx.cpp
│ │ │ ├── ItemEx.h
│ │ │ ├── ItemFactory.cpp
│ │ │ ├── ItemFactory.h
│ │ │ ├── Itemd.dll
│ │ │ └── libItem.a
│ │ ├── Js
│ │ │ ├── Js.cpp
│ │ │ ├── Js.dll
│ │ │ ├── Js.h
│ │ │ ├── Jsd.dll
│ │ │ └── libJs.a
│ │ ├── Linkage
│ │ │ ├── Linkage.cpp
│ │ │ └── Linkage.h
│ │ ├── Math
│ │ │ ├── Math.cpp
│ │ │ └── Math.h
│ │ ├── Protocol
│ │ │ ├── Iec104
│ │ │ │ ├── Iec104.cpp
│ │ │ │ ├── Iec104.h
│ │ │ │ ├── Iec104Service.cpp
│ │ │ │ └── Iec104Service.h
│ │ │ ├── Modbus
│ │ │ │ ├── Modbus.cpp
│ │ │ │ └── Modbus.h
│ │ │ ├── Protocol.cpp
│ │ │ ├── Protocol.h
│ │ │ ├── Syclient
│ │ │ │ ├── Syclient.cpp
│ │ │ │ └── Syclient.h
│ │ │ ├── Sygzzs
│ │ │ │ ├── Sygzzs.cpp
│ │ │ │ └── Sygzzs.h
│ │ │ ├── Syreal
│ │ │ │ ├── Syreal.cpp
│ │ │ │ └── Syreal.h
│ │ │ └── Syznkg
│ │ │ ├── Syznkg.cpp
│ │ │ └── Syznkg.h
│ │ ├── Qchart
│ │ │ ├── ChartLine.cpp
│ │ │ ├── ChartLine.h
│ │ │ ├── chartpie.cpp
│ │ │ ├── chartpie.h
│ │ │ ├── mainwidget.cpp
│ │ │ ├── mainwidget.h
│ │ │ ├── mainwidget.ui
│ │ │ ├── qwidgetline.cpp
│ │ │ ├── qwidgetline.h
│ │ │ ├── qwidgetpie.cpp
│ │ │ └── qwidgetpie.h
│ │ ├── Qt-ExcelEngine
│ │ │ ├── excelengine.cpp
│ │ │ └── excelengine.h
│ │ ├── RingBuf
│ │ │ ├── RingBuf.cpp
│ │ │ ├── RingBuf.dll
│ │ │ ├── RingBuf.h
│ │ │ ├── RingBufd.dll
│ │ │ └── libRingBuf.a
│ │ ├── Scene
│ │ │ ├── Scene.cpp
│ │ │ └── Scene.h
│ │ ├── SendTo
│ │ │ ├── SendTo.cpp
│ │ │ └── SendTo.h
│ │ ├── Server
│ │ │ └── TcpServer
│ │ │ ├── TcpServer.cpp
│ │ │ └── TcpServer.h
│ │ ├── Service
│ │ │ ├── Service.cpp
│ │ │ └── Service.h
│ │ ├── TableView
│ │ │ ├── TableService.cpp
│ │ │ ├── TableService.h
│ │ │ ├── TableView.cpp
│ │ │ └── TableView.h
│ │ ├── Thread
│ │ │ ├── Thread.cpp
│ │ │ ├── Thread.h
│ │ │ ├── ThreadClient.cpp
│ │ │ ├── ThreadClient.h
│ │ │ ├── ThreadConnection.cpp
│ │ │ ├── ThreadConnection.h
│ │ │ ├── ThreadIO.cpp
│ │ │ ├── ThreadIO.h
│ │ │ ├── ThreadList.cpp
│ │ │ ├── ThreadList.h
│ │ │ ├── ThreadProcess.cpp
│ │ │ ├── ThreadProcess.h
│ │ │ ├── ThreadRecv.cpp
│ │ │ ├── ThreadRecv.h
│ │ │ ├── ThreadServer.cpp
│ │ │ ├── ThreadServer.h
│ │ │ ├── analysisthread.cpp
│ │ │ ├── analysisthread.h
│ │ │ ├── reciverhandle.cpp
│ │ │ ├── reciverhandle.h
│ │ │ ├── senderorder.cpp
│ │ │ ├── senderorder.h
│ │ │ ├── timersendthread.cpp
│ │ │ └── timersendthread.h
│ │ ├── Undo
│ │ │ ├── Undo.cpp
│ │ │ ├── Undo.h
│ │ │ ├── UndoAddDel.cpp
│ │ │ ├── UndoAddDel.h
│ │ │ ├── UndoMoveDrag.cpp
│ │ │ └── UndoMoveDrag.h
│ │ ├── View
│ │ │ ├── View.cpp
│ │ │ └── View.h
│ │ ├── Widgets
│ │ │ ├── Button.cpp
│ │ │ ├── Button.h
│ │ │ ├── InputEdit.cpp
│ │ │ ├── InputEdit.h
│ │ │ ├── Table.cpp
│ │ │ ├── Table.h
│ │ │ ├── Widgets.cpp
│ │ │ ├── Widgets.dll
│ │ │ ├── Widgets.h
│ │ │ ├── WidgetsPub.h
│ │ │ ├── Widgetsd.dll
│ │ │ └── libWidgets.a
│ │ ├── Word
│ │ │ ├── Word.cpp
│ │ │ └── Word.h
│ │ ├── Xml
│ │ │ ├── XmlReader.cpp
│ │ │ ├── XmlReader.h
│ │ │ ├── XmlWriter.cpp
│ │ │ └── XmlWriter.h
│ │ └── image
│ │ └── login.png
│ └── backup
│ ├── Arc
│ │ ├── Arc.cpp
│ │ ├── Arc.h
│ │ ├── Arc.png
│ │ ├── Chord.cpp
│ │ ├── Chord.h
│ │ ├── Chord.png
│ │ ├── Pie.cpp
│ │ └── Pie.h
│ ├── Battery
│ │ ├── Battery.pro
│ │ ├── Battery.pro.user
│ │ ├── Info.txt
│ │ ├── battery.cpp
│ │ ├── battery.h
│ │ ├── battery.qrc
│ │ ├── main.cpp
│ │ └── pic
│ │ ├── g100.png
│ │ ├── g20.png
│ │ ├── g30.png
│ │ ├── g40.png
│ │ ├── g50.png
│ │ ├── g60.png
│ │ ├── g70.png
│ │ ├── g80.png
│ │ ├── g90.png
│ │ ├── r10.png
│ │ ├── r20.png
│ │ ├── r30.png
│ │ ├── r40.png
│ │ ├── r50.png
│ │ ├── r60.png
│ │ ├── r70.png
│ │ ├── r80.png
│ │ └── r90.png
│ ├── ClockView
│ │ ├── ClockView.cpp
│ │ └── ClockView.h
│ ├── Control
│ │ ├── DialogControl.cpp
│ │ └── DialogControl.h
│ ├── Gong
│ │ ├── Gong.pro
│ │ ├── Gong.pro.user
│ │ ├── GongConfig
│ │ │ ├── DialogGongConfig.cpp
│ │ │ ├── DialogGongConfig.h
│ │ │ ├── GongConfig.cpp
│ │ │ └── GongConfig.h
│ │ ├── gong.cpp
│ │ ├── gong.h
│ │ ├── gong.ico
│ │ ├── ico.rc
│ │ ├── main.cpp
│ │ ├── pic
│ │ │ ├── left.png
│ │ │ ├── normal.png
│ │ │ ├── red0.png
│ │ │ ├── red1.png
│ │ │ ├── right.png
│ │ │ ├── start.png
│ │ │ ├── start1.png
│ │ │ ├── stop.png
│ │ │ ├── 灯.psd
│ │ │ └── 图片.psd
│ │ └── pic.qrc
│ ├── LightView
│ │ ├── LightView.cpp
│ │ └── LightView.h
│ ├── RunMode
│ │ ├── RunMode.cpp
│ │ └── RunMode.h
│ ├── ScaleView
│ │ ├── Scale.cpp
│ │ └── Scale.h
│ ├── ThreadClientServer
│ │ ├── Info.txt
│ │ ├── ThreadClientServer.cpp
│ │ └── ThreadClientServer.h
│ ├── V6Service
│ │ ├── Info.txt
│ │ ├── V6Service.pro
│ │ ├── V6Service.pro.user
│ │ ├── V6Service.pro.user.6b36f76.2.7pre1
│ │ ├── appico.ico
│ │ ├── ico.rc
│ │ ├── main.cpp
│ │ ├── threadv6
│ │ │ ├── thread.cpp
│ │ │ └── thread.h
│ │ ├── v6service.cpp
│ │ └── v6service.h
│ ├── build-V6Service-Desktop_Qt_5_3_0_MinGW_32bit-Debug
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ └── Makefile.Release
│ ├── items
│ │ ├── 星.xml
│ │ ├── 角.xml
│ │ ├── 出线.xml
│ │ ├── 开关.xml
│ │ ├── 变压器.xml
│ │ ├── 指示器.xml
│ │ ├── 指示组.xml
│ │ ├── 指示器小.xml
│ │ └── 指示组小.xml
│ ├── js
│ │ ├── 智能开关.js
│ │ ├── 故障指示器(值).js
│ │ ├── 故障指示器(源).js
│ │ ├── 故障指示器(报警).js
│ │ ├── 故障指示器(目标).js
│ │ ├── 故障指示器(线值).js
│ │ └── 故障指示器(线联动).js
│ ├── js_new
│ │ ├── 开关.fAlarm
│ │ ├── 连线.fDst
│ │ ├── 开关.fPlay
│ │ └── 开关.fSrc
│ ├── main net.xml
│ ├── main.xml
│ └── main_gz.xml
└── 找例子网_QTScada-master.zip
110 directories, 531 files
评论