forked from IPKM/nmreval
more_bugs (#51)
closes #46, #47, #7 Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de> Reviewed-on: IPKM/nmreval#51
This commit is contained in:
@ -125,7 +125,7 @@
|
||||
</attribute>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QMdiArea" name="area"/>
|
||||
<widget class="MdiAreaTile" name="area"/>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@ -136,7 +136,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1386</width>
|
||||
<height>20</height>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
@ -274,6 +274,8 @@
|
||||
<string>View</string>
|
||||
</property>
|
||||
<addaction name="actionTile"/>
|
||||
<addaction name="actionTileVertical"/>
|
||||
<addaction name="actionTileHorizontal"/>
|
||||
<addaction name="actionCascade_windows"/>
|
||||
</widget>
|
||||
<addaction name="actionNew_window"/>
|
||||
@ -743,6 +745,16 @@
|
||||
<string>Tile windows</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTileVertical">
|
||||
<property name="text">
|
||||
<string>Tile windows vertically</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTileHorizontal">
|
||||
<property name="text">
|
||||
<string>Tile windows horizontally</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionMinimize">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
@ -1060,6 +1072,12 @@
|
||||
<header>..data.integral_widget</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>MdiAreaTile</class>
|
||||
<extends>QFrame</extends>
|
||||
<header>..lib.mdiarea</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
Reference in New Issue
Block a user