Files
kis_bot/ls_sample/sample_python/ui/search-window.ui
2026-07-30 18:05:07 +09:00

91 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>769</width>
<height>817</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="file_select_button">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string> ACF 선택 </string>
</property>
</widget>
<widget class="QTableWidget" name="search_stocks_table">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>771</width>
<height>791</height>
</rect>
</property>
<column>
<property name="text">
<string>종목명</string>
</property>
</column>
<column>
<property name="text">
<string>종목코드</string>
</property>
</column>
<column>
<property name="text">
<string>현재가</string>
</property>
</column>
<column>
<property name="text">
<string>전일대비</string>
</property>
</column>
<column>
<property name="text">
<string>등락률</string>
</property>
</column>
<column>
<property name="text">
<string>거래량</string>
</property>
</column>
<column>
<property name="text">
<string>상태</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="end_btn">
<property name="geometry">
<rect>
<x>90</x>
<y>0</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>종료</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>