|
|
|
HEADERS += \
|
|
|
|
$$PWD/CUIComponentBase.h \
|
|
|
|
$$PWD/CUIComponentBaseContainerWidget.h \
|
|
|
|
$$PWD/CUIComponentBaseWidget.h \
|
|
|
|
$$PWD/CUIComponentCheckBox.h \
|
|
|
|
$$PWD/CUIComponentComboBox.h \
|
|
|
|
$$PWD/CUIComponentILineEdit.h \
|
|
|
|
$$PWD/CUIComponentPushButton.h \
|
|
|
|
$$PWD/CUIComponentRadioButton.h \
|
|
|
|
$$PWD/CUIContainerTabWidget.h \
|
|
|
|
$$PWD/CUIDefine.h \
|
|
|
|
$$PWD/CUIRadioComponent.h \
|
|
|
|
$$PWD/CUIMultiTableWidget.h \
|
|
|
|
$$PWD/CUI.h \
|
|
|
|
$$PWD/CUIButtonBox.h \
|
|
|
|
$$PWD/CUIGroupBox.h \
|
|
|
|
$$PWD/CUIWidget.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/CUIComponentPushButton.cpp \
|
|
|
|
$$PWD/CUIComponentRadioButton.cpp \
|
|
|
|
$$PWD/CUIContainerTabWidget.cpp \
|
|
|
|
$$PWD/CUIRadioComponent.cpp \
|
|
|
|
$$PWD/CUIMultiTableWidget.cpp \
|
|
|
|
$$PWD/CUI.cpp \
|
|
|
|
$$PWD/CUIButtonBox.cpp \
|
|
|
|
$$PWD/CUIGroupBox.cpp \
|
|
|
|
$$PWD/CUIWidget.cpp \
|
|
|
|
$$PWD/CUIConfig.cpp \
|
|
|
|
$$PWD/CUISigsCenter.cpp
|