18#ifndef MOTIV_INFORMATIONDOCKCOMMUNICATIONSTRATEGY_HPP
19#define MOTIV_INFORMATIONDOCKCOMMUNICATIONSTRATEGY_HPP
22#include "InformationDockElementBaseStrategy.hpp"
23#include "src/models/communication/Communication.hpp"
34 void setup(QFormLayout *layout)
override;
44 std::string
title()
override;
47 QLabel* communicatorField =
nullptr;
48 QLabel *startKindField =
nullptr;
49 QLabel *endKindField =
nullptr;
50 QLabel *rankFromField =
nullptr;
51 QLabel *rankToField =
nullptr;
Class representing any (successful or unsuccessful) communication.