mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
Ref T199, copy configuration as dialog + some utility functions
This commit is contained in:
@@ -63,6 +63,9 @@ namespace BlackGui
|
||||
//! Log copied files
|
||||
void logCopiedFiles(bool log) { m_logCopiedFiles = log; }
|
||||
|
||||
//! Select all
|
||||
void selectAll();
|
||||
|
||||
protected:
|
||||
//! \copydoc QWidget::resizeEvent
|
||||
virtual void resizeEvent(QResizeEvent *event) override;
|
||||
@@ -93,6 +96,9 @@ namespace BlackGui
|
||||
//! Init model caches if required (create .rev entries with high level functions)
|
||||
void initModelCaches(const QStringList &files);
|
||||
|
||||
//! Init the other swift versions
|
||||
void initOtherSwiftVersions();
|
||||
|
||||
QStringList m_otherVersionDirs;
|
||||
QScopedPointer<Ui::CCopyConfigurationComponent> ui;
|
||||
QString m_initializedSourceDir;
|
||||
|
||||
Reference in New Issue
Block a user