Change license for examples to MIT (#2887)
|
@ -1,5 +1,5 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[package]
|
||||
name = "_7guis"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
use chrono::NaiveDate;
|
||||
use slint::SharedString;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { LineEdit, Button, ComboBox, GridBox } from "std-widgets.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
use slint::{Model, ModelRc, SharedString};
|
||||
use std::cell::RefCell;
|
||||
use std::collections::{HashMap, HashSet};
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { LineEdit, ScrollView} from "std-widgets.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
use slint::Model;
|
||||
use slint::VecModel;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { LineEdit, Button, Slider, StandardListView, VerticalBox } from "std-widgets.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Button, LineEdit, HorizontalBox } from "std-widgets.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
use slint::{Model, ModelExt, SharedString, StandardListViewItem, VecModel};
|
||||
use std::cell::RefCell;
|
||||
use std::rc::Rc;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { LineEdit, Button, Slider, StandardListView, GridBox, HorizontalBox } from "std-widgets.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { LineEdit, HorizontalBox } from "std-widgets.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
use slint::{Timer, TimerMode};
|
||||
|
||||
slint::slint!(import { MainWindow } from "timer.slint";);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { LineEdit, Button, Slider, HorizontalBox, VerticalBox } from "std-widgets.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(SlintExamples LANGUAGES CXX)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
OUTPUT=$(slint-viewer - --save-data - << EOF
|
||||
import { StandardButton, GridBox, LineEdit } from "std-widgets.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { TabWidget, StandardButton, GridBox, VerticalBox, ListView } from "std-widgets.slint";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if command lsb_release 2>/dev/null >/dev/null; then
|
||||
os_name=`lsb_release -ds | tr -d '"\\\\'`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
os_name=`sw_vers -productName`
|
||||
os_version=`sw_vers -productVersion`
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(slint_cpp_carousel LANGUAGES CXX)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "carousel_demo.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env node
|
||||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
const path = require("path");
|
||||
let slint = require("slint-ui");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[package]
|
||||
name = "carousel"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#[cfg(not(feature = "mcu-board-support"))]
|
||||
fn main() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<!-- Copyright © SixtyFPS GmbH <info@slint-ui.com> -->
|
||||
<!-- SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
<!-- SPDX-License-Identifier: MIT -->
|
||||
|
||||
<html>
|
||||
<!--
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#![cfg_attr(feature = "mcu-board-support", no_std)]
|
||||
#![cfg_attr(all(feature = "mcu-board-support", not(feature = "simulator")), no_main)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "theme.slint";
|
||||
import { TitleLabel } from "title_label.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Carousel } from "carousel.slint";
|
||||
import { Card } from "card.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import "fonts/Roboto-Regular.ttf";
|
||||
import "fonts/Roboto-Bold.ttf";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "theme.slint";
|
||||
import { Label } from "label.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[package]
|
||||
name = "energy-monitor"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#[cfg(not(feature = "mcu-board-support"))]
|
||||
fn main() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<!-- Copyright © SixtyFPS GmbH <info@slint-ui.com> -->
|
||||
<!-- SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
<!-- SPDX-License-Identifier: MIT -->
|
||||
|
||||
<html>
|
||||
<!--
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
use crate::ui::*;
|
||||
use chrono::prelude::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
use crate::ui::*;
|
||||
use chrono::prelude::*;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#![cfg_attr(feature = "mcu-board-support", no_std)]
|
||||
#![cfg_attr(all(feature = "mcu-board-support", not(feature = "simulator")), no_main)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- SPDX-FileCopyrightText: Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
SPDX-License-Identifier: MIT -->
|
||||
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path transform="rotate(180 12 12)" d="M12 20L10.575 18.6L16.175 13H4V11H16.175L10.575 5.4L12 4L20 12L12 20Z" fill="white"/>
|
||||
|
|
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 338 B |
|
@ -1,5 +1,5 @@
|
|||
<!-- SPDX-FileCopyrightText: Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
SPDX-License-Identifier: MIT -->
|
||||
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 20L10.575 18.6L16.175 13H4V11H16.175L10.575 5.4L12 4L20 12L12 20Z" fill="white"/>
|
||||
|
|
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 308 B |
|
@ -1,5 +1,5 @@
|
|||
<!-- SPDX-FileCopyrightText: Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
SPDX-License-Identifier: MIT -->
|
||||
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9.55001 18L3.85001 12.3L5.27501 10.875L9.55001 15.15L18.725 5.97501L20.15 7.40001L9.55001 18Z" fill="#DEFB3A"/>
|
||||
|
|
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 335 B |
|
@ -1,5 +1,5 @@
|
|||
<!-- SPDX-FileCopyrightText: Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
SPDX-License-Identifier: MIT -->
|
||||
|
||||
<svg width="59" height="43" viewBox="0 0 59 43" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.3469 43C10.3692 43 6.98358 41.6003 4.19015 38.8009C1.39672 36.0016 0 32.6088 0 28.6226C0 25.0385 1.11727 21.959 3.3518 19.3843C5.58633 16.8086 8.37976 15.1848 11.7321 14.5129C12.6268 10.3471 14.739 6.88662 18.0688 4.13133C21.3986 1.37711 25.2315 0 29.5676 0C34.6181 0 38.9091 1.83615 42.4405 5.50844C45.971 9.1818 47.7362 13.5943 47.7362 18.7458V19.8197C51.0885 19.91 53.8041 21.0861 55.8831 23.348C57.961 25.6098 59 28.2861 59 31.3768C59 34.5567 57.8602 37.2889 55.5806 39.5733C53.301 41.8578 50.5746 43 47.4015 43H14.3469ZM14.3469 38.4994H47.4015C49.3678 38.4994 51.044 37.8049 52.43 36.416C53.8159 35.0271 54.5089 33.3473 54.5089 31.3768C54.5089 29.4063 53.8159 27.7266 52.43 26.3376C51.044 24.9487 49.3678 24.2542 47.4015 24.2542H43.2451V18.7458C43.2451 14.8488 41.9262 11.5006 39.2883 8.70127C36.6515 5.90082 33.4112 4.5006 29.5676 4.5006C26.5274 4.5006 23.7672 5.40792 21.2871 7.22257C18.8058 9.03614 17.1184 11.4211 16.2248 14.3774C19.7562 14.9149 22.695 16.4269 25.0411 18.9135C27.3883 21.3989 28.5619 24.5009 28.5619 28.2195H24.0692C24.0692 25.4867 23.108 23.2243 21.1857 21.4323C19.2644 19.6413 16.9403 18.7458 14.2134 18.7458C11.4864 18.7458 9.18432 19.7085 7.30701 21.6338C5.42971 23.5603 4.49105 25.8899 4.49105 28.6226C4.49105 31.3542 5.45224 33.6833 7.3746 35.6097C9.29696 37.5362 11.6211 38.4994 14.3469 38.4994Z" fill="#DEFB3A"/>
|
||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -1,5 +1,5 @@
|
|||
<!-- SPDX-FileCopyrightText: Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
SPDX-License-Identifier: MIT -->
|
||||
|
||||
<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10.1748 3.82521V0.000213623H11.8248V3.82521H10.1748ZM16.65 6.52521L15.4746 5.32521L18.1998 2.62521L19.35 3.80001L16.65 6.52521ZM18.1746 11.825V10.175H21.9996V11.825H18.1746ZM18.1998 19.3502L15.4998 16.6502L16.6746 15.4748L19.3998 18.1748L18.1998 19.3502ZM5.3496 6.52521L2.6496 3.80001L3.825 2.62521L6.525 5.34981L5.3496 6.52521ZM4.9998 18.3248H9.4998C10.0166 18.3248 10.45 18.1498 10.8 17.7998C11.15 17.4498 11.325 17.0166 11.325 16.5002C11.325 16.0002 11.1542 15.5668 10.8126 15.2C10.4706 14.8332 10.0414 14.6498 9.525 14.6498H8.3748L7.8996 13.5752C7.6496 12.9916 7.2622 12.529 6.7374 12.1874C6.2122 11.8458 5.633 11.675 4.9998 11.675C4.0666 11.675 3.279 11.9958 2.637 12.6374C1.9954 13.279 1.6746 14.0666 1.6746 15.0002C1.6746 15.9166 1.9954 16.6998 2.637 17.3498C3.279 17.9998 4.0666 18.3248 4.9998 18.3248ZM4.9998 20C3.6166 20 2.4374 19.5124 1.4622 18.5372C0.4874 17.5624 0 16.3834 0 15.0002C0 13.6166 0.4874 12.4374 1.4622 11.4626C2.4374 10.4874 3.6166 9.99981 4.9998 9.99981C5.9666 9.99981 6.8542 10.2708 7.6626 10.8128C8.4706 11.3544 9.0664 12.0752 9.45 12.9752C10.45 12.9752 11.2874 13.3376 11.9622 14.0624C12.6374 14.7876 12.975 15.6584 12.975 16.6748C12.9082 17.6084 12.5456 18.396 11.8872 19.0376C11.2288 19.6792 10.433 20 9.4998 20H4.9998ZM12.975 16.6748C12.9082 16.3916 12.8456 16.1166 12.7872 15.8498C12.7288 15.5834 12.6664 15.3084 12.6 15.0248C13.4332 14.6916 14.0956 14.1624 14.5872 13.4372C15.0788 12.7124 15.3246 11.9 15.3246 11C15.3246 9.80001 14.9038 8.77921 14.0622 7.93761C13.2206 7.09601 12.1998 6.67521 10.9998 6.67521C9.9166 6.67521 8.9708 7.02101 8.1624 7.71261C7.354 8.40421 6.8748 9.27501 6.7248 10.325C6.4416 10.275 6.1542 10.225 5.8626 10.175C5.5706 10.125 5.283 10.0666 4.9998 9.99981C5.233 8.53341 5.9204 7.33341 7.062 6.39981C8.204 5.46661 9.5166 5.00001 10.9998 5.00001C12.6666 5.00001 14.0832 5.58341 15.2496 6.75021C16.4164 7.91661 16.9998 9.33321 16.9998 11C16.9998 12.3 16.629 13.4624 15.8874 14.4872C15.1458 15.5124 14.175 16.2416 12.975 16.6748Z" fill="#DEFB3A"/>
|
||||
|
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -1,5 +1,5 @@
|
|||
<!-- SPDX-FileCopyrightText: Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
SPDX-License-Identifier: MIT -->
|
||||
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9 15H11V9H9V15ZM10 7C10.2833 7 10.521 6.904 10.713 6.712C10.9043 6.52067 11 6.28333 11 6C11 5.71667 10.9043 5.479 10.713 5.287C10.521 5.09567 10.2833 5 10 5C9.71667 5 9.47933 5.09567 9.288 5.287C9.096 5.479 9 5.71667 9 6C9 6.28333 9.096 6.52067 9.288 6.712C9.47933 6.904 9.71667 7 10 7ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6873 3.825 17.975 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.262667 12.6833 0 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31267 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.31233 6.1 0.787C7.31667 0.262333 8.61667 0 10 0C11.3833 0 12.6833 0.262333 13.9 0.787C15.1167 1.31233 16.175 2.025 17.075 2.925C17.975 3.825 18.6873 4.88333 19.212 6.1C19.7373 7.31667 20 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6873 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6873 13.9 19.212C12.6833 19.7373 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z" fill="#896FFF"/>
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -1,5 +1,5 @@
|
|||
<!-- SPDX-FileCopyrightText: Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
SPDX-License-Identifier: MIT -->
|
||||
|
||||
<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8.25 20L7.85 16.8C7.63333 16.7167 7.42933 16.6167 7.238 16.5C7.046 16.3833 6.85833 16.2583 6.675 16.125L3.7 17.375L0.950001 12.625L3.525 10.675C3.50833 10.5583 3.5 10.4457 3.5 10.337V9.662C3.5 9.554 3.50833 9.44167 3.525 9.325L0.950001 7.375L3.7 2.625L6.675 3.875C6.85833 3.74167 7.05 3.61667 7.25 3.5C7.45 3.38333 7.65 3.28333 7.85 3.2L8.25 0H13.75L14.15 3.2C14.3667 3.28333 14.571 3.38333 14.763 3.5C14.9543 3.61667 15.1417 3.74167 15.325 3.875L18.3 2.625L21.05 7.375L18.475 9.325C18.4917 9.44167 18.5 9.554 18.5 9.662V10.337C18.5 10.4457 18.4833 10.5583 18.45 10.675L21.025 12.625L18.275 17.375L15.325 16.125C15.1417 16.2583 14.95 16.3833 14.75 16.5C14.55 16.6167 14.35 16.7167 14.15 16.8L13.75 20H8.25ZM11.05 13.5C12.0167 13.5 12.8417 13.1583 13.525 12.475C14.2083 11.7917 14.55 10.9667 14.55 10C14.55 9.03333 14.2083 8.20833 13.525 7.525C12.8417 6.84167 12.0167 6.5 11.05 6.5C10.0667 6.5 9.23733 6.84167 8.562 7.525C7.88733 8.20833 7.55 9.03333 7.55 10C7.55 10.9667 7.88733 11.7917 8.562 12.475C9.23733 13.1583 10.0667 13.5 11.05 13.5ZM11.05 11.5C10.6333 11.5 10.2793 11.354 9.988 11.062C9.696 10.7707 9.55 10.4167 9.55 10C9.55 9.58333 9.696 9.22933 9.988 8.938C10.2793 8.646 10.6333 8.5 11.05 8.5C11.4667 8.5 11.821 8.646 12.113 8.938C12.4043 9.22933 12.55 9.58333 12.55 10C12.55 10.4167 12.4043 10.7707 12.113 11.062C11.821 11.354 11.4667 11.5 11.05 11.5ZM10 18H11.975L12.325 15.35C12.8417 15.2167 13.321 15.0207 13.763 14.762C14.2043 14.504 14.6083 14.1917 14.975 13.825L17.45 14.85L18.425 13.15L16.275 11.525C16.3583 11.2917 16.4167 11.0457 16.45 10.787C16.4833 10.529 16.5 10.2667 16.5 10C16.5 9.73333 16.4833 9.47067 16.45 9.212C16.4167 8.954 16.3583 8.70833 16.275 8.475L18.425 6.85L17.45 5.15L14.975 6.2C14.6083 5.81667 14.2043 5.49567 13.763 5.237C13.321 4.979 12.8417 4.78333 12.325 4.65L12 2H10.025L9.675 4.65C9.15833 4.78333 8.67933 4.979 8.238 5.237C7.796 5.49567 7.39167 5.80833 7.025 6.175L4.55 5.15L3.575 6.85L5.725 8.45C5.64167 8.7 5.58333 8.95 5.55 9.2C5.51667 9.45 5.5 9.71667 5.5 10C5.5 10.2667 5.51667 10.525 5.55 10.775C5.58333 11.025 5.64167 11.275 5.725 11.525L3.575 13.15L4.55 14.85L7.025 13.8C7.39167 14.1833 7.796 14.504 8.238 14.762C8.67933 15.0207 9.15833 15.2167 9.675 15.35L10 18Z" fill="#896FFF"/>
|
||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,5 +1,5 @@
|
|||
<!-- SPDX-FileCopyrightText: Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
SPDX-License-Identifier: MIT -->
|
||||
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.2499 5.1999V1.5249H12.7499V5.1999H11.2499ZM17.3249 7.7249L16.2999 6.6999L18.8749 4.0499L19.9249 5.1249L17.3249 7.7249ZM18.7999 12.7499V11.2499H22.4749V12.7499H18.7999ZM11.2499 22.4749V18.7999H12.7499V22.4749H11.2499ZM6.6999 7.6999L4.0499 5.1249L5.1249 4.0749L7.7499 6.6749L6.6999 7.6999ZM18.8499 19.9499L16.2999 17.2999L17.2999 16.2999L19.9249 18.8499L18.8499 19.9499ZM1.5249 12.7499V11.2499H5.1999V12.7499H1.5249ZM5.1249 19.9499L4.0749 18.8749L6.6499 16.2999L7.1999 16.7999L7.7499 17.3249L5.1249 19.9499ZM11.9999 17.4999C10.4666 17.4999 9.16657 16.9666 8.0999 15.8999C7.03324 14.8332 6.4999 13.5332 6.4999 11.9999C6.4999 10.4666 7.03324 9.16657 8.0999 8.0999C9.16657 7.03324 10.4666 6.4999 11.9999 6.4999C13.5332 6.4999 14.8332 7.03324 15.8999 8.0999C16.9666 9.16657 17.4999 10.4666 17.4999 11.9999C17.4999 13.5332 16.9666 14.8332 15.8999 15.8999C14.8332 16.9666 13.5332 17.4999 11.9999 17.4999ZM11.9999 15.9999C13.0999 15.9999 14.0416 15.6082 14.8249 14.8249C15.6082 14.0416 15.9999 13.0999 15.9999 11.9999C15.9999 10.8999 15.6082 9.95824 14.8249 9.1749C14.0416 8.39157 13.0999 7.9999 11.9999 7.9999C10.8999 7.9999 9.95824 8.39157 9.1749 9.1749C8.39157 9.95824 7.9999 10.8999 7.9999 11.9999C7.9999 13.0999 8.39157 14.0416 9.1749 14.8249C9.95824 15.6082 10.8999 15.9999 11.9999 15.9999Z" fill="#DEFB3A"/>
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
import { TabWidget, BarTileModel } from "widgets/widgets.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Header, HeaderAdapter } from "header.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { Images } from "../images.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { SettingsAdapter } from "../pages/menu_page/settings.slint";
|
||||
import { Theme } from "../theme.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "theme.slint";
|
||||
import { SmallMain } from "small_main.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
export global Images {
|
||||
in property <image> arrow-left: @image-url("assets/arrow-left.svg");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "theme.slint";
|
||||
import { SmallMain } from "small_main.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Header, HeaderAdapter } from "blocks/blocks.slint";
|
||||
import { Images } from "images.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { Images } from "../images.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Page } from "page.slint";
|
||||
import { GroupBox, BalanceChart } from "../widgets/widgets.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Page } from "page.slint";
|
||||
import { OverviewAdapter } from "overview.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../../theme.slint";
|
||||
import { Images } from "../../images.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { MenuOverviewAdapter } from "menu_overview.slint";
|
||||
import { Settings, SettingsAdapter } from "settings.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../../theme.slint";
|
||||
import { Images } from "../../images.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Page } from "page.slint";
|
||||
import { GroupBox, ValueDisplay, Value } from "../widgets/widgets.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Balance, BalanceAdapter } from "balance.slint";
|
||||
import { Overview, OverviewAdapter } from "overview.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Page } from "page.slint";
|
||||
import { GroupBox, Value , ValueDisplay, BarChart } from "../widgets/widgets.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Page } from "page.slint";
|
||||
import { GroupBox, Tile, BarTiles, BarTileModel } from "../widgets/widgets.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "theme.slint";
|
||||
import { Navigation, MenuButton, Menu, Value } from "widgets/widgets.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
export struct Palette {
|
||||
// primary
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { ChartAxis, AxisLabel, AxisValue } from "chart_axis.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { BarBackground } from "bar_chart.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { Images } from "../images.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { StateLayer } from "../components/state_layer.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { StateLayer } from "../components/state_layer.slint";
|
||||
import { ScrollView } from "scroll_view.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { StateLayer } from "../components/state_layer.slint";
|
||||
import { ScrollView } from "scroll_view.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { MenuButton } from "menu_button.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { StateLayer } from "../components/state_layer.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Pagination } from "pagination.slint";
|
||||
import { FloatButton } from "float_button.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { FloatButton } from "float_button.slint";
|
||||
import { Images } from "../images.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { StateLayer } from "../components/state_layer.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
import { BarBackground } from "bar_chart.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Theme } from "../theme.slint";
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { BalanceChart } from "balance_chart.slint";
|
||||
import { BarChart } from "bar_chart.slint";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
global Palette {
|
||||
out property <color> window-background: #eee;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(slint_cpp_gallery LANGUAGES CXX)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[package]
|
||||
name = "gallery"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
fn main() {
|
||||
slint_build::compile("gallery.slint").unwrap();
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { CheckBox, StandardListView, StyleMetrics } from "std-widgets.slint";
|
||||
import { AboutPage, ControlsPage, ListViewPage, TableViewPage, TableViewPageAdapter, TextEditPage } from "ui/pages/pages.slint";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<!-- Copyright © SixtyFPS GmbH <info@slint-ui.com> -->
|
||||
<!-- SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial -->
|
||||
<!-- SPDX-License-Identifier: MIT -->
|
||||
|
||||
<html>
|
||||
<!--
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "gallery.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
export global GallerySettings {
|
||||
in property<bool> widgets-enabled: true;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { AboutSlint } from "std-widgets.slint";
|
||||
import { GallerySettings } from "../gallery_settings.slint";
|
||||
|
|