edit tab order, window sizes

This commit is contained in:
Roland W-H 2025-02-10 23:26:27 +00:00
parent 1748fb849f
commit 59f05a3f38
2 changed files with 19 additions and 1 deletions

View File

@ -62,6 +62,11 @@
</property> </property>
</widget> </widget>
</widget> </widget>
<tabstops>
<tabstop>output</tabstop>
<tabstop>res_save_but</tabstop>
<tabstop>res_ok_but</tabstop>
</tabstops>
<resources/> <resources/>
<connections> <connections>
<connection> <connection>

View File

@ -6,10 +6,22 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>481</width> <width>480</width>
<height>305</height> <height>305</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>480</width>
<height>305</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>480</width>
<height>305</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Platform Editor</string> <string>Platform Editor</string>
</property> </property>
@ -206,6 +218,7 @@
<tabstop>share_plat_fee_box</tabstop> <tabstop>share_plat_fee_box</tabstop>
<tabstop>share_plat_max_fee_box</tabstop> <tabstop>share_plat_max_fee_box</tabstop>
<tabstop>share_deal_fee_box</tabstop> <tabstop>share_deal_fee_box</tabstop>
<tabstop>share_deal_reduce_trades_box</tabstop>
<tabstop>share_deal_reduce_amount_box</tabstop> <tabstop>share_deal_reduce_amount_box</tabstop>
<tabstop>save_but</tabstop> <tabstop>save_but</tabstop>
</tabstops> </tabstops>