~elopio/ubuntu-ui-toolkit/toolbar_emulator

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Popups/Popover.qml

  • Committer: Tarmac
  • Author(s): Christian Dywan
  • Date: 2013-05-24 19:47:47 UTC
  • mfrom: (505.1.4 uut.checkbox)
  • Revision ID: tarmac-20130524194747-jd9g48d3iasxdf3l
Refer checkbox docs to design guide. Fixes: https://bugs.launchpad.net/bugs/1174958.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        A popover has a fixed width and automatic height, depending on is contents.
32
32
        It can be closed by clicking anywhere outside of the popover area.
33
33
 
 
34
    \l {http://design.ubuntu.com/apps/building-blocks/popover}{See also the Design Guidelines on Popovers}.
 
35
 
34
36
    Example:
35
37
    \qml
36
38
        import QtQuick 2.0