aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm
Commit message (Collapse)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-2711-11/+11
| | | | | | | | | | | | | | According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I26d72e8de04d4c7c57b3b7838af5d033265de5ba Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Fix manual test builds following addition of wasm/ subdirEdward Welbourne2023-10-242-0/+2
| | | | | | | | | Amends commit 4f88841b29ab5f72c13050f78bb34aeffb1f6079 to add the missing intermediate CMakeLists.txt files to link up the top-level tests/manual/ one to its wasm/a11y/qml_basic_item/ sub-dir. Change-Id: Icd60f947079ba3784493392b9687e10ccd5f9d02 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Create an accessible element for the dialog boxSharad Sahu2023-09-241-24/+28
| | | | | Change-Id: Idced1409b7f069f044833e96ea5c31fab0807c63 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Create a menuItem element for accessibility for top MenuSharad Sahu2023-09-207-13/+36
| | | | | Change-Id: I2361f04af2a98642905196efec23f104897fa40e Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Make the Tab and Dialogbox UI more visually appealingSharad Sahu2023-08-296-48/+52
| | | | | Change-Id: I1061ba3fc3f4b795e7c97c8fa462f3c7fd0e4867 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Add Html file to load the QML wasm applicationShreya Pattani2023-08-112-0/+32
| | | | | | | | An Html file is added which will load the QML app, similar to the widget app implementation Change-Id: Ib867d8575d04c667299dd2854359a90cd0029b3e Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Fix html tags being read by the narratorShreya Pattani2023-08-081-4/+5
| | | | | | | | | | Parsing the text as plain text to the narrator by using TextEdit and getText function Change-Id: I0331237eb9b3d7fd74de2f390b17ed13303d215c Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io> Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
* Add meeting summary in flickableShreya Pattani2023-08-081-8/+33
| | | | | | | Added flickable for the meeting summary to be scrollable Change-Id: Icf5ea4d3d125042f956fa610c361dfdde28ddc71 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Fix textarea text going out of boundsShreya Pattani2023-08-082-19/+25
| | | | | | | | Implemented scrollview, so the text area text stays inside a box and the out of bound issue is resolved Change-Id: I05d31904b96cf5e4df9f3c7cfbacb80258ead9a8 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Examples: Add Toolbar and integrate it with summary page in the QML wasm exampleSharad Sahu2023-08-027-37/+80
| | | | | Change-Id: I555ffe28f7bc8626d84a258c6063e9ccb59852d5 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Examples: Add About Dialogbox and menu actions to the QML wasm exampleSharad Sahu2023-08-027-18/+118
| | | | | Change-Id: I3007a702eca09d29f5f97a1b00ae623f4a0b481f Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Add meeting schedule data in the summary tabShreya Pattani2023-07-214-45/+95
| | | | | | | | meeting summary added in the summary tab, corrected the indentation in main file Change-Id: I0908bed2e2c2fb12396c5d09d5f615bb99de3c62 Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Examples: Add ListView to the QML wasm exampleSharad Sahu2023-07-184-3/+199
| | | | | | Change-Id: I4377e3bb06e99a7e3b3ed70b1dcb9ddcc6e1ee8b Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Examples: Add Spinbox, Slider and TextEdit to QML wasm examplesShreya Pattani2023-07-173-6/+96
| | | | | | Change-Id: I843324ce0aa4199c0cdad5e040671dcfc3bd7547 Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Tabs, Checkbox, Radio button added in QML WASM exampleShreya Pattani2023-07-106-29/+222
| | | | | | | Tabs, Checkbox, Radiobutton added to QML WASM example for accessibility Change-Id: I1827f6d323e0fc643c8fbcbba685396db96b10e0 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* To include the Menu and Toolbar in the ApplicationWindowSharad Sahu2023-07-074-17/+81
| | | | | Change-Id: I487863ebfe85f5a8f2baffe8c89cc8f9f85b5e3c Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Test example for WASM accessibility for QMLShreya Pattani2023-07-053-0/+113
A basic qml application with text for WASM accessibility Change-Id: Ia99c36223d5488b20117c0226ee6789c3e599768 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>