generated from OBJNULL/Dockerized-Rust
Created CalcResult Structure
This commit is contained in:
parent
c3fd6dea17
commit
1bdeaa8cd7
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
import { DatePickerPopup, Button, VerticalBox, HorizontalBox, ComboBox } from "std-widgets.slint";
|
||||
import { Calculation } from "calculation.slint";
|
||||
|
||||
export struct CalcResult {
|
||||
message: string,
|
||||
start: int,
|
||||
end: int,
|
||||
}
|
||||
|
||||
export component Prorater inherits Window {
|
||||
title: "Auto Spa Express - Prorater";
|
||||
width: 1024px;
|
||||
|
|
Loading…
Reference in a new issue