|
@@ -18,8 +18,7 @@ HEADERS += $$files(*.h, $$PWD) \
|
|
OriginalWnd/TreeViewManager/TreeViewManagerHead.h
|
|
OriginalWnd/TreeViewManager/TreeViewManagerHead.h
|
|
FORMS += $$files(*.ui, $$PWD)
|
|
FORMS += $$files(*.ui, $$PWD)
|
|
|
|
|
|
-HEADERS += ./gen_interface.h \
|
|
|
|
- ./ImageView.h \
|
|
|
|
|
|
+HEADERS += ./ImageView.h \
|
|
./ImageWidget.h \
|
|
./ImageWidget.h \
|
|
./ImageWidget_nodrag.h \
|
|
./ImageWidget_nodrag.h \
|
|
./Login.h \
|
|
./Login.h \
|
|
@@ -32,6 +31,7 @@ HEADERS += ./gen_interface.h \
|
|
./Src/common/JQCommon.h \
|
|
./Src/common/JQCommon.h \
|
|
./Src/common/JUserAccountsData.h \
|
|
./Src/common/JUserAccountsData.h \
|
|
./Src/common/UserManagementShared.h \
|
|
./Src/common/UserManagementShared.h \
|
|
|
|
+ ./Src/Sql/GetUiConfigFormDB.h \
|
|
./Src/Sql/SqlOperation.h \
|
|
./Src/Sql/SqlOperation.h \
|
|
./Src/SystemInfoPage/SystemInfoPage.h \
|
|
./Src/SystemInfoPage/SystemInfoPage.h \
|
|
./Src/SystemInfoPage/PageWnd/LanguageSwitchWnd.h \
|
|
./Src/SystemInfoPage/PageWnd/LanguageSwitchWnd.h \
|
|
@@ -47,6 +47,7 @@ HEADERS += ./gen_interface.h \
|
|
./OriginalWnd/chartline.h \
|
|
./OriginalWnd/chartline.h \
|
|
./OriginalWnd/TreeViewManager/TreeViewManagerHead.h \
|
|
./OriginalWnd/TreeViewManager/TreeViewManagerHead.h \
|
|
./OriginalWnd/TreeViewManager/JIoMapPage.h \
|
|
./OriginalWnd/TreeViewManager/JIoMapPage.h \
|
|
|
|
+ ./OriginalWnd/TreeViewManager/JCustomLabelControls.h \
|
|
./CameraMaterialGroupWnd/Group.h \
|
|
./CameraMaterialGroupWnd/Group.h \
|
|
./CameraMaterialGroupWnd/CameraImage/CameraImageHandler.h \
|
|
./CameraMaterialGroupWnd/CameraImage/CameraImageHandler.h \
|
|
./CameraMaterialGroupWnd/MaterialWindow/DieItem.h \
|
|
./CameraMaterialGroupWnd/MaterialWindow/DieItem.h \
|
|
@@ -58,6 +59,10 @@ HEADERS += ./gen_interface.h \
|
|
./CameraMaterialGroupWnd/MaterialWindow/Wafer.h \
|
|
./CameraMaterialGroupWnd/MaterialWindow/Wafer.h \
|
|
./CameraMaterialGroupWnd/MaterialWindow/WaferGraphicsView.h \
|
|
./CameraMaterialGroupWnd/MaterialWindow/WaferGraphicsView.h \
|
|
./CameraMaterialGroupWnd/MaterialWindow/WaffleGraphicsView.h \
|
|
./CameraMaterialGroupWnd/MaterialWindow/WaffleGraphicsView.h \
|
|
|
|
+ ./Src/WaferProgramPage.h \
|
|
|
|
+ ./Src/WaffleProgramPage.h \
|
|
|
|
+ ./Src/BondMatrixProgramPage.h \
|
|
|
|
+ ./Src/ProgrammPage.h \
|
|
./Src/common/GlobalUse/JMouseMonitorThread.h \
|
|
./Src/common/GlobalUse/JMouseMonitorThread.h \
|
|
./Src/RewriteControl/LightJoystickSwitchPage.h \
|
|
./Src/RewriteControl/LightJoystickSwitchPage.h \
|
|
./Src/RewriteControl/ControlOperationPage.h \
|
|
./Src/RewriteControl/ControlOperationPage.h \
|
|
@@ -66,7 +71,11 @@ HEADERS += ./gen_interface.h \
|
|
./Src/RewriteControl/SpeedAdjPage.h \
|
|
./Src/RewriteControl/SpeedAdjPage.h \
|
|
./Src/RewriteControl/MsgDlg/CustomMessageDlg.h \
|
|
./Src/RewriteControl/MsgDlg/CustomMessageDlg.h \
|
|
./Src/RewriteControl/Sidebar/LogStatePage.h \
|
|
./Src/RewriteControl/Sidebar/LogStatePage.h \
|
|
- ./Src/RewriteControl/Controls/JReLineEdit.h
|
|
|
|
|
|
+ ./Src/RewriteControl/Controls/JReLineEdit.h \
|
|
|
|
+ ./Src/RewriteControl/Controls/DoubleSpinBox.h \
|
|
|
|
+ ./Src/RewriteControl/Controls/SpinBox.h \
|
|
|
|
+ ./Src/MatrixDialogs/NoBondPtEditDialog.h \
|
|
|
|
+ ./Src/DiagnosisPage/DiagnosisPage.h
|
|
SOURCES += ./OriginalWnd/TreeViewManager/JIoMapPage.cpp \
|
|
SOURCES += ./OriginalWnd/TreeViewManager/JIoMapPage.cpp \
|
|
./ImageView.cpp \
|
|
./ImageView.cpp \
|
|
./ImageWidget.cpp \
|
|
./ImageWidget.cpp \
|
|
@@ -74,10 +83,14 @@ SOURCES += ./OriginalWnd/TreeViewManager/JIoMapPage.cpp \
|
|
./Login.cpp \
|
|
./Login.cpp \
|
|
./MainWnd.cpp \
|
|
./MainWnd.cpp \
|
|
./OriginalWnd/OriginalWnd.cpp \
|
|
./OriginalWnd/OriginalWnd.cpp \
|
|
- ./gen_interface.cpp \
|
|
|
|
./main.cpp \
|
|
./main.cpp \
|
|
./CameraDistribute.cpp \
|
|
./CameraDistribute.cpp \
|
|
|
|
+ ./Src/BondMatrixProgramPage.cpp \
|
|
./Src/CameraBind.cpp \
|
|
./Src/CameraBind.cpp \
|
|
|
|
+ ./Src/ProgrammPage.cpp \
|
|
|
|
+ ./Src/WaferProgramPage.cpp \
|
|
|
|
+ ./Src/WaffleProgramPage.cpp \
|
|
|
|
+ ./Src/Sql/GetUiConfigFormDB.cpp \
|
|
./Src/Sql/SqlOperation.cpp \
|
|
./Src/Sql/SqlOperation.cpp \
|
|
./Src/common/JLogAllOutput.cpp \
|
|
./Src/common/JLogAllOutput.cpp \
|
|
./Src/common/JMessageTip.cpp \
|
|
./Src/common/JMessageTip.cpp \
|
|
@@ -95,7 +108,11 @@ SOURCES += ./OriginalWnd/TreeViewManager/JIoMapPage.cpp \
|
|
./Src/RewriteControl/SpeedAdjWnd.cpp \
|
|
./Src/RewriteControl/SpeedAdjWnd.cpp \
|
|
./Src/RewriteControl/MsgDlg/CustomMessageDlg.cpp \
|
|
./Src/RewriteControl/MsgDlg/CustomMessageDlg.cpp \
|
|
./Src/RewriteControl/Sidebar/LogStatePage.cpp \
|
|
./Src/RewriteControl/Sidebar/LogStatePage.cpp \
|
|
|
|
+ ./Src/RewriteControl/Controls/DoubleSpinBox.cpp \
|
|
./Src/RewriteControl/Controls/JReLineEdit.cpp \
|
|
./Src/RewriteControl/Controls/JReLineEdit.cpp \
|
|
|
|
+ ./Src/RewriteControl/Controls/SpinBox.cpp \
|
|
|
|
+ ./Src/MatrixDialogs/NoBondPtEditDialog.cpp \
|
|
|
|
+ ./Src/DiagnosisPage/DiagnosisPage.cpp \
|
|
./OriginalWnd/CameraDataHandleAndShow.cpp \
|
|
./OriginalWnd/CameraDataHandleAndShow.cpp \
|
|
./OriginalWnd/ChartsAndCamerasWnd.cpp \
|
|
./OriginalWnd/ChartsAndCamerasWnd.cpp \
|
|
./OriginalWnd/DbTreeViewManager.cpp \
|
|
./OriginalWnd/DbTreeViewManager.cpp \
|
|
@@ -128,11 +145,16 @@ FORMS += ./OriginalWnd/ChartsAndCamerasWnd.ui \
|
|
./Src/SystemInfoPage/PageWnd/AccountMaintenanceWnd.ui \
|
|
./Src/SystemInfoPage/PageWnd/AccountMaintenanceWnd.ui \
|
|
./Src/SystemInfoPage/PageWnd/AddUserAccountWnd.ui \
|
|
./Src/SystemInfoPage/PageWnd/AddUserAccountWnd.ui \
|
|
./Src/SystemInfoPage/PageWnd/LanguageSwitchWnd.ui \
|
|
./Src/SystemInfoPage/PageWnd/LanguageSwitchWnd.ui \
|
|
|
|
+ ./Src/BondMatrixProgramPage.ui \
|
|
|
|
+ ./Src/ProgrammPage.ui \
|
|
|
|
+ ./Src/WaferProgramPage.ui \
|
|
|
|
+ ./Src/WaffleProgramPage.ui \
|
|
./Src/RewriteControl/ControlOperationPage.ui \
|
|
./Src/RewriteControl/ControlOperationPage.ui \
|
|
./Src/RewriteControl/LightJoystickSwitchPage.ui \
|
|
./Src/RewriteControl/LightJoystickSwitchPage.ui \
|
|
./Src/RewriteControl/SpeedAdjPage.ui \
|
|
./Src/RewriteControl/SpeedAdjPage.ui \
|
|
./Src/RewriteControl/SpeedAdjWnd.ui \
|
|
./Src/RewriteControl/SpeedAdjWnd.ui \
|
|
- ./Src/RewriteControl/MsgDlg/CustomMessageDlg.ui
|
|
|
|
|
|
+ ./Src/RewriteControl/MsgDlg/CustomMessageDlg.ui \
|
|
|
|
+ ./Src/DiagnosisPage/DiagnosisPage.ui
|
|
|
|
|
|
# Default rules for deployment.
|
|
# Default rules for deployment.
|
|
qnx: target.path = /tmp/$${TARGET}/bin
|
|
qnx: target.path = /tmp/$${TARGET}/bin
|