6 Star 9 Fork 4

依尚/CTP-Future

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CombineControlDlg.ui 6.79 KB
一键复制 编辑 原始数据 按行查看 历史
MeGustas 提交于 2017-04-05 09:52 . 添加初始版本 - (UFX版本)
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CombineControlDlg</class>
<widget class="QDialog" name="CombineControlDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>270</width>
<height>340</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>资金账号</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>140</x>
<y>30</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>组合类型</string>
</property>
</widget>
<widget class="QComboBox" name="m_AccountName">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>69</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="m_CombineType">
<property name="geometry">
<rect>
<x>140</x>
<y>50</y>
<width>69</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>第一腿</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>140</x>
<y>100</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>第二腿</string>
</property>
</widget>
<widget class="QCheckBox" name="m_TaobaoLeg1">
<property name="geometry">
<rect>
<x>90</x>
<y>120</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>套保</string>
</property>
</widget>
<widget class="QCheckBox" name="m_TaobaoLeg2">
<property name="geometry">
<rect>
<x>220</x>
<y>120</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>套保</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>买卖</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>开平</string>
</property>
</widget>
<widget class="QRadioButton" name="m_BuyRadio">
<property name="geometry">
<rect>
<x>50</x>
<y>160</y>
<width>89</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>买入</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_SellRadio">
<property name="geometry">
<rect>
<x>120</x>
<y>160</y>
<width>89</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>卖出</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_KaiRadio">
<property name="geometry">
<rect>
<x>50</x>
<y>200</y>
<width>89</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>开仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_PingRadio">
<property name="geometry">
<rect>
<x>120</x>
<y>200</y>
<width>89</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>平仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_PingJinRadio">
<property name="geometry">
<rect>
<x>190</x>
<y>200</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>平今仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>委托价差</string>
</property>
</widget>
<widget class="QLineEdit" name="m_PriceMargin">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>61</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>90</x>
<y>240</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>委托手数</string>
</property>
</widget>
<widget class="QSpinBox" name="m_LotCnt">
<property name="geometry">
<rect>
<x>90</x>
<y>260</y>
<width>61</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="m_OKButton">
<property name="geometry">
<rect>
<x>170</x>
<y>260</y>
<width>75</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
<widget class="QLineEdit" name="m_FirstLeg">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="m_SecondLeg">
<property name="geometry">
<rect>
<x>140</x>
<y>120</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
<buttongroups>
<buttongroup name="buttonGroup"/>
<buttongroup name="buttonGroup_2"/>
</buttongroups>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/soso58/CTP-Future.git
[email protected]:soso58/CTP-Future.git
soso58
CTP-Future
CTP-Future
master

搜索帮助