调整页面的布局

This commit is contained in:
halliday2023 2024-02-25 16:19:26 +08:00
parent 0774a85101
commit 214c5ec3c4
1 changed files with 550 additions and 582 deletions

View File

@ -28,93 +28,40 @@
<attribute name="title"> <attribute name="title">
<string>文件</string> <string>文件</string>
</attribute> </attribute>
<layout class="QHBoxLayout" name="horizontalLayout_8"> <layout class="QVBoxLayout" name="verticalLayout_13">
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout_10" stretch="2,0,3,0"> <layout class="QVBoxLayout" name="verticalLayout_10" stretch="2,3">
<item> <item>
<widget class="QGroupBox" name="groupBox_3"> <widget class="QGroupBox" name="groupBox_3">
<property name="title"> <property name="title">
<string>基本信息:</string> <string>基本信息:</string>
</property> </property>
<widget class="QWidget" name="layoutWidget"> <layout class="QVBoxLayout" name="verticalLayout_4">
<property name="geometry">
<rect>
<x>11</x>
<y>20</y>
<width>378</width>
<height>132</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="0,0,0,1">
<item> <item>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="filename_label"> <widget class="QLabel" name="filename_label">
<property name="text"> <property name="text">
<string>文件名</string> <string>文件名</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="1" column="0">
<widget class="QLabel" name="output_label"> <widget class="QLabel" name="output_label">
<property name="text"> <property name="text">
<string>输出路径</string> <string>输出路径</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="2" column="0">
<widget class="QLabel" name="fileinit_label"> <widget class="QLabel" name="fileinit_label">
<property name="text"> <property name="text">
<string>初始数据量</string> <string>初始数据量</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="1" column="1">
<spacer name="verticalSpacer_2"> <layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5" stretch="0,0">
<item>
<widget class="QLineEdit" name="fileNameText">
<property name="text">
<string>filetest</string>
</property>
<property name="placeholderText">
<string>文件名</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>24</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9" stretch="5,0">
<item> <item>
<widget class="QLineEdit" name="fileOutputText"> <widget class="QLineEdit" name="fileOutputText">
<property name="placeholderText"> <property name="placeholderText">
@ -123,23 +70,9 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="choosedir_Button"> <widget class="QToolButton" name="choosedir_Button">
<property name="text"> <property name="text">
<string>选择目录</string> <string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLineEdit" name="fileInitRowsText">
<property name="text">
<string>10</string>
</property>
<property name="placeholderText">
<string/>
</property> </property>
</widget> </widget>
</item> </item>
@ -158,20 +91,17 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item> <item>
<spacer name="verticalSpacer"> <widget class="QLineEdit" name="fileNameText">
<property name="orientation"> <property name="text">
<enum>Qt::Vertical</enum> <string>filetest</string>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="placeholderText">
<size> <string>文件名</string>
<width>20</width>
<height>40</height>
</size>
</property> </property>
</spacer> </widget>
</item>
</layout>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer_4"> <spacer name="horizontalSpacer_4">
@ -187,36 +117,115 @@
</spacer> </spacer>
</item> </item>
</layout> </layout>
</widget> </item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLineEdit" name="fileInitRowsText">
<property name="text">
<string>10</string>
</property>
<property name="placeholderText">
<string/>
</property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="verticalSpacer_3"> <spacer name="horizontalSpacer_7">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>40</width>
<height>15</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item> <item>
<widget class="QGroupBox" name="groupBox_2"> <widget class="QGroupBox" name="groupBox_2">
<property name="title"> <property name="title">
<string>参数配置:</string> <string>参数配置:</string>
</property> </property>
<widget class="QFrame" name="frame"> <layout class="QHBoxLayout" name="horizontalLayout_20">
<property name="geometry"> <item>
<rect> <layout class="QVBoxLayout" name="verticalLayout_6">
<x>12</x> <item>
<y>64</y> <layout class="QHBoxLayout" name="horizontalLayout_8" stretch="0,1">
<width>337</width> <item>
<height>72</height> <spacer name="horizontalSpacer_15">
</rect> <property name="orientation">
<enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="filearges_bool_label">
<property name="text">
<string>是否持续生成:</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>是/否</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_17">
<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>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11" stretch="0,1">
<item>
<spacer name="horizontalSpacer_16">
<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="QFrame" name="frame">
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
@ -241,7 +250,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>200</string> <string>100</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -281,53 +290,30 @@
</item> </item>
</layout> </layout>
</item> </item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>12</x>
<y>27</y>
<width>174</width>
<height>22</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QLabel" name="filearges_bool_label"> <spacer name="verticalSpacer">
<property name="text">
<string>是否持续生成:</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>是/否</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<spacer name="verticalSpacer_5">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>40</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
</layout> </layout>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item> </item>
</layout> </layout>
</widget> </widget>
@ -335,145 +321,58 @@
<attribute name="title"> <attribute name="title">
<string>数据库</string> <string>数据库</string>
</attribute> </attribute>
<widget class="QLabel" name="db_type_label"> <layout class="QHBoxLayout" name="horizontalLayout_19">
<property name="geometry"> <item>
<rect> <layout class="QVBoxLayout" name="verticalLayout_11">
<x>20</x> <item>
<y>30</y> <widget class="QGroupBox" name="groupBox_4">
<width>71</width> <property name="title">
<height>21</height> <string>连接信息:</string>
</rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="db_type_label">
<property name="text"> <property name="text">
<string>数据库类型</string> <string>数据库类型</string>
</property> </property>
</widget> </widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="IP_label"> <widget class="QLabel" name="IP_label">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>IP地址</string> <string>IP地址</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="port_label"> </item>
<property name="geometry"> <item row="2" column="0">
<rect>
<x>200</x>
<y>60</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>端口</string>
</property>
</widget>
<widget class="QLabel" name="db_database_label">
<property name="geometry">
<rect>
<x>300</x>
<y>60</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Database</string>
</property>
</widget>
<widget class="QLabel" name="db_servername_label"> <widget class="QLabel" name="db_servername_label">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>服务名</string> <string>服务名</string>
</property> </property>
</widget> </widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="db_user_label"> <widget class="QLabel" name="db_user_label">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>用户名</string> <string>用户名</string>
</property> </property>
</widget> </widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="db_passwd_label"> <widget class="QLabel" name="db_passwd_label">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>密码</string> <string>密 码</string>
</property>
</widget>
<widget class="QLabel" name="db_arges_label">
<property name="geometry">
<rect>
<x>0</x>
<y>240</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>参数配置:</string>
</property>
</widget>
<widget class="QLabel" name="db_info_label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>连接信息:</string>
</property>
</widget>
<widget class="QPushButton" name="conn_Button">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>测试连接</string>
</property> </property>
</widget> </widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QComboBox" name="db_type_Box"> <widget class="QComboBox" name="db_type_Box">
<property name="geometry">
<rect>
<x>90</x>
<y>30</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<item> <item>
<property name="text"> <property name="text">
<string>MySQL5</string> <string>MySQL5</string>
@ -495,65 +394,93 @@
</property> </property>
</item> </item>
</widget> </widget>
<widget class="QLineEdit" name="IP_text"> </item>
<property name="geometry"> <item>
<rect> <spacer name="horizontalSpacer_11">
<x>90</x> <property name="orientation">
<y>60</y> <enum>Qt::Horizontal</enum>
<width>101</width> </property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height> <height>20</height>
</rect> </size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QLineEdit" name="IP_text"/>
</item>
<item>
<widget class="QLabel" name="port_label">
<property name="text">
<string>端口</string>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="port_text"> </item>
<property name="geometry"> <item>
<rect> <widget class="QLineEdit" name="port_text"/>
<x>230</x> </item>
<y>60</y> <item>
<width>61</width> <widget class="QLabel" name="db_database_label">
<height>20</height> <property name="text">
</rect> <string>Database</string>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="db_database_text"> </item>
<property name="geometry"> <item>
<rect> <widget class="QLineEdit" name="db_database_text"/>
<x>360</x> </item>
<y>60</y> </layout>
<width>81</width> </item>
<height>20</height> <item row="2" column="1">
</rect> <layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLineEdit" name="db_servername_text"/>
</item>
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property> </property>
</widget> <property name="sizeHint" stdset="0">
<widget class="QLineEdit" name="db_servername_text"> <size>
<property name="geometry"> <width>40</width>
<rect>
<x>90</x>
<y>90</y>
<width>101</width>
<height>20</height> <height>20</height>
</rect> </size>
</property> </property>
</widget> </spacer>
<widget class="QLineEdit" name="db_user_text"> </item>
<property name="geometry"> </layout>
<rect> </item>
<x>90</x> <item row="3" column="1">
<y>130</y> <layout class="QHBoxLayout" name="horizontalLayout_14">
<width>101</width> <item>
<widget class="QLineEdit" name="db_user_text"/>
</item>
<item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height> <height>20</height>
</rect> </size>
</property> </property>
</widget> </spacer>
</item>
</layout>
</item>
<item row="4" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="QLineEdit" name="db_passwd_text"> <widget class="QLineEdit" name="db_passwd_text">
<property name="geometry">
<rect>
<x>90</x>
<y>160</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
@ -564,29 +491,118 @@
<string/> <string/>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="db_insert_label"> </item>
<property name="geometry"> <item>
<rect> <spacer name="horizontalSpacer_12">
<x>40</x> <property name="orientation">
<y>260</y> <enum>Qt::Horizontal</enum>
<width>101</width>
<height>41</height>
</rect>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QPushButton" name="conn_Button">
<property name="text">
<string>测试连接</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<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>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>参数配置:</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<spacer name="horizontalSpacer_14">
<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="db_insert_label">
<property name="text"> <property name="text">
<string>每次插入数据量:</string> <string>每次插入数据量:</string>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="db_insert_text"> </item>
<property name="geometry"> <item>
<rect> <widget class="QLineEdit" name="db_insert_text"/>
<x>140</x> </item>
<y>270</y> <item>
<width>101</width> <spacer name="horizontalSpacer_13">
<height>20</height> <property name="orientation">
</rect> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget> </widget>
</item>
</layout>
</item>
</layout>
</widget> </widget>
</widget> </widget>
</item> </item>
@ -781,54 +797,6 @@
</hint> </hint>
</hints> </hints>
</connection> </connection>
<connection>
<sender>tabWidget</sender>
<signal>tabBarClicked(int)</signal>
<receiver>db_servername_label</receiver>
<slot>hide()</slot>
<hints>
<hint type="sourcelabel">
<x>88</x>
<y>45</y>
</hint>
<hint type="destinationlabel">
<x>66</x>
<y>156</y>
</hint>
</hints>
</connection>
<connection>
<sender>db_type_Box</sender>
<signal>currentTextChanged(QString)</signal>
<receiver>db_servername_label</receiver>
<slot>show()</slot>
<hints>
<hint type="sourcelabel">
<x>151</x>
<y>104</y>
</hint>
<hint type="destinationlabel">
<x>78</x>
<y>154</y>
</hint>
</hints>
</connection>
<connection>
<sender>choosedir_Button</sender>
<signal>clicked(bool)</signal>
<receiver>MainWindow</receiver>
<slot>choosedir()</slot>
<hints>
<hint type="sourcelabel">
<x>302</x>
<y>137</y>
</hint>
<hint type="destinationlabel">
<x>428</x>
<y>31</y>
</hint>
</hints>
</connection>
</connections> </connections>
<slots> <slots>
<slot>start()</slot> <slot>start()</slot>