qt6windows7/tests/manual/wasm/a11y/basic_widgets/basic_widgets.html

25 lines
448 B
HTML
Raw Normal View History

2023-10-30 06:33:08 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="a11y_basic_widgets.js" async></script>
<script>
window.onload = async () => {
let qt_instance = await createQtAppInstance({
qtContainerElements: [document.getElementById("qt_container")],
});
}
</script>
</head>
<body>
<h1>Qt Accessibility Tester</H1>
<div id="qt_container" style="width:640px; height:640px"></div>
</body>
</html>