2 Star 0 Fork 16

wangqiyuan/traderStock-gui

forked from macroan/traderStock-gui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
autoAnalysisStock.ui 21.33 KB
一键复制 编辑 原始数据 按行查看 历史
macroan 提交于 2017-11-16 11:09 . no commit message
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wangqiyuan2/traderStock-gui.git
git@gitee.com:wangqiyuan2/traderStock-gui.git
wangqiyuan2
traderStock-gui
traderStock-gui
master

搜索帮助