6"The Selection Service QT Example is a BlueBerry example plugin, developed to demonstrate the use and the concept of the selection service provided by Qt. The example plugin implements a selection service based on QListWidgetItems. A selection provider is created for a QListWidget and selection listener is used for the selection of two radio buttons. This example is an alternative for the MITK selection service described in the 'Selection Service MITK' example.
7
8<p>
9The following features are demonstrated:
10
11<ul>
12<li> creating a selection provider </li>
13<li> setting the selection model of the selection provider </li>
14<li> selection listener implementation </li>
15</ul>
16
17See the main <a href=\"https://docs.mitk.org/nightly/BlueBerrySelectionServiceIntro.html\">documentation</a> for details."