6 Star 9 Fork 4

依尚/CTP-Future

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
selfmarketdialog.ui 3.40 KB
一键复制 编辑 原始数据 按行查看 历史
MeGustas 提交于 2017-04-05 09:52 . 添加初始版本 - (UFX版本)
<?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>642</width>
<height>448</height>
</rect>
</property>
<property name="windowTitle">
<string>选项设置</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>30</x>
<y>50</y>
<width>251</width>
<height>341</height>
</rect>
</property>
<property name="title">
<string>可选合约</string>
</property>
<widget class="QTableWidget" name="tableWidget_Contracts">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>251</width>
<height>311</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>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>330</x>
<y>50</y>
<width>251</width>
<height>341</height>
</rect>
</property>
<property name="title">
<string>已选合约</string>
</property>
<widget class="QTableWidget" name="tableWidget_Selected">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>251</width>
<height>311</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="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>340</x>
<y>10</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>合约输入:</string>
</property>
</widget>
<widget class="QPushButton" name="m_OK">
<property name="geometry">
<rect>
<x>410</x>
<y>410</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
<widget class="QLineEdit" name="ContractName">
<property name="geometry">
<rect>
<x>400</x>
<y>10</y>
<width>181</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_Exchange">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>251</width>
<height>22</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/soso58/CTP-Future.git
[email protected]:soso58/CTP-Future.git
soso58
CTP-Future
CTP-Future
master

搜索帮助