Playground: Difference between revisions
AutoSpider (talk | contribs) (Add "cleanup" tag) |
AutoSpider (talk | contribs) (Convert ExpressionEngine links) |
||
Line 38: | Line 38: | ||
= 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 58: | Line 58: | ||
Using link button: | Using link button: | ||
[http://sourceforge.net/p/necessitas/wiki/Compile Your text to link here…] Qt framework/ |
Revision as of 15:09, 4 March 2015
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
[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.
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/