mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +00:00
Calculate distance to each radar site from current location
This commit is contained in:
parent
6e7a13494a
commit
3a4819aeff
7 changed files with 192 additions and 70 deletions
|
|
@ -24,6 +24,12 @@ public:
|
|||
explicit RadarSiteDialog(QWidget* parent = nullptr);
|
||||
~RadarSiteDialog();
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent*) override;
|
||||
|
||||
public slots:
|
||||
void HandleMapUpdate(double latitude, double longitude);
|
||||
|
||||
private:
|
||||
std::unique_ptr<RadarSiteDialogImpl> p;
|
||||
Ui::RadarSiteDialog* ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue