|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>234</width> |
| 9 | + <width>238</width> |
10 | 10 | <height>699</height>
|
11 | 11 | </rect>
|
12 | 12 | </property>
|
|
20 | 20 | <string>Back testing</string>
|
21 | 21 | </property>
|
22 | 22 | <layout class="QGridLayout" name="gridLayout">
|
| 23 | + <item row="4" column="0" colspan="2"> |
| 24 | + <widget class="QComboBox" name="strategyNameCB"> |
| 25 | + <property name="sizePolicy"> |
| 26 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 27 | + <horstretch>0</horstretch> |
| 28 | + <verstretch>0</verstretch> |
| 29 | + </sizepolicy> |
| 30 | + </property> |
| 31 | + <property name="minimumSize"> |
| 32 | + <size> |
| 33 | + <width>200</width> |
| 34 | + <height>0</height> |
| 35 | + </size> |
| 36 | + </property> |
| 37 | + </widget> |
| 38 | + </item> |
23 | 39 | <item row="7" column="0">
|
24 | 40 | <widget class="QScrollArea" name="scrollArea">
|
25 | 41 | <property name="widgetResizable">
|
|
30 | 46 | <rect>
|
31 | 47 | <x>0</x>
|
32 | 48 | <y>0</y>
|
33 |
| - <width>188</width> |
34 |
| - <height>219</height> |
| 49 | + <width>192</width> |
| 50 | + <height>210</height> |
35 | 51 | </rect>
|
36 | 52 | </property>
|
37 | 53 | <layout class="QVBoxLayout" name="verticalLayout">
|
|
42 | 58 | </widget>
|
43 | 59 | </widget>
|
44 | 60 | </item>
|
| 61 | + <item row="3" column="0"> |
| 62 | + <widget class="QLabel" name="label_4"> |
| 63 | + <property name="text"> |
| 64 | + <string>Strategy</string> |
| 65 | + </property> |
| 66 | + </widget> |
| 67 | + </item> |
45 | 68 | <item row="5" column="0">
|
46 | 69 | <spacer name="verticalSpacer_2">
|
47 | 70 | <property name="orientation">
|
|
74 | 97 | </property>
|
75 | 98 | </spacer>
|
76 | 99 | </item>
|
77 |
| - <item row="3" column="0"> |
78 |
| - <widget class="QLabel" name="label_4"> |
79 |
| - <property name="text"> |
80 |
| - <string>Strategy</string> |
81 |
| - </property> |
82 |
| - </widget> |
83 |
| - </item> |
84 |
| - <item row="4" column="0" colspan="2"> |
85 |
| - <widget class="QComboBox" name="strategyNameCB"> |
86 |
| - <property name="sizePolicy"> |
87 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
88 |
| - <horstretch>0</horstretch> |
89 |
| - <verstretch>0</verstretch> |
90 |
| - </sizepolicy> |
91 |
| - </property> |
92 |
| - <property name="minimumSize"> |
93 |
| - <size> |
94 |
| - <width>200</width> |
95 |
| - <height>0</height> |
96 |
| - </size> |
97 |
| - </property> |
98 |
| - </widget> |
99 |
| - </item> |
100 | 100 | <item row="9" column="0" colspan="2">
|
101 | 101 | <widget class="QPushButton" name="runBacktestPB">
|
| 102 | + <property name="enabled"> |
| 103 | + <bool>true</bool> |
| 104 | + </property> |
102 | 105 | <property name="sizePolicy">
|
103 | 106 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
104 | 107 | <horstretch>0</horstretch>
|
|
124 | 127 | </property>
|
125 | 128 | </widget>
|
126 | 129 | </item>
|
| 130 | + <item row="2" column="0"> |
| 131 | + <spacer name="verticalSpacer_3"> |
| 132 | + <property name="orientation"> |
| 133 | + <enum>Qt::Vertical</enum> |
| 134 | + </property> |
| 135 | + <property name="sizeType"> |
| 136 | + <enum>QSizePolicy::Maximum</enum> |
| 137 | + </property> |
| 138 | + <property name="sizeHint" stdset="0"> |
| 139 | + <size> |
| 140 | + <width>20</width> |
| 141 | + <height>20</height> |
| 142 | + </size> |
| 143 | + </property> |
| 144 | + </spacer> |
| 145 | + </item> |
127 | 146 | <item row="0" column="0" colspan="2">
|
128 | 147 | <layout class="QGridLayout" name="gridLayout_3">
|
129 | 148 | <property name="spacing">
|
|
145 | 164 | </item>
|
146 | 165 | </layout>
|
147 | 166 | </item>
|
148 |
| - <item row="2" column="0"> |
149 |
| - <spacer name="verticalSpacer_3"> |
150 |
| - <property name="orientation"> |
151 |
| - <enum>Qt::Vertical</enum> |
152 |
| - </property> |
153 |
| - <property name="sizeType"> |
154 |
| - <enum>QSizePolicy::Maximum</enum> |
155 |
| - </property> |
156 |
| - <property name="sizeHint" stdset="0"> |
157 |
| - <size> |
158 |
| - <width>20</width> |
159 |
| - <height>20</height> |
160 |
| - </size> |
| 167 | + <item row="13" column="0"> |
| 168 | + <widget class="QLabel" name="runLabel"> |
| 169 | + <property name="text"> |
| 170 | + <string/> |
161 | 171 | </property>
|
162 |
| - </spacer> |
| 172 | + </widget> |
163 | 173 | </item>
|
164 | 174 | </layout>
|
165 | 175 | </widget>
|
|
0 commit comments