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

131 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Test</class>
<widget class="QWidget" name="Test">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>354</width>
<height>310</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="to_balance_page">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>잔고조회</string>
</property>
</widget>
<widget class="QPushButton" name="to_order_page">
<property name="geometry">
<rect>
<x>120</x>
<y>40</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>주문 페이지</string>
</property>
</widget>
<widget class="QLineEdit" name="login_id_input">
<property name="geometry">
<rect>
<x>120</x>
<y>120</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="login_pw_input">
<property name="geometry">
<rect>
<x>120</x>
<y>160</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="login_id_label">
<property name="geometry">
<rect>
<x>70</x>
<y>120</y>
<width>56</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string> I D </string>
</property>
</widget>
<widget class="QLabel" name="login_pw_label">
<property name="geometry">
<rect>
<x>50</x>
<y>160</y>
<width>56</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string> 비밀번호 </string>
</property>
</widget>
<widget class="QPushButton" name="login_button">
<property name="geometry">
<rect>
<x>120</x>
<y>210</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string> 로그인 </string>
</property>
</widget>
<widget class="QPushButton" name="to_search_page">
<property name="geometry">
<rect>
<x>220</x>
<y>40</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>검색 페이지</string>
</property>
</widget>
<widget class="QLabel" name="status_label">
<property name="geometry">
<rect>
<x>50</x>
<y>260</y>
<width>251</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>로그인 해주세요</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>