Files
Qt_keyboard/APP/APP_UIWindow_Private.h

13 lines
309 B
C
Raw Permalink Normal View History

2026-04-03 09:26:10 +08:00
#pragma once
#include "LOGIC/Lgc_Func_Button.h"
#include <QtCore/QString>
namespace APP {
int App_Func_GetFeatureStackIndex(Lgc_FunctionFeature_Type Type);
bool App_Func_IsKeyRecordFeatureType(Lgc_FunctionFeature_Type Type);
QString App_Func_GetWebsiteEditText(const QString& UrlText);
} // namespace APP