Playground: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Accessibility model for the ChoiceList role=
[toc depth="1"]


==Required to be returned by child() {| class="infotable line" | '''Required role''' | '''Quantity''' | '''Comment''' |- | List | 1 |  |}==
= Accessibility model for the ChoiceList role =


==Required to be returned by parent()==
== Required to be returned by child()<br />| '''Required role''' | '''Quantity''' | '''Comment''' |<br />| List | 1 | | ==
 
== Required to be returned by parent() ==


None.
None.


==Required attributes {| class="infotable line" | '''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 |}==
== Required attributes<br />| '''property''' | '''behaviour''' |<br />| text(QAccessible::Name) | The name of the ui control (can be empty, usually name is derived from associated label) |<br />| 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() {| class="infotable line" | '''Required role''' | '''Quantity''' | '''Comment''' |- | List | 1 | |- | EditableText | 1 | (ComboBox is always editable) |}==
== Required to be returned by child()<br />| '''Required role''' | '''Quantity''' | '''Comment''' |<br />| List | 1 | |<br />| EditableText | 1 | (ComboBox is always editable) | ==


==Required to be returned by parent()==
== Required to be returned by parent() ==


None.
None.


==Required attributes {| class="infotable line" | '''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 |}==
== Required attributes<br />| '''property''' | '''behaviour''' |<br />| text(QAccessible::Name) | The name of the ui control (can be empty, usually name is derived from associated label) |<br />| text(QAccessible::Value) | The text of the selected item | ==


=Meh……………………=
= Meh…………………… =


=The Playground!=
= The Playground! =


Use this page for your wiki markup experiments. The wiki syntax is available [[WikiSyntax|here]] and [http://developer.qt.nokia.com/wiki/TextileSyntax here] ''[developer.qt.nokia.com]''.
Use this page for your wiki markup experiments. The wiki syntax is available [[WikiSyntax|here]] and &quot;here&amp;quot;:http://developer.qt.nokia.com/wiki/TextileSyntax.


test
test


Window { &lt;br&gt; id: root &lt;br&gt; Statusbar { anchors.top: root.top } &lt;br&gt; ToolBar { anchors.bottom: root.bottom } &lt;br&gt; }
Window { &lt;br&amp;gt;<br /> id: root &lt;br&amp;gt;<br /> Statusbar { anchors.top: root.top } &lt;br&amp;gt;<br /> ToolBar { anchors.bottom: root.bottom } &lt;br&amp;gt;<br /> }


==Links with spaces==
== Links with spaces ==


Plain text:<br />http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/
Plain text:<br />http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/


With percent-20s:<br />http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/<br /> (hmm, it automatically strips percent-20s out and replaces with spaces…
With percent-20s:<br />http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/<br />(hmm, it automatically strips percent-20s out and replaces with spaces…


Using link button:<br />[http://sourceforge.net/p/necessitas/wiki/Compile Your text to link here…] ''[sourceforge.net]'' Qt framework/
Using link button:<br />&quot;Your text to link here…&quot;:http://sourceforge.net/p/necessitas/wiki/Compile Qt framework/

Revision as of 11:09, 24 February 2015

[toc depth="1&quot;]

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&quot;:http://developer.qt.nokia.com/wiki/TextileSyntax.

test

Window { <br&gt;
id: root <br&gt;
Statusbar { anchors.top: root.top } <br&gt;
ToolBar { anchors.bottom: root.bottom } <br&gt;
}

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/