当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 7

zhaoyao/CTPDirector
关闭

forked from 依尚/CTPDirector
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
combineexchdialog.ui 3.98 KB
一键复制 编辑 原始数据 按行查看 历史
MeGustas 提交于 2016-08-24 03:40 . 原始版本提交 Part-1
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CombineExchDialog</class>
<widget class="QDialog" name="CombineExchDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>599</width>
<height>367</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>交易所组合行情</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>231</width>
<height>341</height>
</rect>
</property>
<property name="title">
<string>可选合约</string>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>交易所</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_Exchange">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget_contracts">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>211</width>
<height>281</height>
</rect>
</property>
<property name="columnCount">
<number>1</number>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>100</number>
</attribute>
<column>
<property name="text">
<string>合约代码</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>310</x>
<y>20</y>
<width>221</width>
<height>341</height>
</rect>
</property>
<property name="title">
<string>已选合约</string>
</property>
<widget class="QTableWidget" name="tableWidget_selected">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>201</width>
<height>311</height>
</rect>
</property>
<property name="columnCount">
<number>1</number>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>100</number>
</attribute>
<column>
<property name="text">
<string>合约代码</string>
</property>
</column>
</widget>
</widget>
<widget class="QPushButton" name="Button_Add">
<property name="geometry">
<rect>
<x>250</x>
<y>120</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>添加-&gt;</string>
</property>
</widget>
<widget class="QPushButton" name="Button_Del">
<property name="geometry">
<rect>
<x>250</x>
<y>180</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>&lt;-删除</string>
</property>
</widget>
<widget class="QPushButton" name="Button_Up">
<property name="geometry">
<rect>
<x>540</x>
<y>120</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>上移</string>
</property>
</widget>
<widget class="QPushButton" name="Button_Down">
<property name="geometry">
<rect>
<x>540</x>
<y>180</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>下移</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhaoyao219/CTPDirector.git
[email protected]:zhaoyao219/CTPDirector.git
zhaoyao219
CTPDirector
CTPDirector
master

搜索帮助