You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
HEADERS += \
|
|
|
|
$$PWD/CUIComponentBase.h \
|
|
|
|
$$PWD/CUIComponentBaseContainerWidget.h \
|
|
|
|
$$PWD/CUIComponentBaseWidget.h \
|
|
|
|
$$PWD/CUIDefine.h \
|
|
|
|
$$PWD/CUIRadioComponent.h \
|
|
|
|
$$PWD/CUIMultiTableWidget.h \
|
|
|
|
$$PWD/CUI.h \
|
|
|
|
$$PWD/CUIButtonBox.h \
|
|
|
|
$$PWD/CUICheckBox.h \
|
|
|
|
$$PWD/CUIComboBox.h \
|
|
|
|
$$PWD/CUIGroupBox.h \
|
|
|
|
$$PWD/CUILineEdit.h \
|
|
|
|
$$PWD/CUIPushButton.h \
|
|
|
|
$$PWD/CUIRadioButton.h \
|
|
|
|
$$PWD/CUITabWidget.h \
|
|
|
|
$$PWD/CUIWidget.h \
|
|
|
|
$$PWD/CUISigsCenter.h \
|
|
|
|
$$PWD/CUIPropertyAPI.h \
|
|
|
|
$$PWD/CUIConfig.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/CUIComponentBase.cpp \
|
|
|
|
$$PWD/CUIComponentBaseContainerWidget.cpp \
|
|
|
|
$$PWD/CUIComponentBaseWidget.cpp \
|
|
|
|
$$PWD/CUIRadioComponent.cpp \
|
|
|
|
$$PWD/CUIMultiTableWidget.cpp \
|
|
|
|
$$PWD/CUI.cpp \
|
|
|
|
$$PWD/CUIButtonBox.cpp \
|
|
|
|
$$PWD/CUICheckBox.cpp \
|
|
|
|
$$PWD/CUIComboBox.cpp \
|
|
|
|
$$PWD/CUIGroupBox.cpp \
|
|
|
|
$$PWD/CUILineEdit.cpp \
|
|
|
|
$$PWD/CUIPushButton.cpp \
|
|
|
|
$$PWD/CUIRadioButton.cpp \
|
|
|
|
$$PWD/CUITabWidget.cpp \
|
|
|
|
$$PWD/CUIWidget.cpp \
|
|
|
|
$$PWD/CUIConfig.cpp \
|
|
|
|
$$PWD/CUISigsCenter.cpp
|