<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ETFStockInfo</class>
|
<widget class="QMainWindow" name="ETFStockInfo">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>600</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<layout class="QGridLayout" name="gridLayout">
|
<item row="0" column="0">
|
<widget class="QTabWidget" name="tabWidget">
|
<property name="currentIndex">
|
<number>0</number>
|
</property>
|
<widget class="QWidget" name="tab">
|
<attribute name="title">
|
<string>ETF行情</string>
|
</attribute>
|
<layout class="QGridLayout" name="gridLayout_2">
|
<item row="0" column="0">
|
<widget class="QGroupBox" name="groupBox">
|
<property name="title">
|
<string>查询行情</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="QComboBox" name="comboBox">
|
<item>
|
<property name="text">
|
<string>时间</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>类型2</string>
|
</property>
|
</item>
|
</widget>
|
</item>
|
<item>
|
<widget class="QDateTimeEdit" name="dateTimeEdit">
|
<property name="date">
|
<date>
|
<year>2025</year>
|
<month>1</month>
|
<day>1</day>
|
</date>
|
</property>
|
<property name="displayFormat">
|
<string>yyyy-MM-dd HH:mm:ss</string>
|
</property>
|
<property name="calendarPopup">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_search_date">
|
<property name="text">
|
<string>查询指定日期</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_market">
|
<property name="text">
|
<string>查询最新</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QCheckBox" name="checkBox_update">
|
<property name="text">
|
<string>更新</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_days">
|
<property name="editable">
|
<bool>true</bool>
|
</property>
|
<item>
|
<property name="text">
|
<string>0</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>1</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>2</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>3</string>
|
</property>
|
</item>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_3">
|
<property name="text">
|
<string>天</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_update">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="text">
|
<string>更新</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QTableView" name="tableView_market"/>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="tab_2">
|
<attribute name="title">
|
<string>ETF持仓</string>
|
</attribute>
|
<layout class="QGridLayout" name="gridLayout_3">
|
<item row="0" column="0">
|
<widget class="QGroupBox" name="groupBox_2">
|
<property name="title">
|
<string>查询条件</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<item>
|
<widget class="QComboBox" name="comboBox_type">
|
<item>
|
<property name="text">
|
<string>成交额</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>成交量</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>涨幅</string>
|
</property>
|
</item>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_2">
|
<property name="text">
|
<string>前</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_rank">
|
<property name="editable">
|
<bool>true</bool>
|
</property>
|
<item>
|
<property name="text">
|
<string>100</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>300</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>500</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>1000</string>
|
</property>
|
</item>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label">
|
<property name="text">
|
<string>名</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_position_search">
|
<property name="text">
|
<string>查询</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QTableView" name="tableView_position"/>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="tab_3">
|
<attribute name="title">
|
<string>ETF趋势</string>
|
</attribute>
|
<layout class="QGridLayout" name="gridLayout_4">
|
<item row="0" column="0">
|
<widget class="QGroupBox" name="groupBox_3">
|
<property name="title">
|
<string>查询条件</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<item>
|
<widget class="QComboBox" name="comboBox_2">
|
<item>
|
<property name="text">
|
<string>排名</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>全部</string>
|
</property>
|
</item>
|
</widget>
|
</item>
|
<item>
|
<widget class="QDateTimeEdit" name="dateTimeEdit_3">
|
<property name="date">
|
<date>
|
<year>2025</year>
|
<month>1</month>
|
<day>1</day>
|
</date>
|
</property>
|
<property name="displayFormat">
|
<string>yyyy-MM-dd HH:mm:ss</string>
|
</property>
|
<property name="calendarPopup">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_2">
|
<property name="text">
|
<string>查询</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QTableView" name="tableView_trend"/>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QMenuBar" name="menubar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|