mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 14:16:39 +08:00
ba1a20414e
* add navigation panel to settings * am/pm display and dynamic width old-commit-hash: 3c197953bc19c470547b950cd987af39909c5e9e
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);
|
|
}; |