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.

649 lines
16 KiB

5 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1055</width>
  10. <height>789</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>PyTrader v0.4</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>Auto_Stock-main/Auto_Stock-main/icon.png</normaloff>Auto_Stock-main/Auto_Stock-main/icon.png</iconset>
  19. </property>
  20. <property name="styleSheet">
  21. <string notr="true">background-color:rgb(242, 230, 216);</string>
  22. </property>
  23. <widget class="QWidget" name="centralwidget">
  24. <widget class="QGroupBox" name="groupBox">
  25. <property name="geometry">
  26. <rect>
  27. <x>10</x>
  28. <y>19</y>
  29. <width>181</width>
  30. <height>251</height>
  31. </rect>
  32. </property>
  33. <property name="styleSheet">
  34. <string notr="true">font: 9pt &quot;나눔고딕&quot;;
  35. background-color: rgb(255, 255, 255);
  36. </string>
  37. </property>
  38. <property name="title">
  39. <string>수동주문</string>
  40. </property>
  41. <widget class="QLabel" name="label">
  42. <property name="geometry">
  43. <rect>
  44. <x>10</x>
  45. <y>20</y>
  46. <width>31</width>
  47. <height>16</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string>계좌</string>
  52. </property>
  53. </widget>
  54. <widget class="QComboBox" name="comboBox">
  55. <property name="geometry">
  56. <rect>
  57. <x>45</x>
  58. <y>15</y>
  59. <width>120</width>
  60. <height>22</height>
  61. </rect>
  62. </property>
  63. <property name="styleSheet">
  64. <string notr="true">background-color:rgb(242, 178, 121);
  65. </string>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="label_2">
  69. <property name="geometry">
  70. <rect>
  71. <x>10</x>
  72. <y>50</y>
  73. <width>31</width>
  74. <height>16</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>주문</string>
  79. </property>
  80. </widget>
  81. <widget class="QComboBox" name="comboBox_2">
  82. <property name="geometry">
  83. <rect>
  84. <x>45</x>
  85. <y>45</y>
  86. <width>120</width>
  87. <height>22</height>
  88. </rect>
  89. </property>
  90. <item>
  91. <property name="text">
  92. <string>신규매수</string>
  93. </property>
  94. </item>
  95. <item>
  96. <property name="text">
  97. <string>신규매도</string>
  98. </property>
  99. </item>
  100. <item>
  101. <property name="text">
  102. <string>매수취소</string>
  103. </property>
  104. </item>
  105. <item>
  106. <property name="text">
  107. <string>매도취소</string>
  108. </property>
  109. </item>
  110. </widget>
  111. <widget class="QLabel" name="label_3">
  112. <property name="geometry">
  113. <rect>
  114. <x>10</x>
  115. <y>80</y>
  116. <width>31</width>
  117. <height>16</height>
  118. </rect>
  119. </property>
  120. <property name="text">
  121. <string>종목</string>
  122. </property>
  123. </widget>
  124. <widget class="QLineEdit" name="lineEdit">
  125. <property name="geometry">
  126. <rect>
  127. <x>45</x>
  128. <y>75</y>
  129. <width>120</width>
  130. <height>20</height>
  131. </rect>
  132. </property>
  133. </widget>
  134. <widget class="QComboBox" name="comboBox_3">
  135. <property name="geometry">
  136. <rect>
  137. <x>45</x>
  138. <y>135</y>
  139. <width>120</width>
  140. <height>22</height>
  141. </rect>
  142. </property>
  143. <item>
  144. <property name="text">
  145. <string>지정가</string>
  146. </property>
  147. </item>
  148. <item>
  149. <property name="text">
  150. <string>시장가</string>
  151. </property>
  152. </item>
  153. </widget>
  154. <widget class="QLabel" name="label_4">
  155. <property name="geometry">
  156. <rect>
  157. <x>10</x>
  158. <y>140</y>
  159. <width>31</width>
  160. <height>16</height>
  161. </rect>
  162. </property>
  163. <property name="text">
  164. <string>종류</string>
  165. </property>
  166. </widget>
  167. <widget class="QLabel" name="label_5">
  168. <property name="geometry">
  169. <rect>
  170. <x>10</x>
  171. <y>170</y>
  172. <width>31</width>
  173. <height>16</height>
  174. </rect>
  175. </property>
  176. <property name="text">
  177. <string>수량</string>
  178. </property>
  179. </widget>
  180. <widget class="QSpinBox" name="spinBox">
  181. <property name="geometry">
  182. <rect>
  183. <x>45</x>
  184. <y>165</y>
  185. <width>120</width>
  186. <height>22</height>
  187. </rect>
  188. </property>
  189. <property name="maximum">
  190. <number>1000000</number>
  191. </property>
  192. </widget>
  193. <widget class="QLabel" name="label_6">
  194. <property name="geometry">
  195. <rect>
  196. <x>10</x>
  197. <y>200</y>
  198. <width>31</width>
  199. <height>16</height>
  200. </rect>
  201. </property>
  202. <property name="text">
  203. <string>가격</string>
  204. </property>
  205. </widget>
  206. <widget class="QSpinBox" name="spinBox_2">
  207. <property name="geometry">
  208. <rect>
  209. <x>45</x>
  210. <y>195</y>
  211. <width>120</width>
  212. <height>22</height>
  213. </rect>
  214. </property>
  215. <property name="prefix">
  216. <string/>
  217. </property>
  218. <property name="maximum">
  219. <number>10000000</number>
  220. </property>
  221. <property name="singleStep">
  222. <number>100</number>
  223. </property>
  224. <property name="value">
  225. <number>0</number>
  226. </property>
  227. </widget>
  228. <widget class="QPushButton" name="pushButton">
  229. <property name="geometry">
  230. <rect>
  231. <x>10</x>
  232. <y>220</y>
  233. <width>75</width>
  234. <height>23</height>
  235. </rect>
  236. </property>
  237. <property name="styleSheet">
  238. <string notr="true">background-color:rgb(242, 178, 121);
  239. border-radius: 20px;
  240. border-color: rgb(255, 255, 255);</string>
  241. </property>
  242. <property name="text">
  243. <string>현금주문</string>
  244. </property>
  245. </widget>
  246. <widget class="QLineEdit" name="lineEdit_2">
  247. <property name="geometry">
  248. <rect>
  249. <x>45</x>
  250. <y>105</y>
  251. <width>120</width>
  252. <height>20</height>
  253. </rect>
  254. </property>
  255. <property name="styleSheet">
  256. <string notr="true">background-color:rgb(242, 178, 121);</string>
  257. </property>
  258. <property name="readOnly">
  259. <bool>true</bool>
  260. </property>
  261. </widget>
  262. </widget>
  263. <widget class="QGroupBox" name="groupBox_2">
  264. <property name="geometry">
  265. <rect>
  266. <x>200</x>
  267. <y>9</y>
  268. <width>831</width>
  269. <height>441</height>
  270. </rect>
  271. </property>
  272. <property name="styleSheet">
  273. <string notr="true">font: 9pt &quot;나눔고딕&quot;;
  274. </string>
  275. </property>
  276. <property name="title">
  277. <string>잔고 및 보유종목현황</string>
  278. </property>
  279. <widget class="QTableWidget" name="tableWidget">
  280. <property name="geometry">
  281. <rect>
  282. <x>10</x>
  283. <y>20</y>
  284. <width>811</width>
  285. <height>65</height>
  286. </rect>
  287. </property>
  288. <property name="styleSheet">
  289. <string notr="true">background-color: rgb(255, 255, 255);
  290. </string>
  291. </property>
  292. <property name="rowCount">
  293. <number>1</number>
  294. </property>
  295. <attribute name="horizontalHeaderDefaultSectionSize">
  296. <number>135</number>
  297. </attribute>
  298. <row/>
  299. <column>
  300. <property name="text">
  301. <string>예수금 (d+2)</string>
  302. </property>
  303. </column>
  304. <column>
  305. <property name="text">
  306. <string>총매입</string>
  307. </property>
  308. </column>
  309. <column>
  310. <property name="text">
  311. <string>총평가</string>
  312. </property>
  313. </column>
  314. <column>
  315. <property name="text">
  316. <string>총손익</string>
  317. </property>
  318. </column>
  319. <column>
  320. <property name="text">
  321. <string>총수익률 (%)</string>
  322. </property>
  323. </column>
  324. <column>
  325. <property name="text">
  326. <string>추정자산</string>
  327. </property>
  328. <property name="textAlignment">
  329. <set>AlignCenter</set>
  330. </property>
  331. </column>
  332. </widget>
  333. <widget class="QPushButton" name="pushButton_2">
  334. <property name="geometry">
  335. <rect>
  336. <x>750</x>
  337. <y>410</y>
  338. <width>75</width>
  339. <height>23</height>
  340. </rect>
  341. </property>
  342. <property name="styleSheet">
  343. <string notr="true">background-color:rgb(242, 178, 121);
  344. font: 9pt &quot;나눔고딕&quot;;
  345. border-radius: 25px;
  346. border-color: rgb(255, 255, 255);</string>
  347. </property>
  348. <property name="text">
  349. <string>조회</string>
  350. </property>
  351. </widget>
  352. <widget class="QGroupBox" name="groupBox_4">
  353. <property name="geometry">
  354. <rect>
  355. <x>670</x>
  356. <y>-140</y>
  357. <width>611</width>
  358. <height>131</height>
  359. </rect>
  360. </property>
  361. <property name="title">
  362. <string>잔고확인</string>
  363. </property>
  364. <widget class="QTableWidget" name="tableWidget_3">
  365. <property name="geometry">
  366. <rect>
  367. <x>10</x>
  368. <y>20</y>
  369. <width>591</width>
  370. <height>61</height>
  371. </rect>
  372. </property>
  373. <column>
  374. <property name="text">
  375. <string>예수금</string>
  376. </property>
  377. </column>
  378. <column>
  379. <property name="text">
  380. <string>총매입</string>
  381. </property>
  382. </column>
  383. <column>
  384. <property name="text">
  385. <string>총평가</string>
  386. </property>
  387. </column>
  388. <column>
  389. <property name="text">
  390. <string>총손익</string>
  391. </property>
  392. </column>
  393. <column>
  394. <property name="text">
  395. <string>총수익률</string>
  396. </property>
  397. </column>
  398. <column>
  399. <property name="text">
  400. <string>추정자산</string>
  401. </property>
  402. </column>
  403. </widget>
  404. <widget class="QPushButton" name="pushButton_3">
  405. <property name="geometry">
  406. <rect>
  407. <x>490</x>
  408. <y>90</y>
  409. <width>75</width>
  410. <height>23</height>
  411. </rect>
  412. </property>
  413. <property name="text">
  414. <string>현금주문</string>
  415. </property>
  416. </widget>
  417. </widget>
  418. <widget class="QCheckBox" name="checkBox">
  419. <property name="geometry">
  420. <rect>
  421. <x>660</x>
  422. <y>410</y>
  423. <width>81</width>
  424. <height>16</height>
  425. </rect>
  426. </property>
  427. <property name="text">
  428. <string>실시간 조회</string>
  429. </property>
  430. </widget>
  431. <widget class="QTableWidget" name="tableWidget_2">
  432. <property name="geometry">
  433. <rect>
  434. <x>10</x>
  435. <y>90</y>
  436. <width>811</width>
  437. <height>311</height>
  438. </rect>
  439. </property>
  440. <property name="styleSheet">
  441. <string notr="true">background-color: rgb(255, 255, 255);
  442. </string>
  443. </property>
  444. <attribute name="horizontalHeaderDefaultSectionSize">
  445. <number>135</number>
  446. </attribute>
  447. <column>
  448. <property name="text">
  449. <string>종목명</string>
  450. </property>
  451. </column>
  452. <column>
  453. <property name="text">
  454. <string>보유량</string>
  455. </property>
  456. </column>
  457. <column>
  458. <property name="text">
  459. <string>매입가</string>
  460. </property>
  461. </column>
  462. <column>
  463. <property name="text">
  464. <string>현재가</string>
  465. </property>
  466. </column>
  467. <column>
  468. <property name="text">
  469. <string>평가손익</string>
  470. </property>
  471. </column>
  472. <column>
  473. <property name="text">
  474. <string>수익률 (%)</string>
  475. </property>
  476. </column>
  477. </widget>
  478. </widget>
  479. <widget class="QGroupBox" name="groupBox_3">
  480. <property name="geometry">
  481. <rect>
  482. <x>0</x>
  483. <y>280</y>
  484. <width>201</width>
  485. <height>201</height>
  486. </rect>
  487. </property>
  488. <property name="styleSheet">
  489. <string notr="true">font: 9pt &quot;나눔고딕&quot;;
  490. </string>
  491. </property>
  492. <property name="title">
  493. <string>자동 선정 종목 리스트</string>
  494. </property>
  495. <widget class="QTableWidget" name="tableWidget_4">
  496. <property name="geometry">
  497. <rect>
  498. <x>10</x>
  499. <y>20</y>
  500. <width>181</width>
  501. <height>171</height>
  502. </rect>
  503. </property>
  504. <property name="styleSheet">
  505. <string notr="true">background-color: rgb(255, 255, 255);
  506. border-radius:15px;</string>
  507. </property>
  508. <column>
  509. <property name="text">
  510. <string>주문유형</string>
  511. </property>
  512. </column>
  513. <column>
  514. <property name="text">
  515. <string>종목명</string>
  516. </property>
  517. </column>
  518. <column>
  519. <property name="text">
  520. <string>호가구분</string>
  521. </property>
  522. </column>
  523. <column>
  524. <property name="text">
  525. <string>수량</string>
  526. </property>
  527. </column>
  528. <column>
  529. <property name="text">
  530. <string>가격</string>
  531. </property>
  532. </column>
  533. <column>
  534. <property name="text">
  535. <string>상태</string>
  536. </property>
  537. </column>
  538. </widget>
  539. </widget>
  540. <widget class="Widget" name="graph_viewer" native="true">
  541. <property name="geometry">
  542. <rect>
  543. <x>200</x>
  544. <y>459</y>
  545. <width>831</width>
  546. <height>281</height>
  547. </rect>
  548. </property>
  549. </widget>
  550. <widget class="QPushButton" name="pushButton_4">
  551. <property name="geometry">
  552. <rect>
  553. <x>20</x>
  554. <y>490</y>
  555. <width>161</width>
  556. <height>41</height>
  557. </rect>
  558. </property>
  559. <property name="styleSheet">
  560. <string notr="true">background-color:rgb(242, 178, 121);
  561. font: 9pt &quot;나눔고딕&quot;;
  562. border-radius: 15px;
  563. border-color: rgb(255, 255, 255);</string>
  564. </property>
  565. <property name="text">
  566. <string>그래프 조회</string>
  567. </property>
  568. </widget>
  569. <widget class="QPushButton" name="pushButton_5">
  570. <property name="geometry">
  571. <rect>
  572. <x>20</x>
  573. <y>550</y>
  574. <width>161</width>
  575. <height>41</height>
  576. </rect>
  577. </property>
  578. <property name="styleSheet">
  579. <string notr="true">background-color:rgb(246,211,148);
  580. font: 9pt &quot;나눔고딕&quot;;
  581. border-radius: 15px;
  582. border-color: rgb(255, 255, 255);</string>
  583. </property>
  584. <property name="text">
  585. <string>알고리즘 설명</string>
  586. </property>
  587. </widget>
  588. <widget class="QPushButton" name="pushButton_6">
  589. <property name="geometry">
  590. <rect>
  591. <x>20</x>
  592. <y>620</y>
  593. <width>161</width>
  594. <height>41</height>
  595. </rect>
  596. </property>
  597. <property name="styleSheet">
  598. <string notr="true">background-color:rgb(242, 178, 121);
  599. font: 9pt &quot;나눔고딕&quot;;
  600. border-radius: 15px;
  601. border-color: rgb(255, 255, 255);</string>
  602. </property>
  603. <property name="text">
  604. <string>오늘도 공부하는 개미</string>
  605. </property>
  606. </widget>
  607. <widget class="QPushButton" name="pushButton_7">
  608. <property name="geometry">
  609. <rect>
  610. <x>20</x>
  611. <y>690</y>
  612. <width>161</width>
  613. <height>41</height>
  614. </rect>
  615. </property>
  616. <property name="styleSheet">
  617. <string notr="true">background-color:rgb(246,211,148);
  618. font: 9pt &quot;나눔고딕&quot;;
  619. border-radius: 15px;
  620. border-color: rgb(255, 255, 255);</string>
  621. </property>
  622. <property name="text">
  623. <string>기업 데이터는 여기서~</string>
  624. </property>
  625. </widget>
  626. </widget>
  627. <widget class="QMenuBar" name="menubar">
  628. <property name="geometry">
  629. <rect>
  630. <x>0</x>
  631. <y>0</y>
  632. <width>1055</width>
  633. <height>21</height>
  634. </rect>
  635. </property>
  636. </widget>
  637. <widget class="QStatusBar" name="statusbar"/>
  638. </widget>
  639. <customwidgets>
  640. <customwidget>
  641. <class>Widget</class>
  642. <extends>QWidget</extends>
  643. <header>widgetfile.h</header>
  644. <container>1</container>
  645. </customwidget>
  646. </customwidgets>
  647. <resources/>
  648. <connections/>
  649. </ui>