Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
SelectionServiceQT.cmake
Go to the documentation of this file.
1 set(REQUIRED_PLUGINS
2  org.mitk.example.gui.selectionserviceqt
3 )
4 
5 set(DESCRIPTION
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>
9 The 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 
17 See the main <a href=\"http://docs.mitk.org/nightly/BlueBerrySelectionServiceIntro.html\">documentation</a> for details."
18 )
int main(int argc, char **argv)
Definition: MitkCoreApp.cpp:22
static bool in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4)
Definition: jsoncpp.cpp:244
const char features[]