mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
Raise the Beacon, IBP Beacons an Radio Time dialogs
Make the dialogs visible again if they are open but are hidden behind the main window or another application's window.
This commit is contained in:
parent
f4b2dfc0a9
commit
b4ec43e4aa
@ -2507,17 +2507,20 @@ void MapGUI::on_displaySettings_clicked()
|
|||||||
void MapGUI::on_beacons_clicked()
|
void MapGUI::on_beacons_clicked()
|
||||||
{
|
{
|
||||||
m_beaconDialog.show();
|
m_beaconDialog.show();
|
||||||
|
m_beaconDialog.raise();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MapGUI::on_ibpBeacons_clicked()
|
void MapGUI::on_ibpBeacons_clicked()
|
||||||
{
|
{
|
||||||
m_ibpBeaconDialog.show();
|
m_ibpBeaconDialog.show();
|
||||||
|
m_ibpBeaconDialog.raise();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MapGUI::on_radiotime_clicked()
|
void MapGUI::on_radiotime_clicked()
|
||||||
{
|
{
|
||||||
m_radioTimeDialog.updateTable();
|
m_radioTimeDialog.updateTable();
|
||||||
m_radioTimeDialog.show();
|
m_radioTimeDialog.show();
|
||||||
|
m_radioTimeDialog.raise();
|
||||||
}
|
}
|
||||||
|
|
||||||
QString MapGUI::getDataDir()
|
QString MapGUI::getDataDir()
|
||||||
|
Loading…
Reference in New Issue
Block a user