mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #935, resizing for message frame
also avoid showing overlay message too soon (ie when not full initialized)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f34e80ea62
commit
be24d069fe
@@ -55,9 +55,6 @@ namespace BlackGui
|
||||
//! Show kill button
|
||||
void showKillButton(bool killButton);
|
||||
|
||||
//! Hide the inner frame
|
||||
void hideStatusMessagesFrame();
|
||||
|
||||
//! Inner frame factors 0..1
|
||||
//! \remarks can also be restricted by maximumHeight() / maximumWidth()
|
||||
void setInnerFrameFactor(double xFactor, double yFactor);
|
||||
@@ -91,6 +88,9 @@ namespace BlackGui
|
||||
//! \copydoc QFrame::keyPressEvent
|
||||
virtual void keyPressEvent(QKeyEvent *event) override;
|
||||
|
||||
//! \copydoc QFrame::resizeEvent
|
||||
virtual void resizeEvent(QResizeEvent *event) override;
|
||||
|
||||
COverlayMessages *m_overlayMessages = nullptr; //!< embedded QFrame with Status messages
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user