qtbridge-interfaces 0.1.4

Qt Bridge: Proxies and interfaces between Rust and Qt
1
2
3
4
5
6
7
8
9
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only

pub mod proxy_cpp_bridge;
pub mod proxy_rust;
pub mod proxy_rust_bridge;
pub use proxy_cpp_bridge::ffi::QAbstractItemModelProxyCpp;
pub use proxy_rust::{QAbstractItemModelProxyRust, QAbstractItemModelAdapter};
pub use proxy_rust::{QAbstractItemModel, QAbstractItemModelBase};