mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
* allow to set/unset frameless mode in CDockWidget * adjusted context menus * adjusted style sheets * ini settings for margins * hidden info area to host floating widgets only visible when floating (allows to CDockInfoArea widgets) * made some private slots non-virtual
This commit is contained in:
@@ -308,17 +308,6 @@ void SwiftGuiStd::ps_onChangedMainInfoAreaFloating(bool floating)
|
||||
Q_UNUSED(floating);
|
||||
}
|
||||
|
||||
void SwiftGuiStd::ps_toggleNavigatorHorizontal()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void SwiftGuiStd::ps_toggleNavigatorVertical()
|
||||
{
|
||||
bool v = ui->ndw_NavigatorVertical->isVisible();
|
||||
ui->ndw_NavigatorVertical->setVisible(!v);
|
||||
}
|
||||
|
||||
void SwiftGuiStd::playNotifcationSound(CNotificationSounds::Notification notification) const
|
||||
{
|
||||
if (!this->m_contextAudioAvailable) return;
|
||||
|
||||
Reference in New Issue
Block a user