feat: monitor list

This commit is contained in:
semenov
2024-09-30 16:52:47 +03:00
parent 57f4dea2a0
commit 920916ce69
22 changed files with 10653 additions and 216 deletions

View File

@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
QFile file(":/style.css");
file.open(QFile::ReadOnly);
a.setStyleSheet(file.readAll());
a.setWindowIcon(QIcon(":/resource/plane.png"));
a.setWindowIcon(QIcon(":/resource/Icons/plane.png"));
MainWindow w;
UpdateNotifyWidget *notifyWidget = new UpdateNotifyWidget;
w.bindNotifyWidget(notifyWidget);