Alexander Kiselev
Alexander Kiselev
Adapts the `Table` Visualization settings to `ObjectDetail` Visualization.
See the [project doc](https://www.notion.so/metabase/Clean-up-and-add-view-details-action-to-drill-through-menus-on-unaggregated-rows-63cd958ec5884127a991b7af1d9435b3) **To Reproduce** 1. Browse Data > Sample Database > Review 2. All cell filter popovers should include a `View Details` option  4. Categories and short...
I'm trying to bind [QT Advanced Docking System](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/) but i'm getting the following error: ``` Qt-Advanced-Docking-System/src/ads_globals.cpp:45:10: fatal error: qpa/qplatformnativeinterface.h: No such file or directory 45 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```...
When combining async Rust channels and QT objects, it's really easy to end up in a situation where a message is received on the channel after the `QObject` has already...
This PR is a WIP to add support for registering classes implemented in C++ with a QML module so that they can be included in Cargo-only builds. Instead of just...
I made serde a default feature of `cxx-qt-lib-extras` to make sure tests run in CI, can update before merge `QJSEngine` is the entry point for manipulating the Javascript engine including...