mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-23 13:52:05 +08:00
3c197953bc
* add navigation panel to settings * am/pm display and dynamic width
8 lines
136 B
C++
8 lines
136 B
C++
#pragma once
|
|
#include <QWidget>
|
|
|
|
class MapPanel : public QWidget {
|
|
Q_OBJECT
|
|
public:
|
|
explicit MapPanel(QWidget* parent = nullptr);
|
|
}; |