// clang-format off // SPDX-FileCopyrightText: 2024 Klarälvdalens Datakonsult AB, a KDAB Group company // clang-format on // SPDX-FileContributor: Laurent Montel // // SPDX-License-Identifier: MIT OR Apache-2.0 #pragma once #include #include #include #include "rust/cxx.h" namespace rust { namespace cxxqtlib1 { ::std::unique_ptr qapplicationNew(const QVector& args); void qapplicationSetFont(QApplication& app, const QFont& font); QFont qapplicationFont(const QApplication& app); } }