| | |
| | | <item row="0" column="0"> |
| | | <widget class="QTabWidget" name="tabWidget"> |
| | | <property name="currentIndex"> |
| | | <number>0</number> |
| | | <number>1</number> |
| | | </property> |
| | | <widget class="QWidget" name="tab"> |
| | | <attribute name="title"> |
| | |
| | | <item> |
| | | <property name="text"> |
| | | <string>中国移动</string> |
| | | </property> |
| | | </item> |
| | | <item> |
| | | <property name="text"> |
| | | <string>工商银行</string> |
| | | </property> |
| | | </item> |
| | | </widget> |
| | |
| | | <attribute name="title"> |
| | | <string>开始定投</string> |
| | | </attribute> |
| | | <widget class="QGroupBox" name="groupBox_2"> |
| | | <property name="geometry"> |
| | | <rect> |
| | | <x>20</x> |
| | | <y>30</y> |
| | | <width>801</width> |
| | | <height>111</height> |
| | | </rect> |
| | | </property> |
| | | <property name="title"> |
| | | <string>定投买入</string> |
| | | </property> |
| | | </widget> |
| | | <widget class="QTableView" name="tableView_2"> |
| | | <property name="geometry"> |
| | | <rect> |
| | | <x>20</x> |
| | | <y>160</y> |
| | | <width>801</width> |
| | | <height>391</height> |
| | | </rect> |
| | | </property> |
| | | </widget> |
| | | <layout class="QGridLayout" name="gridLayout_5"> |
| | | <item row="0" column="0"> |
| | | <widget class="QGroupBox" name="groupBox_2"> |
| | | <property name="title"> |
| | | <string>定投买入</string> |
| | | </property> |
| | | <layout class="QGridLayout" name="gridLayout_4"> |
| | | <item row="0" column="0"> |
| | | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| | | <item> |
| | | <widget class="QLabel" name="label_8"> |
| | | <property name="text"> |
| | | <string>个股</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QComboBox" name="comboBox_3"> |
| | | <property name="editable"> |
| | | <bool>true</bool> |
| | | </property> |
| | | <item> |
| | | <property name="text"> |
| | | <string>长江电力</string> |
| | | </property> |
| | | </item> |
| | | <item> |
| | | <property name="text"> |
| | | <string>中国神华</string> |
| | | </property> |
| | | </item> |
| | | <item> |
| | | <property name="text"> |
| | | <string>中国电信</string> |
| | | </property> |
| | | </item> |
| | | <item> |
| | | <property name="text"> |
| | | <string>中国移动</string> |
| | | </property> |
| | | </item> |
| | | <item> |
| | | <property name="text"> |
| | | <string>工商银行</string> |
| | | </property> |
| | | </item> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <spacer name="horizontalSpacer_2"> |
| | | <property name="orientation"> |
| | | <enum>Qt::Horizontal</enum> |
| | | </property> |
| | | <property name="sizeHint" stdset="0"> |
| | | <size> |
| | | <width>40</width> |
| | | <height>20</height> |
| | | </size> |
| | | </property> |
| | | </spacer> |
| | | </item> |
| | | <item> |
| | | <widget class="QLabel" name="label_13"> |
| | | <property name="text"> |
| | | <string>最新价(元)</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QLabel" name="label_closePrice_2"> |
| | | <property name="text"> |
| | | <string>0</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <spacer name="horizontalSpacer_3"> |
| | | <property name="orientation"> |
| | | <enum>Qt::Horizontal</enum> |
| | | </property> |
| | | <property name="sizeHint" stdset="0"> |
| | | <size> |
| | | <width>40</width> |
| | | <height>20</height> |
| | | </size> |
| | | </property> |
| | | </spacer> |
| | | </item> |
| | | </layout> |
| | | </item> |
| | | <item row="0" column="1"> |
| | | <widget class="QPushButton" name="pushButton_buy"> |
| | | <property name="text"> |
| | | <string>申请买入</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item row="1" column="0"> |
| | | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| | | <item> |
| | | <widget class="QLabel" name="label_11"> |
| | | <property name="text"> |
| | | <string>定投金额[元]</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QLineEdit" name="lineEdit_money"/> |
| | | </item> |
| | | </layout> |
| | | </item> |
| | | <item row="2" column="0"> |
| | | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
| | | <item> |
| | | <widget class="QLabel" name="label_12"> |
| | | <property name="text"> |
| | | <string>定投份数[手]</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QLineEdit" name="lineEdit_buyNum"> |
| | | <property name="text"> |
| | | <string>1</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | </layout> |
| | | </item> |
| | | </layout> |
| | | </widget> |
| | | </item> |
| | | <item row="1" column="0"> |
| | | <widget class="QTableView" name="tableView_buyRecord"/> |
| | | </item> |
| | | </layout> |
| | | </widget> |
| | | </widget> |
| | | </item> |