ritual icon indicating copy to clipboard operation
ritual copied to clipboard

Use C++ libraries from Rust

Results 41 ritual issues
Sort by recently updated
recently updated
newest added

Would be nice to get this at some point! https://doc.qt.io/qt-5/qtwebengine-index.html

``` DEBUG [ritual::database] source: qt_gui#8726 TRACE [ritual::database] rust item data: Function(RustFunction { is_public: true, is_unsafe: false, path: RustPath { parts: ["qt_gui", "QRegularExpressionValidator", "regular_expression_changed"] }, kind: SignalOrSlotGetter(RustSignalOrSlotGetter), arguments: [RustFunctionArgument { argument_type:...

I try to make a `QWizard`. In order to have steps block when certain values aren't entered, I have to call the protected member [`QWizardPage::registerField`](https://doc.qt.io/qt-5/qwizardpage.html#registerField). The current API doesn't seem...

https://rust-qt.github.io/rustdoc/qt/qt_charts from https://crates.io/crates/qt_charts

I was wondering if there were any plans to support Qt 6, if so any idea when we can expect the crate to support it?

Hello, How feasible would it be to implement [QML_ELEMENT](https://www.qt.io/blog/qml-type-registration-in-qt-5.15) macro ? It really eases the use of Rust declared items in QML.

Hi, I am trying to build the sample from the docs, the clipper library I got something working, I can't get past this error. thanks for the help `INFO [ritual::processor]...

Unfortunately it looks like no way overcoming the connection type change, as the pointer data required for the manual call of `QObject::connect_5a()` is private and cannot be retrieved.

currently, using, say CppBox as a HashMap key is not possible. Plus, the ergonomics of compare_q_string leave a lot to be desired. Could this be simply wrapped?

Will vulkan api be supported in the future?