fw4spl
guiQt Namespace Reference

The namespace guiQt contains the basic services to build the application IHM with Qt. More...

Namespaces

 editor
 The namespace guiQt::editor contains a basic editor written with Qt.
 

Classes

class  Plugin
 This class is called when the guiQt bundle is loaded. More...
 
class  SSignalShortcut
 This service sends a signal when the associated shortcut is activated. More...
 

Functions

void setup ()
 

Variables

static::fwRuntime::utils::GenericExecutableFactoryRegistrar< Pluginregistrar ("::guiQt::Plugin")
 

Detailed Description

The namespace guiQt contains the basic services to build the application IHM with Qt.

This bundle is automatically started at the launch of the application if it is present in the REQUIREMENTS of the application's Properties.cmake.

Example

1 set( NAME Tuto01Basic )
2 set( VERSION 0.1 )
3 set( TYPE APP )
4 set( DEPENDENCIES )
5 set( REQUIREMENTS
6  dataReg
7  servicesReg
8  guiQt # it will be automatically started when the application launches
9  fwlauncher
10  appXml # it will be automatically started when the application launches
11 )
12 bundleParam(appXml PARAM_LIST config PARAM_VALUES tutoBasicConfig)