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

zhaoyao/CTPDirector
关闭

forked from 依尚/CTPDirector
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
defaultorderdialog.ui 3.57 KB
一键复制 编辑 原始数据 按行查看 历史
MeGustas 提交于 2016-08-24 03:41 . 原始版本提交 Part-2
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DefaultOrderDialog</class>
<widget class="QDialog" name="DefaultOrderDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<height>353</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>10</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>20</x>
<y>40</y>
<width>151</width>
<height>301</height>
</rect>
</property>
<property name="title">
<string>默认下单量</string>
</property>
<widget class="QTableWidget" name="tableWidget_contracts">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>151</width>
<height>271</height>
</rect>
</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="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>200</x>
<y>50</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>开启双击行情下单</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>200</x>
<y>70</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>合约:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Contract">
<property name="geometry">
<rect>
<x>200</x>
<y>90</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>200</x>
<y>120</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>下单量</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Amount">
<property name="geometry">
<rect>
<x>200</x>
<y>140</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="Button_Commit">
<property name="geometry">
<rect>
<x>200</x>
<y>210</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>提交</string>
</property>
</widget>
<widget class="QPushButton" name="Button_Del">
<property name="geometry">
<rect>
<x>200</x>
<y>300</y>
<width>75</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

搜索帮助