Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33095772
Main.qml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
634 B
Referenced Files
None
Subscribers
None
Main.qml
View Options
import
QtQuick
import
QtQuick
.
Controls
import
QtQuick
.
Layouts
import
org
.
kde
.
kirigami
as
Kirigami
import
land
.
lilyis
.
tusooa
.
lagerqtdemo
.
multithreading
Kirigami
.
ApplicationWindow
{
id: root
property
DemoApp
app:
DemoApp
{}
pageStack.initialPage:
Kirigami
.
ScrollablePage
{
ColumnLayout
{
Label
{
text:
`
f
(
$
{
app
.
n
})
=
$
{
app
.
fn
}
`
Layout.fillWidth:
true
}
TextField
{
id: numInput
Layout.fillWidth:
true
text:
`
$
{
app
.
n
}
`
}
Button
{
text:
'Set n'
Layout.fillWidth:
true
onClicked:
app
.
set
(
parseInt
(
numInput
.
text
))
}
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 9:39 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
972878
Default Alt Text
Main.qml (634 B)
Attached To
Mode
R29 lager-qt-demo
Attached
Detach File
Event Timeline
Log In to Comment