some tests and ideas for Rust
This commit is contained in:
parent
f888c897b1
commit
50c17705f6
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ FocusScope {
|
|||
text: "Solo"
|
||||
icon.name: "viewimage"
|
||||
hoverEnabled: true
|
||||
onClicked: serviceThing.slapVariantAround(imagesqlmodel.getImage(1).title);
|
||||
onClicked: serviceThing.slapVariantAround(ServiceItemModel.getItems());
|
||||
}
|
||||
Controls.ToolButton {
|
||||
text: "Grid"
|
||||
|
|
|
@ -7,8 +7,6 @@ mod file_helper {
|
|||
type QString = cxx_qt_lib::QString;
|
||||
include!("cxx-qt-lib/qurl.h");
|
||||
type QUrl = cxx_qt_lib::QUrl;
|
||||
include!("cxx-qt-lib/qdate.h");
|
||||
type QDate = cxx_qt_lib::QDate;
|
||||
include!("cxx-qt-lib/qvariant.h");
|
||||
type QVariant = cxx_qt_lib::QVariant;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue