|
|
|
HEADERS += \
|
|
|
|
$$PWD/CUIComponentBase.h \
|
|
|
|
$$PWD/CUIComponentBaseContainerWidget.h \
|
|
|
|
$$PWD/CUIComponentBaseWidget.h \
|
|
|
|
$$PWD/CUIComponentCheckBox.h \
|
|
|
|
$$PWD/CUIComponentComboBox.h \
|
|
|
|
$$PWD/CUIComponentILineEdit.h \
|
|
|
|
$$PWD/CUIComponentMultiTableWidget.h \
|
|
|
|
$$PWD/CUIComponentPushButton.h \
|
|
|
|
$$PWD/CUIComponentRadioButton.h \
|
|
|
|
$$PWD/CUIComponentRadioGroup.h \
|
|
|
|
$$PWD/CUIContainerGroupBox.h \
|
|
|
|
$$PWD/CUIContainerTabWidget.h \
|
|
|
|
$$PWD/CUIContainerWidget.h \
|
|
|
|
$$PWD/CUIDefine.h \
|
|
|
|
$$PWD/CUIPropertyWidget.h \
|
|
|
|
$$PWD/CUISigsCenter.h \
|
|
|
|
$$PWD/CUIPropertyAPI.h \
|
|
|
|
$$PWD/CUIConfig.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/CUIComponentBase.cpp \
|
|
|
|
$$PWD/CUIComponentBaseContainerWidget.cpp \
|
|
|
|
$$PWD/CUIComponentBaseWidget.cpp \
|
|
|
|
$$PWD/CUIComponentCheckBox.cpp \
|
|
|
|
$$PWD/CUIComponentComboBox.cpp \
|
|
|
|
$$PWD/CUIComponentILineEdit.cpp \
|
|
|
|
$$PWD/CUIComponentMultiTableWidget.cpp \
|
|
|
|
$$PWD/CUIComponentPushButton.cpp \
|
|
|
|
$$PWD/CUIComponentRadioButton.cpp \
|
|
|
|
$$PWD/CUIComponentRadioGroup.cpp \
|
|
|
|
$$PWD/CUIContainerGroupBox.cpp \
|
|
|
|
$$PWD/CUIContainerTabWidget.cpp \
|
|
|
|
$$PWD/CUIContainerWidget.cpp \
|
|
|
|
$$PWD/CUIConfig.cpp \
|
|
|
|
$$PWD/CUIPropertyWidget.cpp \
|
|
|
|
$$PWD/CUISigsCenter.cpp
|