mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Stashed data file can be dropped to model view
* utility functions * style changes / renamings / slots -> normal functions * extra flag to enable file drop (and changed signatures) * split view load function into 2 parts, one can use passed file parameter
This commit is contained in:
@@ -67,11 +67,10 @@ namespace BlackGui
|
||||
//! \copydoc QWidget::dropEvent
|
||||
virtual void dropEvent(QDropEvent *event) override;
|
||||
|
||||
private slots:
|
||||
//! Style has been changed
|
||||
void ps_onStyleSheetsChanged();
|
||||
|
||||
private:
|
||||
//! Style has been changed
|
||||
void onStyleSheetsChanged();
|
||||
|
||||
//! Clear
|
||||
void resetText();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user