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

zhaoyao/CTPDirector
关闭

forked from 依尚/CTPDirector
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
selfmarketdialog.ui 4.36 KB
一键复制 编辑 原始数据 按行查看 历史
MeGustas 提交于 2016-08-24 15:41 +08:00 . 原始版本提交 Part-3
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SelfMarketDialog</class>
<widget class="QDialog" name="SelfMarketDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>367</height>
</rect>
</property>
<property name="windowTitle">
<string>选项设置</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>271</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>30</y>
<width>241</width>
<height>331</height>
</rect>
</property>
<property name="title">
<string>可选合约</string>
</property>
<widget class="QTableWidget" name="tableWidget_Contracts">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>221</width>
<height>271</height>
</rect>
</property>
<property name="rowCount">
<number>0</number>
</property>
<property name="columnCount">
<number>2</number>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>55</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>合约代码</string>
</property>
</column>
<column>
<property name="text">
<string>合约名称</string>
</property>
</column>
</widget>
<widget class="QComboBox" name="comboBox_Exchange">
<property name="geometry">
<rect>
<x>50</x>
<y>20</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>交易所</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>300</x>
<y>30</y>
<width>231</width>
<height>331</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>211</width>
<height>301</height>
</rect>
</property>
<property name="columnCount">
<number>2</number>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>55</number>
</attribute>
<column>
<property name="text">
<string>合约代码</string>
</property>
</column>
<column>
<property name="text">
<string>合约名称</string>
</property>
</column>
</widget>
</widget>
<widget class="QPushButton" name="Button_Add">
<property name="geometry">
<rect>
<x>250</x>
<y>140</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>190</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>530</x>
<y>140</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>530</x>
<y>190</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

搜索帮助