mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Rename sixtyfps-node
This doesn't touch the documentation, just the package/API side
This commit is contained in:
parent
476c7f5654
commit
809fbfc7a6
148 changed files with 211 additions and 211 deletions
|
|
@ -3,12 +3,12 @@
|
|||
// SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)
|
||||
|
||||
// import "sixtyfps";
|
||||
let sixtyfps = require("sixtyfps");
|
||||
let slint = require("slint");
|
||||
// import * as demo from "../ui/todo.60";
|
||||
let demo = require("../ui/todo.60");
|
||||
let app = new demo.MainWindow();
|
||||
|
||||
let model = new sixtyfps.ArrayModel([
|
||||
let model = new slint.ArrayModel([
|
||||
{
|
||||
title: "Implement the .60 file",
|
||||
checked: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue