cxx-qt-lib 0.9.1

Qt types for integrating `cxx-qt` crate with `cxx`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-FileCopyrightText: 2023 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
// SPDX-FileContributor: Andrew Hayzen <andrew.hayzen@kdab.com>
//
// SPDX-License-Identifier: MIT OR Apache-2.0

mod qqmlapplicationengine;
pub use qqmlapplicationengine::QQmlApplicationEngine;

mod qqmlengine;
pub use qqmlengine::QQmlEngine;

#[cfg(cxxqt_qt_version_major = "6")]
mod qqmlimageproviderbase;
#[cfg(cxxqt_qt_version_major = "6")]
pub use qqmlimageproviderbase::QQmlImageProviderBase;
#[cfg(cxxqt_qt_version_major = "6")]
pub use qqmlimageproviderbase::QQmlImageProviderBaseImageType;