扫码器和传感器等功能模块json
parent
2bc3d5edfb
commit
a6c0310890
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"ModuleParam": {
|
||||||
|
"CodeScan": 0,
|
||||||
|
"Sensor": 0,
|
||||||
|
"Camera2D": 4,
|
||||||
|
"Camera3D": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
Debug | 2024-01-03 17:13:11 ÖÜÈý | Decode smokeInfo from "D:/Code/Logistics/smokeboxidentification/runner17/Release\\user\\smokeInfo.xlsx" successed
|
||||||
|
Debug | 2024-01-03 17:13:11 ÖÜÈý | "D:/Code/Logistics/smokeboxidentification/runner17/Release\\templateNum" has not folder
|
||||||
|
Warning | 2024-01-03 17:13:11 ÖÜÈý | SerialNumber: "00J50359922" init failed
|
||||||
|
Warning | 2024-01-03 17:13:11 ÖÜÈý | QObject::moveToThread: Cannot move objects with a parent
|
||||||
|
Warning | 2024-01-03 17:13:12 ÖÜÈý | SerialNumber: "00J50359927" init failed
|
||||||
|
Warning | 2024-01-03 17:13:12 ÖÜÈý | SerialNumber: "00J50359938" init failed
|
||||||
|
Warning | 2024-01-03 17:13:12 ÖÜÈý | SerialNumber: "00J50359923" init failed
|
||||||
|
Warning | 2024-01-03 17:13:12 ÖÜÈý | SerialNumber: "00J50359918" init failed
|
||||||
|
Warning | 2024-01-03 17:13:13 ÖÜÈý | SerialNumber: "00J50359945" init failed
|
||||||
|
Debug | 2024-01-03 17:13:13 ÖÜÈý | m_vecPCamera size: 0
|
||||||
|
Debug | 2024-01-03 17:13:13 ÖÜÈý | init CategoryMatcher successed
|
||||||
|
Debug | 2024-01-03 17:13:14 ÖÜÈý | delete netControl
|
||||||
|
Debug | 2024-01-03 17:13:14 ÖÜÈý | delete netControl finished
|
||||||
|
Debug | 2024-01-03 17:16:05 ÖÜÈý | Decode smokeInfo from "D:/Code/Logistics/smokeboxidentification/runner17/Release\\user\\smokeInfo.xlsx" successed
|
||||||
|
Debug | 2024-01-03 17:16:05 ÖÜÈý | "D:/Code/Logistics/smokeboxidentification/runner17/Release\\templateNum" has not folder
|
||||||
|
Warning | 2024-01-03 17:16:05 ÖÜÈý | SerialNumber: "00J50359922" init failed
|
||||||
|
Warning | 2024-01-03 17:16:06 ÖÜÈý | QObject::moveToThread: Cannot move objects with a parent
|
||||||
|
Debug | 2024-01-03 17:16:06 ÖÜÈý | Sensor
|
||||||
|
Debug | 2024-01-03 17:16:06 ÖÜÈý | CodeScan
|
||||||
|
Debug | 2024-01-03 17:16:06 ÖÜÈý | connect yidadui
|
||||||
|
Warning | 2024-01-03 17:16:06 ÖÜÈý | SerialNumber: "00J50359927" init failed
|
||||||
|
Warning | 2024-01-03 17:16:06 ÖÜÈý | SerialNumber: "00J50359938" init failed
|
||||||
|
Warning | 2024-01-03 17:16:06 ÖÜÈý | SerialNumber: "00J50359923" init failed
|
||||||
|
Warning | 2024-01-03 17:16:06 ÖÜÈý | SerialNumber: "00J50359918" init failed
|
||||||
|
Warning | 2024-01-03 17:16:07 ÖÜÈý | SerialNumber: "00J50359945" init failed
|
||||||
|
Debug | 2024-01-03 17:16:07 ÖÜÈý | m_vecPCamera size: 0
|
||||||
|
Debug | 2024-01-03 17:16:07 ÖÜÈý | init CategoryMatcher successed
|
||||||
|
Debug | 2024-01-03 17:16:07 ÖÜÈý | over
|
||||||
|
Debug | 2024-01-03 17:16:09 ÖÜÈý | delete netControl
|
||||||
|
Debug | 2024-01-03 17:16:09 ÖÜÈý | delete netControl finished
|
||||||
Binary file not shown.
@ -0,0 +1,13 @@
|
|||||||
|
#include "QModuleChoice.h"
|
||||||
|
|
||||||
|
QModuleChoice::QModuleChoice(QWidget *parent)
|
||||||
|
: QWidget(parent)
|
||||||
|
, ui(new Ui::QModuleChoiceClass())
|
||||||
|
{
|
||||||
|
ui->setupUi(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
QModuleChoice::~QModuleChoice()
|
||||||
|
{
|
||||||
|
delete ui;
|
||||||
|
}
|
||||||
@ -0,0 +1,20 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <QWidget>
|
||||||
|
#include "ui_QModuleChoice.h"
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
|
namespace Ui { class QModuleChoiceClass; };
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
class QModuleChoice : public QWidget
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
QModuleChoice(QWidget *parent = nullptr);
|
||||||
|
~QModuleChoice();
|
||||||
|
|
||||||
|
private:
|
||||||
|
Ui::QModuleChoiceClass *ui;
|
||||||
|
};
|
||||||
@ -0,0 +1,50 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ui version="4.0">
|
||||||
|
<class>QModuleChoiceClass</class>
|
||||||
|
<widget class="QWidget" name="QModuleChoiceClass">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>190</width>
|
||||||
|
<height>111</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="windowTitle">
|
||||||
|
<string>QModuleChoice</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBox_2">
|
||||||
|
<property name="text">
|
||||||
|
<string>扫码器</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBox">
|
||||||
|
<property name="text">
|
||||||
|
<string>传感器</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="0">
|
||||||
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="text">
|
||||||
|
<string>请选择应用的模块:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="3" column="0">
|
||||||
|
<widget class="QPushButton" name="pushButton">
|
||||||
|
<property name="text">
|
||||||
|
<string>确定</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<layoutdefault spacing="6" margin="11"/>
|
||||||
|
<resources/>
|
||||||
|
<connections/>
|
||||||
|
</ui>
|
||||||
@ -1,27 +0,0 @@
|
|||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | Decode smokeInfo from "D:/Code/Logistics/smokeboxidentification/tpvs17/../runner17/Release\\user\\smokeInfo.xlsx" successed
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | "D:/Code/Logistics/smokeboxidentification/tpvs17/../runner17/Release\\templateNum" is not exist
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | Do not found any device!
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | SerialNumber: "00J50359922" init failed
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | Do not found any device!
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | SerialNumber: "00J50359927" init failed
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | Do not found any device!
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | SerialNumber: "00J50359938" init failed
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | Do not found any device!
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | SerialNumber: "00J50359923" init failed
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | Do not found any device!
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | SerialNumber: "00J50359918" init failed
|
|
||||||
Warning | 2023-12-28 14:10:32 ÖÜËÄ | QObject::moveToThread: Cannot move objects with a parent
|
|
||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | ADModule load param successed
|
|
||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | SensorsCom load param successed
|
|
||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | Code scan load param successed
|
|
||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | open "COM8" fail.
|
|
||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | open "COM8" fail.
|
|
||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | open "COM1" fail.
|
|
||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | open "COM7" fail.
|
|
||||||
Debug | 2023-12-28 14:10:32 ÖÜËÄ | "COM7 not found! open failed."
|
|
||||||
Warning | 2023-12-28 14:10:33 ÖÜËÄ | Do not found any device!
|
|
||||||
Warning | 2023-12-28 14:10:33 ÖÜËÄ | SerialNumber: "00J50359945" init failed
|
|
||||||
Debug | 2023-12-28 14:10:33 ÖÜËÄ | m_vecPCamera size: 0
|
|
||||||
Debug | 2023-12-28 14:10:36 ÖÜËÄ | init CategoryMatcher successed
|
|
||||||
Debug | 2023-12-28 14:10:39 ÖÜËÄ | delete netControl
|
|
||||||
Debug | 2023-12-28 14:10:39 ÖÜËÄ | delete netControl finished
|
|
||||||
@ -0,0 +1,17 @@
|
|||||||
|
Debug | 2024-01-03 17:17:31 ÖÜÈý | Decode smokeInfo from "D:/Code/Logistics/smokeboxidentification/tpvs17/../runner17/Release\\user\\smokeInfo.xlsx" successed
|
||||||
|
Debug | 2024-01-03 17:17:31 ÖÜÈý | "D:/Code/Logistics/smokeboxidentification/tpvs17/../runner17/Release\\templateNum" has not folder
|
||||||
|
Warning | 2024-01-03 17:17:31 ÖÜÈý | SerialNumber: "00J50359922" init failed
|
||||||
|
Warning | 2024-01-03 17:17:32 ÖÜÈý | QObject::moveToThread: Cannot move objects with a parent
|
||||||
|
Debug | 2024-01-03 17:17:32 ÖÜÈý | Sensor
|
||||||
|
Debug | 2024-01-03 17:17:32 ÖÜÈý | CodeScan
|
||||||
|
Debug | 2024-01-03 17:17:32 ÖÜÈý | connect yidadui
|
||||||
|
Warning | 2024-01-03 17:17:32 ÖÜÈý | SerialNumber: "00J50359927" init failed
|
||||||
|
Warning | 2024-01-03 17:17:32 ÖÜÈý | SerialNumber: "00J50359938" init failed
|
||||||
|
Warning | 2024-01-03 17:17:32 ÖÜÈý | SerialNumber: "00J50359923" init failed
|
||||||
|
Warning | 2024-01-03 17:17:32 ÖÜÈý | SerialNumber: "00J50359918" init failed
|
||||||
|
Warning | 2024-01-03 17:17:32 ÖÜÈý | SerialNumber: "00J50359945" init failed
|
||||||
|
Debug | 2024-01-03 17:17:32 ÖÜÈý | m_vecPCamera size: 0
|
||||||
|
Debug | 2024-01-03 17:17:33 ÖÜÈý | init CategoryMatcher successed
|
||||||
|
Debug | 2024-01-03 17:17:33 ÖÜÈý | over
|
||||||
|
Debug | 2024-01-03 17:17:34 ÖÜÈý | delete netControl
|
||||||
|
Debug | 2024-01-03 17:17:34 ÖÜÈý | delete netControl finished
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,55 +1,65 @@
|
|||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\qnumtemplatebuild.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokeboxidentification.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\netcontrol.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\qnumtemplatebuild.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpserialstation.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\netcontrol.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\hikcamera.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\main.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\log.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpserialstation.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\codescanstation.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\hikcamera.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\categorymatcher.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\log.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\cameracontrol.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\codescanstation.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\admodule.obj
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\categorymatcher.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_admodule.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\cameracontrol.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_camera.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\admodule.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_cameracontrol.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_hikcamera.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_categorymatcher.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_lpserialstation.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_codescanstation.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_netcontrol.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_qnumtemplatebuild.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_smokeboxidentification.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_smokeboxidentification.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_qnumtemplatebuild.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_netcontrol.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_codescanstation.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_lpserialstation.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_categorymatcher.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_hikcamera.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_cameracontrol.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\qrc_smokeboxidentification.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_camera.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\ui_qnumtemplatebuild.h
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\moc_admodule.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\ui_smokeboxidentification.h
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\qrc_smokeboxidentification.obj
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\qrc_smokeboxidentification.cpp
|
d:\code\logistics\smokeboxidentification\runner17\release\smokebox.exe
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_admodule.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\release\moc_smokeboxidentification.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_camera.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\qrc_smokeboxidentification.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_cameracontrol.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\ui_qnumtemplatebuild.h
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_categorymatcher.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\ui_smokeboxidentification.h
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_codescanstation.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\qrc_smokeboxidentification.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_qnumtemplatebuild.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_admodule.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_smokeboxidentification.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_camera.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_netcontrol.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_cameracontrol.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_lpserialstation.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_categorymatcher.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_hikcamera.cpp
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_codescanstation.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\ui_qnumtemplatebuild.h
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_qnumtemplatebuild.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\ui_smokeboxidentification.h
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_smokeboxidentification.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvcore.tli
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_netcontrol.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvgeom.tli
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_lpserialstation.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvgeomx.tli
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_hikcamera.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvimgproc.tli
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\ui_qmodulechoice.h
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvpat.tli
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\generatedfiles\release\moc_qmodulechoice.cpp
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvcore.tlh
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\.\generatedfiles\ui_qmodulechoice.h
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvgeom.tlh
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvcore.tli
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvgeomx.tlh
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvgeom.tli
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvimgproc.tlh
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvgeomx.tli
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvpat.tlh
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvimgproc.tli
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\cl.command.1.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvpat.tli
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\cl.read.1.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvcore.tlh
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\cl.write.1.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvgeom.tlh
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\moc.read.1u.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvgeomx.tlh
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\moc.write.1u.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvimgproc.tlh
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\rcc.read.1u.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\lpvpat.tlh
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\rcc.write.1u.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\..\runner17\release\smokebox.exe
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\smokeboxidentification.write.1u.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\cl.command.1.tlog
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\uic.read.1u.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\cl.read.1.tlog
|
||||||
e:\code\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\uic.write.1u.tlog
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\cl.write.1.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\link.command.1.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\link.read.1.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\link.write.1.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\moc.read.1u.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\moc.write.1u.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\rcc.read.1u.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\rcc.write.1u.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\smokeboxidentification.write.1u.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\uic.read.1u.tlog
|
||||||
|
d:\code\logistics\smokeboxidentification\tpvs17\smokeboxidentification\x64\release\smokebox.b12702ad.tlog\uic.write.1u.tlog
|
||||||
|
|||||||
Loading…
Reference in New Issue