代码拉取完成,页面将自动刷新
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。