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 \
|
|
|
|
CUI.h \
|
|
|
|
CUIButtonBox.h \
|
|
|
|
CUICheckBox.h \
|
|
|
|
CUIComboBox.h \
|
|
|
|
CUIGroupBox.h \
|
|
|
|
CUILineEdit.h \
|
|
|
|
CUIPushButton.h \
|
|
|
|
CUIRadioButton.h \
|
|
|
|
CUITabWidget.h \
|
|
|
|
CUIWidget.h \
|
|
|
|
CUISigsCenter.h \
|
|
|
|
CUIPropertyAPI.h \
|
|
|
|
CUIConfig.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/CUIComponentBase.cpp \
|
|
|
|
$$PWD/CUIComponentBaseContainerWidget.cpp \
|
|
|
|
$$PWD/CUIComponentBaseWidget.cpp \
|
|
|
|
CUI.cpp \
|
|
|
|
CUIButtonBox.cpp \
|
|
|
|
CUICheckBox.cpp \
|
|
|
|
CUIComboBox.cpp \
|
|
|
|
CUIGroupBox.cpp \
|
|
|
|
CUILineEdit.cpp \
|
|
|
|
CUIPushButton.cpp \
|
|
|
|
CUIRadioButton.cpp \
|
|
|
|
CUITabWidget.cpp \
|
|
|
|
CUIWidget.cpp \
|
|
|
|
CUIConfig.cpp \
|
|
|
|
CUISigsCenter.cpp
|