Add notice file for all used third party work

This commit is contained in:
2024-06-20 11:48:54 +02:00
parent 41f683619d
commit f70c813140
4 changed files with 50 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ void TraceAnalyzer::setUpGui()
ui->setupUi(this);
setUpStatusBar();
ui->traceFileTabs->clear();
QObject::connect(ui->actionAbout_Qt, &QAction::triggered, qApp, &QApplication::aboutQt);
}
TraceAnalyzer::TraceAnalyzer(QWidget* parent) :

View File

@@ -76,6 +76,7 @@
<string>&amp;Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionAbout_Qt"/>
</widget>
<widget class="QMenu" name="menuRun">
<property name="title">
@@ -240,6 +241,14 @@
<string>&amp;Simulate...</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About &amp;Qt</string>
</property>
<property name="menuRole">
<enum>QAction::AboutQtRole</enum>
</property>
</action>
</widget>
<resources/>
<connections>