lumina-qml/src/qml/presenter
Chris Cochrun 0caadfc5c8 slide_obj.rs working
This commit finally has a working basic slide_obj implemented in Rust!
There are likely still some things that need to be tweaked and
massaged in order for things to translate back and forth from QML to
Rust.

The key was to make the old SlideObject written in C++ to act as a
bridge between QML and Rust. QML can't seem to understand CXX-QT's
QMap_QString_QVariant type as a QVariantMap and thus didn't translate
the Javascript object properly. Having the call first go into a C++
class translated it and then was trivial to pass into Rust.
2023-03-24 11:31:18 -05:00
..
Actions.qml switching to newer qt quick window 2023-03-03 16:56:13 -06:00
DragHandle.qml switching all layouts to newer layouts 2023-03-03 16:47:49 -06:00
Header.qml switching to newer qt quick window 2023-03-03 16:56:13 -06:00
ImageEditor.qml add proper fileDialog 2023-03-12 06:32:25 -05:00
LeftDock.qml switching to newer qt quick window 2023-03-03 16:56:13 -06:00
Library.qml add more image formats 2023-03-12 06:35:54 -05:00
LibraryItem.qml select on right click: 2023-03-05 07:11:36 -06:00
MainWindow.qml slide_obj.rs working 2023-03-24 11:31:18 -05:00
PanelItem.qml switching all layouts to newer layouts 2023-03-03 16:47:49 -06:00
Presentation.qml slide_obj.rs working 2023-03-24 11:31:18 -05:00
PresentationEditor.qml making labels selectable 2023-03-06 11:08:18 -06:00
PresentationWindow.qml attempt use slide_obj in qml 2023-03-23 19:09:32 -05:00
PreviewSlide.qml switching all layouts to newer layouts 2023-03-03 16:47:49 -06:00
PreviewSlideListDelegate.qml working highlightBar 2023-03-12 06:30:47 -05:00
qmldir more basic ui 2022-02-08 15:03:41 -06:00
ServiceList.qml refocus the presentation item 2023-03-20 11:38:07 -05:00
Settings.qml switching all layouts to newer layouts 2023-03-03 16:47:49 -06:00
Slide.qml add looping for slides 2023-03-06 15:06:18 -06:00
SlideEditor.qml switching to newer qt quick window 2023-03-03 16:56:13 -06:00
SongEditor.qml add labels to SongEditor.qml 2023-03-14 14:40:43 -05:00
VideoEditor.qml making labels selectable 2023-03-06 11:08:18 -06:00