代码拉取完成,页面将自动刷新
同步操作将从 macroan/traderStock-gui 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>647</width>
<height>375</height>
</rect>
</property>
<property name="windowTitle">
<string>股票统计分析</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>3</x>
<y>15</y>
<width>641</width>
<height>281</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
<property name="currentIndex">
<number>3</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>下载或更新数据</string>
</attribute>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>601</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>下载数据:</string>
</property>
<widget class="QPushButton" name="download_btn">
<property name="geometry">
<rect>
<x>520</x>
<y>20</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>下载数据</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>数据类型:</string>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>190</x>
<y>28</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>类别:</string>
</property>
</widget>
<widget class="QComboBox" name="download_type1">
<property name="geometry">
<rect>
<x>70</x>
<y>25</y>
<width>101</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="download_type2">
<property name="geometry">
<rect>
<x>230</x>
<y>25</y>
<width>141</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>395</x>
<y>29</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>周期:</string>
</property>
</widget>
<widget class="QComboBox" name="download_cycle">
<property name="geometry">
<rect>
<x>430</x>
<y>26</y>
<width>51</width>
<height>21</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>601</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>更新数据</string>
</property>
<widget class="QPushButton" name="update_btn">
<property name="geometry">
<rect>
<x>520</x>
<y>23</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>更新数据</string>
</property>
</widget>
<widget class="QComboBox" name="update_type1">
<property name="geometry">
<rect>
<x>70</x>
<y>30</y>
<width>101</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="update_type2">
<property name="geometry">
<rect>
<x>230</x>
<y>30</y>
<width>141</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>10</x>
<y>34</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>数据类型:</string>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>190</x>
<y>33</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>类别:</string>
</property>
</widget>
<widget class="QComboBox" name="update_cycle">
<property name="geometry">
<rect>
<x>430</x>
<y>29</y>
<width>51</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>395</x>
<y>33</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>周期:</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>20</x>
<y>170</y>
<width>601</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>删除数据</string>
</property>
<widget class="QPushButton" name="delete_btn">
<property name="geometry">
<rect>
<x>522</x>
<y>23</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>删除数据</string>
</property>
</widget>
<widget class="QComboBox" name="delete_type">
<property name="geometry">
<rect>
<x>70</x>
<y>30</y>
<width>101</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_18">
<property name="geometry">
<rect>
<x>10</x>
<y>34</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>数据类型:</string>
</property>
</widget>
<widget class="QComboBox" name="delete_cycle">
<property name="geometry">
<rect>
<x>434</x>
<y>29</y>
<width>51</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_20">
<property name="geometry">
<rect>
<x>395</x>
<y>33</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>周期:</string>
</property>
</widget>
<widget class="QLabel" name="label_19">
<property name="geometry">
<rect>
<x>190</x>
<y>32</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>日期:</string>
</property>
</widget>
<widget class="QDateEdit" name="delete_date">
<property name="geometry">
<rect>
<x>230</x>
<y>30</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="minimumTime">
<time>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
</time>
</property>
<property name="timeSpec">
<enum>Qt::LocalTime</enum>
</property>
<property name="date">
<date>
<year>2017</year>
<month>8</month>
<day>30</day>
</date>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>计算成功率</string>
</attribute>
<widget class="QComboBox" name="compute_succ_type">
<property name="geometry">
<rect>
<x>100</x>
<y>50</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comput_succ_fun">
<property name="geometry">
<rect>
<x>310</x>
<y>50</y>
<width>271</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="comput_btn">
<property name="geometry">
<rect>
<x>260</x>
<y>180</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>计算</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>64</x>
<y>52</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>类型:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>280</x>
<y>54</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>类别:</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>66</x>
<y>124</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>类型:</string>
</property>
</widget>
<widget class="QComboBox" name="succ_cycle">
<property name="geometry">
<rect>
<x>101</x>
<y>120</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>选股</string>
</attribute>
<widget class="QComboBox" name="xuangu_type_2">
<property name="geometry">
<rect>
<x>340</x>
<y>120</y>
<width>231</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>54</x>
<y>122</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>类型:</string>
</property>
</widget>
<widget class="QComboBox" name="xuangu_type_1">
<property name="geometry">
<rect>
<x>90</x>
<y>120</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>302</x>
<y>124</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>类别:</string>
</property>
</widget>
<widget class="QPushButton" name="xuangu_btn">
<property name="geometry">
<rect>
<x>140</x>
<y>200</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>选股</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>301</x>
<y>60</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>周期:</string>
</property>
</widget>
<widget class="QComboBox" name="xuangu_cycle">
<property name="geometry">
<rect>
<x>341</x>
<y>60</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>55</x>
<y>60</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>股类:</string>
</property>
</widget>
<widget class="QComboBox" name="xuangu_src">
<property name="geometry">
<rect>
<x>95</x>
<y>60</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="xuangu_end_btn">
<property name="geometry">
<rect>
<x>320</x>
<y>200</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>尾盘选股</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>监控</string>
</attribute>
<widget class="QPushButton" name="monitor_btn">
<property name="geometry">
<rect>
<x>160</x>
<y>160</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>监控</string>
</property>
</widget>
<widget class="QPushButton" name="monitor_stop_btn">
<property name="geometry">
<rect>
<x>330</x>
<y>160</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>停止监控</string>
</property>
</widget>
<widget class="QPushButton" name="select_file_btn">
<property name="geometry">
<rect>
<x>490</x>
<y>80</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>选择文件</string>
</property>
</widget>
<widget class="QLineEdit" name="path_edit">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>321</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="zf_cbx">
<property name="geometry">
<rect>
<x>414</x>
<y>81</y>
<width>61</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="monitor_btn_2">
<property name="geometry">
<rect>
<x>246</x>
<y>160</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>监控2</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>其他</string>
</attribute>
<widget class="QLineEdit" name="codeEdit">
<property name="geometry">
<rect>
<x>50</x>
<y>50</y>
<width>71</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>52</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>代码:</string>
</property>
</widget>
<widget class="QDateEdit" name="startdate">
<property name="geometry">
<rect>
<x>200</x>
<y>50</y>
<width>110</width>
<height>22</height>
</rect>
</property>
<property name="minimumTime">
<time>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
</time>
</property>
<property name="timeSpec">
<enum>Qt::LocalTime</enum>
</property>
<property name="date">
<date>
<year>2017</year>
<month>1</month>
<day>3</day>
</date>
</property>
</widget>
<widget class="QDateEdit" name="enddate">
<property name="geometry">
<rect>
<x>390</x>
<y>50</y>
<width>110</width>
<height>22</height>
</rect>
</property>
<property name="dateTime">
<datetime>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
<year>2000</year>
<month>1</month>
<day>1</day>
</datetime>
</property>
<property name="minimumTime">
<time>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
</time>
</property>
<property name="timeSpec">
<enum>Qt::LocalTime</enum>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>140</x>
<y>53</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>开始日期:</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>330</x>
<y>54</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>结束日期:</string>
</property>
</widget>
<widget class="QPushButton" name="testdown">
<property name="geometry">
<rect>
<x>530</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>下载</string>
</property>
</widget>
<widget class="QLineEdit" name="codeEdit_2">
<property name="geometry">
<rect>
<x>50</x>
<y>98</y>
<width>71</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>代码:</string>
</property>
</widget>
<widget class="QPushButton" name="testxuangu">
<property name="geometry">
<rect>
<x>150</x>
<y>100</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>测试选股</string>
</property>
</widget>
<widget class="QPushButton" name="testxuangu2">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>盘中选股</string>
</property>
</widget>
<widget class="QPushButton" name="deletetable_btn">
<property name="geometry">
<rect>
<x>260</x>
<y>100</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>删除表</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="labelret">
<property name="geometry">
<rect>
<x>91</x>
<y>295</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>进度:</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>90</x>
<y>320</y>
<width>501</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>compute_succ_type</sender>
<signal>activated(QString)</signal>
<receiver>compute_succ_type</receiver>
<slot>clearEditText()</slot>
<hints>
<hint type="sourcelabel">
<x>185</x>
<y>115</y>
</hint>
<hint type="destinationlabel">
<x>185</x>
<y>115</y>
</hint>
</hints>
</connection>
</connections>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。