QT 全域性變數使用方法

shiyue41發表於2020-10-10

XXX.h
外部定義

static float val;

XXX.cpp
外部宣告

float XXX::val=0.0;

相關文章