Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ui0MySliderDemo.pro 486 Bytes
Copy Edit Raw Blame History
null_zs authored 2023-03-18 17:20 . init
CONFIG += plugin debug_and_release
TARGET = $$qtLibraryTarget(mysliderplugin)
TEMPLATE = lib
HEADERS = MySliderPlugin.h
SOURCES = MySliderPlugin.cpp
RESOURCES = icons.qrc
LIBS += -L.
greaterThan(QT_MAJOR_VERSION, 4) {
QT += designer
} else {
CONFIG += designer
}
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
include(myslider.pri)
contains( CONFIG, "msvc" ) {
QMAKE_CXXFLAGS += /utf-8
QMAKE_CFLAGS += /utf-8
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化