删除测试代码

This commit is contained in:
jiayulong 2025-11-06 18:03:13 +08:00
parent 34ac38e5b7
commit d908a3a84a
2 changed files with 0 additions and 13 deletions

View File

@ -32,29 +32,23 @@ SOURCES += \
ConsoleOutputWidget.cpp \ ConsoleOutputWidget.cpp \
InDefTableDlg.cpp \ InDefTableDlg.cpp \
InterfaceWidget.cpp \ InterfaceWidget.cpp \
ObjectArchive.cpp \
PropertyWidget.cpp \ PropertyWidget.cpp \
customtabbar.cpp \ customtabbar.cpp \
customtabwidget.cpp \ customtabwidget.cpp \
fileedit.cpp \ fileedit.cpp \
formdraw.cpp \ formdraw.cpp \
formhead.cpp \
forminfo.cpp \ forminfo.cpp \
formline.cpp \ formline.cpp \
formtitle.cpp \
formtrack.cpp \ formtrack.cpp \
formwell.cpp \ formwell.cpp \
mainwindow.cpp \ mainwindow.cpp \
main.cpp \ main.cpp \
mainwindowcurve.cpp \ mainwindowcurve.cpp \
mainwindownew.cpp \
mycustomplot.cpp \
newheaddialog.cpp \ newheaddialog.cpp \
preqtablewidget.cpp \ preqtablewidget.cpp \
qmycustomplot.cpp \ qmycustomplot.cpp \
qmytablewidget.cpp \ qmytablewidget.cpp \
qmytreewidget.cpp \ qmytreewidget.cpp \
qtcenterwidgets.cpp \
qtcommonclass.cpp \ qtcommonclass.cpp \
qtprojectwidgets.cpp \ qtprojectwidgets.cpp \
totalTitleBar.cpp \ totalTitleBar.cpp \
@ -68,29 +62,23 @@ HEADERS += \
DraggablePixmap.h \ DraggablePixmap.h \
InDefTableDlg.h \ InDefTableDlg.h \
InterfaceWidget.h \ InterfaceWidget.h \
ObjectArchive.h \
PropertyWidget.h \ PropertyWidget.h \
TransparentDraggableRect.h \ TransparentDraggableRect.h \
customtabbar.h \ customtabbar.h \
customtabwidget.h \ customtabwidget.h \
fileedit.h \ fileedit.h \
formdraw.h \ formdraw.h \
formhead.h \
forminfo.h \ forminfo.h \
formline.h \ formline.h \
formtitle.h \
formtrack.h \ formtrack.h \
formwell.h \ formwell.h \
mainwindow.h \ mainwindow.h \
mainwindowcurve.h \ mainwindowcurve.h \
mainwindownew.h \
mycustomplot.h \
newheaddialog.h \ newheaddialog.h \
preqtablewidget.h \ preqtablewidget.h \
qmycustomplot.h \ qmycustomplot.h \
qmytablewidget.h \ qmytablewidget.h \
qmytreewidget.h \ qmytreewidget.h \
qtcenterwidgets.h \
qtcommonclass.h \ qtcommonclass.h \
qtprojectwidgets.h \ qtprojectwidgets.h \
totalTitleBar.h \ totalTitleBar.h \

View File

@ -10,7 +10,6 @@
#include "qtprojectwidgets.h" #include "qtprojectwidgets.h"
#include "qtcenterwidgets.h" #include "qtcenterwidgets.h"
#include "mainwindownew.h"
#include "mainwindowcurve.h" #include "mainwindowcurve.h"
#include "customtabwidget.h" #include "customtabwidget.h"
#include "ConsoleOutputWidget.h" #include "ConsoleOutputWidget.h"