Playground: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Henri Vikki (talk | contribs) (Formatting) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
= Accessibility model for the ChoiceList role = | = Accessibility model for the ChoiceList role = | ||
== Required to be returned by child() | == Required to be returned by child() == | ||
| | {| class="wikitable" | ||
| List | 1 | | | ! Required role | ||
! Quantity | |||
! Comment | |||
|- | |||
| List | |||
| 1 | |||
| | |||
|} | |||
== Required to be returned by parent() == | == Required to be returned by parent() == | ||
Line 11: | Line 20: | ||
None. | None. | ||
== Required attributes | == Required attributes == | ||
| | {| class="wikitable" | ||
| text(QAccessible::Name) | The name of the ui control (can be empty, usually name is derived from associated label) | | ! property | ||
| text(QAccessible::Value) | The text of the selected item | | ! behaviour | ||
|- | |||
| text(QAccessible::Name) | |||
| The name of the ui control (can be empty, usually name is derived from associated label) | |||
|- | |||
| text(QAccessible::Value) | |||
| The text of the selected item | |||
|} | |||
= Accessibility model for the ComboBox role = | = Accessibility model for the ComboBox role = | ||
== Required to be returned by child() | == Required to be returned by child() == | ||
| | {| class="wikitable" | ||
| List | 1 | | | ! Required role | ||
| EditableText | 1 | (ComboBox is always editable) | | ! Quantity | ||
! Comment | |||
|- | |||
| List | |||
| 1 | |||
| | |||
|- | |||
| EditableText | |||
| 1 | |||
| (ComboBox is always editable) | |||
|} | |||
== Required to be returned by parent() == | == Required to be returned by parent() == | ||
Line 27: | Line 53: | ||
None. | None. | ||
== Required attributes | == Required attributes == | ||
| | {| class="wikitable" | ||
| text(QAccessible::Name) | The name of the ui control (can be empty, usually name is derived from associated label) | | ! property | ||
| text(QAccessible::Value) | The text of the selected item | | ! behaviour | ||
|- | |||
| text(QAccessible::Name) | |||
| The name of the ui control (can be empty, usually name is derived from associated label) | |||
|- | |||
| text(QAccessible::Value) | |||
| The text of the selected item | |||
|} | |||
= Meh…………………… = | = Meh…………………… = | ||
Line 36: | Line 69: | ||
= The Playground! = | = The Playground! = | ||
Use this page for your wiki markup experiments. The wiki syntax is available [[WikiSyntax|here]] and | Use this page for your wiki markup experiments. The wiki syntax is available [[WikiSyntax|here]] and [http://developer.qt.nokia.com/wiki/TextileSyntax here]. | ||
test | test | ||
Line 56: | Line 89: | ||
Using link button: | Using link button: | ||
[http://sourceforge.net/p/necessitas/wiki/Compile Your text to link here…] Qt framework/ |
Latest revision as of 11:45, 23 March 2015
Accessibility model for the ChoiceList role
Required to be returned by child()
Required role | Quantity | Comment |
---|---|---|
List | 1 |
Required to be returned by parent()
None.
Required attributes
property | behaviour |
---|---|
text(QAccessible::Name) | The name of the ui control (can be empty, usually name is derived from associated label) |
text(QAccessible::Value) | The text of the selected item |
Accessibility model for the ComboBox role
Required to be returned by child()
Required role | Quantity | Comment |
---|---|---|
List | 1 | |
EditableText | 1 | (ComboBox is always editable) |
Required to be returned by parent()
None.
Required attributes
property | behaviour |
---|---|
text(QAccessible::Name) | The name of the ui control (can be empty, usually name is derived from associated label) |
text(QAccessible::Value) | The text of the selected item |
Meh……………………
The Playground!
Use this page for your wiki markup experiments. The wiki syntax is available here and here.
test
Window {
id: root
Statusbar { anchors.top: root.top }
ToolBar { anchors.bottom: root.bottom }
}
Links with spaces
Plain text: http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/
With percent-20s: http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/ (hmm, it automatically strips percent-20s out and replaces with spaces…
Using link button: Your text to link here… Qt framework/