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.
150 lines
3.8 KiB
150 lines
3.8 KiB
<?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>1294</width>
|
|
<height>701</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="18">
|
|
<property name="spacing">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QWidget" name="widget_2" native="true">
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="ImportWidget" name="iwidget">
|
|
<attribute name="title">
|
|
<string>导入数据</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="trendWidet" name="twidget">
|
|
<attribute name="title">
|
|
<string>动量分析</string>
|
|
</attribute>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1294</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuklui">
|
|
<property name="title">
|
|
<string>开始</string>
|
|
</property>
|
|
<addaction name="action"/>
|
|
<addaction name="action_5"/>
|
|
<addaction name="action_3"/>
|
|
<addaction name="actionaa"/>
|
|
<addaction name="action_4"/>
|
|
<addaction name="action_import"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu">
|
|
<property name="title">
|
|
<string>配置</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_2">
|
|
<property name="title">
|
|
<string>帮助</string>
|
|
</property>
|
|
<addaction name="action_2"/>
|
|
</widget>
|
|
<addaction name="menuklui"/>
|
|
<addaction name="menu"/>
|
|
<addaction name="menu_2"/>
|
|
</widget>
|
|
<action name="action">
|
|
<property name="text">
|
|
<string>导入全A股票</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_2">
|
|
<property name="text">
|
|
<string>关于我们</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionaa">
|
|
<property name="text">
|
|
<string>导入东财指数</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_import">
|
|
<property name="text">
|
|
<string>批量导入</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_3">
|
|
<property name="text">
|
|
<string>导入涨跌停</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_4">
|
|
<property name="text">
|
|
<string>导入板块创新高</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_5">
|
|
<property name="text">
|
|
<string>导入个股创新高</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>ImportWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">importwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>trendWidet</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">trendwidet.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|