mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-02 07:15:27 +08:00
qt 6.5.1 original
This commit is contained in:
24
tests/manual/wasm/a11y/basic_widgets/basic_widgets.html
Normal file
24
tests/manual/wasm/a11y/basic_widgets/basic_widgets.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!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>
|
Reference in New Issue
Block a user