This website requires JavaScript.
Explore
Help
Sign In
whytofly
/
qt6-bb10
Watch
1
Star
0
Fork
You've already forked qt6-bb10
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bb10
qt6-bb10
/
qtdeclarative
/
tests
/
auto
/
quick
/
qquickwindowcontainer
/
data
/
deferredVisibilityWithoutWi...
12 lines
162 B
QML
Raw
Permalink
Blame
History
import
QtQuick
Window
{
id: topLevel
visible:
true
Window
{
parent:
topLevel
objectName:
"childWindow"
visible:
true
}
}
Reference in New Issue
View Git Blame
Copy Permalink