1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-30 21:48:24 +00:00

Added splash screen info while loading

This commit is contained in:
Miodrag Milanovic
2018-07-15 20:31:42 +02:00
parent ecc4c3fa7b
commit 8e12ae2cfe
7 changed files with 39 additions and 6 deletions

View File

@@ -65,6 +65,8 @@ class DesignWidget : public QWidget
void info(std::string text);
void selected(std::vector<DecalXY> decal);
void highlight(std::vector<DecalXY> decal, int group);
void finishContextLoad();
void contextLoadStatus(std::string text);
private Q_SLOTS:
void prepareMenuProperty(const QPoint &pos);