mirror of
https://github.com/RolandWH/SIPPCompare.git
synced 2025-03-14 13:51:36 +00:00
232 lines
6.5 KiB
XML
232 lines
6.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PlatformEdit</class>
|
|
<widget class="QWidget" name="PlatformEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>481</width>
|
|
<height>305</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Platform Editor</string>
|
|
</property>
|
|
<widget class="QWidget" name="gridLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>461</width>
|
|
<height>251</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="leftMargin">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="horizontalSpacing">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="verticalSpacing">
|
|
<number>5</number>
|
|
</property>
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QLabel" name="plat_name_lab">
|
|
<property name="text">
|
|
<string>Platform name</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0" colspan="2">
|
|
<widget class="QLabel" name="share_deal_reduce_amount_lab">
|
|
<property name="text">
|
|
<string>Share dealing discount amount</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<widget class="QLineEdit" name="plat_name_box"/>
|
|
</item>
|
|
<item row="3" column="0" colspan="2">
|
|
<widget class="QLabel" name="share_plat_fee_lab">
|
|
<property name="text">
|
|
<string>Share platform fee*</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0" colspan="2">
|
|
<widget class="QLabel" name="share_deal_reduce_trades_lab">
|
|
<property name="text">
|
|
<string>Share dealing discount # of trades</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" colspan="2">
|
|
<widget class="QLabel" name="share_deal_fee_lab">
|
|
<property name="text">
|
|
<string>Share dealing fee*</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="2">
|
|
<widget class="QLabel" name="fund_deal_fee_lab">
|
|
<property name="text">
|
|
<string>Fund dealing fee*</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="2">
|
|
<widget class="QLabel" name="share_plat_max_fee_lab">
|
|
<property name="text">
|
|
<string>Share platform fee cap/mth</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="2">
|
|
<widget class="QDoubleSpinBox" name="share_deal_reduce_amount_box">
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="prefix">
|
|
<string>£</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2">
|
|
<widget class="QDoubleSpinBox" name="share_deal_fee_box">
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="prefix">
|
|
<string>£</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="2">
|
|
<widget class="QDoubleSpinBox" name="share_plat_max_fee_box">
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="prefix">
|
|
<string>£</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="2">
|
|
<widget class="QDoubleSpinBox" name="share_plat_fee_box">
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="suffix">
|
|
<string>%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QDoubleSpinBox" name="fund_deal_fee_box">
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="prefix">
|
|
<string>£</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="2">
|
|
<widget class="QSpinBox" name="share_deal_reduce_trades_box">
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QPushButton" name="save_but">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>270</y>
|
|
<width>141</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>270</y>
|
|
<width>191</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>* Indicates required field</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>plat_name_box</tabstop>
|
|
<tabstop>fund_deal_fee_box</tabstop>
|
|
<tabstop>share_plat_fee_box</tabstop>
|
|
<tabstop>share_plat_max_fee_box</tabstop>
|
|
<tabstop>share_deal_fee_box</tabstop>
|
|
<tabstop>share_deal_reduce_amount_box</tabstop>
|
|
<tabstop>save_but</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>save_but</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>PlatformEdit</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>445</x>
|
|
<y>211</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>275</x>
|
|
<y>117</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|