MCPcopy Create free account
hub / github.com/clementgallet/libTAS / ControllerAxisWidget

Method ControllerAxisWidget

src/program/ui/ControllerAxisWidget.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <iostream>
25
26ControllerAxisWidget::ControllerAxisWidget(QWidget *parent) : QWidget(parent)
27{
28 x_axis = y_axis = 0;
29
30 setBackgroundRole(QPalette::Base);
31 setAutoFillBackground(true);
32 // when(FL_WHEN_CHANGED);
33}
34
35QSize ControllerAxisWidget::sizeHint() const
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected