You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
2.9 KiB
114 lines
2.9 KiB
|
5 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>StatisticWidget</class>
|
||
|
|
<widget class="QWidget" name="StatisticWidget">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>548</width>
|
||
|
|
<height>418</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>StatisticWidget</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
|
<property name="leftMargin">
|
||
|
|
<number>1</number>
|
||
|
|
</property>
|
||
|
|
<property name="topMargin">
|
||
|
|
<number>1</number>
|
||
|
|
</property>
|
||
|
|
<property name="rightMargin">
|
||
|
|
<number>1</number>
|
||
|
|
</property>
|
||
|
|
<property name="bottomMargin">
|
||
|
|
<number>1</number>
|
||
|
|
</property>
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QTabWidget" name="tabWidget">
|
||
|
|
<property name="currentIndex">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<widget class="QWidget" name="tab">
|
||
|
|
<attribute name="title">
|
||
|
|
<string>By ticker</string>
|
||
|
|
</attribute>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QTreeWidget" name="tw_byTicker">
|
||
|
|
<property name="sortingEnabled">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<column>
|
||
|
|
<property name="text">
|
||
|
|
<string>Ticker</string>
|
||
|
|
</property>
|
||
|
|
</column>
|
||
|
|
<column>
|
||
|
|
<property name="text">
|
||
|
|
<string>Net profit</string>
|
||
|
|
</property>
|
||
|
|
</column>
|
||
|
|
<column>
|
||
|
|
<property name="text">
|
||
|
|
<string>Total trades</string>
|
||
|
|
</property>
|
||
|
|
</column>
|
||
|
|
<column>
|
||
|
|
<property name="text">
|
||
|
|
<string>Avg. return</string>
|
||
|
|
</property>
|
||
|
|
</column>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<widget class="QWidget" name="tab_2">
|
||
|
|
<attribute name="title">
|
||
|
|
<string>Seasonal</string>
|
||
|
|
</attribute>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QTreeWidget" name="tw_seasonality">
|
||
|
|
<property name="sortingEnabled">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<column>
|
||
|
|
<property name="text">
|
||
|
|
<string/>
|
||
|
|
</property>
|
||
|
|
</column>
|
||
|
|
<column>
|
||
|
|
<property name="text">
|
||
|
|
<string>Net profit</string>
|
||
|
|
</property>
|
||
|
|
</column>
|
||
|
|
<column>
|
||
|
|
<property name="text">
|
||
|
|
<string>Total trades</string>
|
||
|
|
</property>
|
||
|
|
</column>
|
||
|
|
<column>
|
||
|
|
<property name="text">
|
||
|
|
<string>Avg. return</string>
|
||
|
|
</property>
|
||
|
|
</column>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<widget class="QWidget" name="tab_3">
|
||
|
|
<attribute name="title">
|
||
|
|
<string>Returns</string>
|
||
|
|
</attribute>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|