Playground: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
= Accessibility model for the ChoiceList role = | = Accessibility model for the ChoiceList role = | ||
== Required to be returned by child() | == Required to be returned by child() | ||
| '''Required role''' | '''Quantity''' | '''Comment''' | | |||
| List | 1 | | == | |||
== Required to be returned by parent() == | == Required to be returned by parent() == | ||
Line 9: | Line 11: | ||
None. | None. | ||
== Required attributes | == 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 = | = Accessibility model for the ComboBox role = | ||
== Required to be returned by child() | == Required to be returned by child() | ||
| '''Required role''' | '''Quantity''' | '''Comment''' | | |||
| List | 1 | | | |||
| EditableText | 1 | (ComboBox is always editable) | == | |||
== Required to be returned by parent() == | == Required to be returned by parent() == | ||
Line 19: | Line 27: | ||
None. | None. | ||
== Required attributes | == 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…………………… = | = Meh…………………… = | ||
Line 29: | Line 40: | ||
test | test | ||
Window { <br> | Window { <br> | ||
id: root <br> | |||
Statusbar { anchors.top: root.top } <br> | |||
ToolBar { anchors.bottom: root.bottom } <br> | |||
} | |||
== Links with spaces == | == Links with spaces == | ||
Plain text: | Plain text: | ||
http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/ | |||
With percent-20s: | 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: | Using link button: | ||
"Your text to link here…":http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/ |
Revision as of 11:27, 25 February 2015
[toc depth="1"]
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":http://developer.qt.nokia.com/wiki/TextileSyntax.
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…":http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/