Feature #320
Implement Qt display
Beginn:
24.11.2022
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
CS Zielversion:
Beschreibung
For documentation some screenshots are needed. In the Qt way there is an Ui-class which with an setupUi(QWidget *).
In ocelli there can be nearly the same which instanciates itself into an display/ocelli-instance.
There can be an alternative "display" which actually implements the drawing functions on an Qt display.
class CQtDisplay: public CGDisplay {};
CQtDisplay display;
COcelli o;
o.setDisplay(display);
UIMinutnik uiMinutnik;
uiMinutnik.setupUi(o);
CScreen *screenClock=new( CScreenClock );
o.addScreen(screenClock);
display.save("main");
For icons the flash-class has to be implemented to use an file backend.
Dateien
Historie
Von Maximilian Seesslen vor etwa 2 Jahren aktualisiert
- Beschreibung aktualisiert (diff)
- Zugewiesen an wurde auf Maximilian Seesslen gesetzt
- Zielversion wurde auf v0.1.0 gesetzt