Merge branch 'third-party' into 'develop'
Add notice file for all used third party work See merge request ems/astdm/modeling.dram/dram.sys.5!69
This commit is contained in:
@@ -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) :
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="actionAbout"/>
|
||||
<addaction name="actionAbout_Qt"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuRun">
|
||||
<property name="title">
|
||||
@@ -240,6 +241,14 @@
|
||||
<string>&Simulate...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout_Qt">
|
||||
<property name="text">
|
||||
<string>About &Qt</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::AboutQtRole</enum>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
||||
Reference in New Issue
Block a user