forked from IPKM/nmreval
display logged error messages within program
This commit is contained in:
@ -136,7 +136,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1386</width>
|
||||
<height>24</height>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
@ -189,6 +189,7 @@
|
||||
<property name="title">
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="actionShow_error_log"/>
|
||||
<addaction name="actionDocumentation"/>
|
||||
<addaction name="actionUpdate"/>
|
||||
<addaction name="actionBugs"/>
|
||||
@ -993,6 +994,11 @@
|
||||
<string>Bugs! Problems! Wishes!</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShow_error_log">
|
||||
<property name="text">
|
||||
<string>Show error log</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
Reference in New Issue
Block a user