mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Support stylesheets in drop site widget
This commit is contained in:
@@ -54,6 +54,13 @@ namespace BlackGui
|
||||
//! \copydoc QWidget::dropEvent
|
||||
virtual void dropEvent(QDropEvent *event) override;
|
||||
|
||||
//! \copydoc QWidget::paintEvent
|
||||
virtual void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
private slots:
|
||||
//! Style has been changed
|
||||
void ps_onStyleSheetsChanged();
|
||||
|
||||
private:
|
||||
//! Clear
|
||||
void resetText();
|
||||
|
||||
Reference in New Issue
Block a user