Commit Graph

17 Commits

Author SHA1 Message Date
Joerg Bornemann 4f57e20f25 CMake: Don't enable ASM language
Remove the ASM language where no assembler files are used.

Pick-to: 6.5 6.8 6.9
Change-Id: I3c94f798803b054a432fc2c8d6d65c665572a202
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2025-05-02 16:02:32 +02:00
Lucie Gérard 9c5fc88388 Correct license for test files
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>
2024-02-27 10:32:21 +01:00
Sharad Sahu c2031c6153 Create an accessible element for the dialog box
Change-Id: Idced1409b7f069f044833e96ea5c31fab0807c63
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-09-24 13:32:05 +05:30
Sharad Sahu a95daa0998 Create a menuItem element for accessibility for top Menu
Change-Id: I2361f04af2a98642905196efec23f104897fa40e
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-09-20 08:48:21 +00:00
Sharad Sahu 2825251fc8 Make the Tab and Dialogbox UI more visually appealing
Change-Id: I1061ba3fc3f4b795e7c97c8fa462f3c7fd0e4867
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-08-29 10:14:41 +05:30
Shreya Pattani 5e49baa99e Add Html file to load the QML wasm application
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>
2023-08-11 10:19:46 +05:30
Shreya Pattani cbcf15cdaa Fix html tags being read by the narrator
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>
2023-08-08 18:42:46 +05:30
Shreya Pattani aadbfc7ce3 Add meeting summary in flickable
Added flickable for the meeting summary to be scrollable

Change-Id: Icf5ea4d3d125042f956fa610c361dfdde28ddc71
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-08-08 18:42:46 +05:30
Shreya Pattani fc9972b4c9 Fix textarea text going out of bounds
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>
2023-08-08 04:13:36 +00:00
Sharad Sahu fcbfc9a3c6 Examples: Add Toolbar and integrate it with summary page in the QML wasm example
Change-Id: I555ffe28f7bc8626d84a258c6063e9ccb59852d5
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-08-02 14:49:31 +05:30
Sharad Sahu 72b94b31f2 Examples: Add About Dialogbox and menu actions to the QML wasm example
Change-Id: I3007a702eca09d29f5f97a1b00ae623f4a0b481f
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-08-02 10:12:58 +05:30
Shreya Pattani 56e244b2e4 Add meeting schedule data in the summary tab
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>
2023-07-21 04:09:30 +00:00
Sharad Sahu b52f22ff8b Examples: Add ListView to the QML wasm example
Change-Id: I4377e3bb06e99a7e3b3ed70b1dcb9ddcc6e1ee8b
Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
2023-07-18 10:05:48 +00:00
Shreya Pattani fd4d0324ce Examples: Add Spinbox, Slider and TextEdit to QML wasm examples
Change-Id: I843324ce0aa4199c0cdad5e040671dcfc3bd7547
Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
2023-07-17 04:29:04 +00:00
Shreya Pattani a48caf7ed5 Tabs, Checkbox, Radio button added in QML WASM example
Tabs, Checkbox, Radiobutton added to QML WASM example for accessibility

Change-Id: I1827f6d323e0fc643c8fbcbba685396db96b10e0
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-07-10 12:11:46 +05:30
Sharad Sahu 1fa3c386df To include the Menu and Toolbar in the ApplicationWindow
Change-Id: I487863ebfe85f5a8f2baffe8c89cc8f9f85b5e3c
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-07-07 11:07:06 +00:00
Shreya Pattani 4f88841b29 Test example for WASM accessibility for QML
A basic qml application with text for WASM accessibility

Change-Id: Ia99c36223d5488b20117c0226ee6789c3e599768
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-07-05 10:36:53 +05:30