Files
dragonpilot/selfdrive/ui/qt/qt_window.h
Willem Melching 25e4e94691 PyQt demo app (#21625)
* build python helpers lib

* call setMainWindow from python

* put in helper lib

* linter

* move to scripts
2021-10-29 12:37:17 +02:00

22 lines
361 B
C++

#pragma once
#include <string>
#include <QApplication>
#include <QScreen>
#include <QWidget>
#ifdef QCOM2
#include <qpa/qplatformnativeinterface.h>
#include <wayland-client-protocol.h>
#include <QPlatformSurfaceEvent>
#endif
#include "selfdrive/hardware/hw.h"
const QString ASSET_PATH = ":/";
const int WIDE_WIDTH = 2160;
void setMainWindow(QWidget *w);