more image window tweaks
- add image windows to View menu - add setting to replace old image view instead of creating a new one - add setting to turn on/off box - add setting to turn on/off axes
This commit is contained in:
@ -86,6 +86,7 @@
|
||||
</property>
|
||||
<addaction name="actionView_Log_Window"/>
|
||||
<addaction name="actionView_Graph_Window"/>
|
||||
<addaction name="actionView_Image_Window"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menuEdit"/>
|
||||
@ -404,6 +405,14 @@
|
||||
<string>&5.</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionView_Image_Window">
|
||||
<property name="icon">
|
||||
<iconset theme="emblem-photos"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Image Window</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user