代码拉取完成,页面将自动刷新
同步操作将从 Shui-Qing/wisdom 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>owner</class>
<widget class="QWidget" name="owner">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1400</width>
<height>800</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1400</width>
<height>800</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1400</width>
<height>800</height>
</size>
</property>
<property name="windowTitle">
<string>业主</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 127);</string>
</property>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>60</y>
<width>231</width>
<height>781</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(240, 240, 240);</string>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="midLineWidth">
<number>0</number>
</property>
<property name="spacing">
<number>5</number>
</property>
<item>
<property name="text">
<string> 菜单</string>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="background">
<brush brushstyle="NoBrush">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>127</blue>
</color>
</brush>
</property>
</item>
<item>
<property name="text">
<string> 【】车位管理</string>
</property>
<property name="background">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>127</blue>
</color>
</brush>
</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>
<property name="background">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>127</blue>
</color>
</brush>
</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>
<property name="background">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>127</blue>
</color>
</brush>
</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>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1400</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 0);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>22</x>
<y>7</y>
<width>170</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 16pt "Adobe Arabic";
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);</string>
</property>
<property name="text">
<string>用户名</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>1200</x>
<y>7</y>
<width>170</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 16pt "Adobe Arabic";
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);</string>
</property>
<property name="text">
<string>退出</string>
</property>
</widget>
</widget>
<widget class="QTableView" name="tableView">
<property name="geometry">
<rect>
<x>233</x>
<y>140</y>
<width>1168</width>
<height>651</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 127);</string>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
</widget>
<widget class="QFrame" name="frame_3">
<property name="geometry">
<rect>
<x>233</x>
<y>98</y>
<width>1168</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>300</x>
<y>5</y>
<width>93</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-color: rgb(255, 255, 255);
background-color: rgb(0, 0, 127);</string>
</property>
<property name="text">
<string>查询</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>180</x>
<y>1</y>
<width>113</width>
<height>35</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background:transparent;</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>120</x>
<y>5</y>
<width>51</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>姓 名:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_5">
<property name="geometry">
<rect>
<x>185</x>
<y>5</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background-color: rgb(255, 255, 255);</string>
</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>
<widget class="QComboBox" name="comboBox_4">
<property name="geometry">
<rect>
<x>185</x>
<y>5</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background-color: rgb(255, 255, 255);</string>
</property>
<item>
<property name="text">
<string>进行中</string>
</property>
</item>
<item>
<property name="text">
<string>已完成</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>300</x>
<y>5</y>
<width>93</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-color: rgb(255, 255, 255);
background-color: rgb(0, 0, 127);</string>
</property>
<property name="text">
<string>搜索</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_2">
<property name="geometry">
<rect>
<x>233</x>
<y>61</y>
<width>1168</width>
<height>36</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>5</x>
<y>5</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
border:none;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>260</x>
<y>180</y>
<width>301</width>
<height>271</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 36pt "Adobe Arabic";
background-color: rgb(0, 0, 127);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>欢迎使用!</string>
</property>
</widget>
<widget class="QWidget" name="widget_3" native="true">
<property name="geometry">
<rect>
<x>620</x>
<y>200</y>
<width>411</width>
<height>431</height>
</rect>
</property>
<widget class="QLabel" name="label_23">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>申请人:</string>
</property>
</widget>
<widget class="QLabel" name="label_24">
<property name="geometry">
<rect>
<x>80</x>
<y>140</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>注册车牌:</string>
</property>
</widget>
<widget class="QLabel" name="label_25">
<property name="geometry">
<rect>
<x>80</x>
<y>200</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>联系电话:</string>
</property>
</widget>
<widget class="QLabel" name="label_26">
<property name="geometry">
<rect>
<x>80</x>
<y>260</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>身份证号:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_20">
<property name="geometry">
<rect>
<x>180</x>
<y>80</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_21">
<property name="geometry">
<rect>
<x>180</x>
<y>140</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_22">
<property name="geometry">
<rect>
<x>180</x>
<y>200</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_23">
<property name="geometry">
<rect>
<x>180</x>
<y>260</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_18">
<property name="geometry">
<rect>
<x>160</x>
<y>360</y>
<width>100</width>
<height>42</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 127);</string>
</property>
<property name="text">
<string>申请</string>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>序号:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_24">
<property name="geometry">
<rect>
<x>180</x>
<y>20</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>80</x>
<y>320</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>家庭住址:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_25">
<property name="geometry">
<rect>
<x>180</x>
<y>320</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_4" native="true">
<property name="geometry">
<rect>
<x>620</x>
<y>200</y>
<width>411</width>
<height>431</height>
</rect>
</property>
<widget class="QLabel" name="label_35">
<property name="geometry">
<rect>
<x>80</x>
<y>140</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>应缴金额:</string>
</property>
</widget>
<widget class="QLabel" name="label_36">
<property name="geometry">
<rect>
<x>80</x>
<y>200</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>联系电话:</string>
</property>
</widget>
<widget class="QLabel" name="label_37">
<property name="geometry">
<rect>
<x>80</x>
<y>260</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>家庭住址:</string>
</property>
</widget>
<widget class="QLabel" name="label_38">
<property name="geometry">
<rect>
<x>80</x>
<y>320</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>支付时间:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_33">
<property name="geometry">
<rect>
<x>180</x>
<y>140</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_34">
<property name="geometry">
<rect>
<x>180</x>
<y>200</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_35">
<property name="geometry">
<rect>
<x>180</x>
<y>260</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_22">
<property name="geometry">
<rect>
<x>240</x>
<y>360</y>
<width>100</width>
<height>42</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 127);</string>
</property>
<property name="text">
<string>缴费</string>
</property>
</widget>
<widget class="QLabel" name="label_39">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>姓名:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_36">
<property name="geometry">
<rect>
<x>180</x>
<y>20</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLabel" name="label_40">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>缴费项目:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_37">
<property name="geometry">
<rect>
<x>180</x>
<y>320</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_23">
<property name="geometry">
<rect>
<x>60</x>
<y>360</y>
<width>100</width>
<height>42</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 127);</string>
</property>
<property name="text">
<string>应缴</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_6">
<property name="geometry">
<rect>
<x>180</x>
<y>80</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background-color: rgb(255, 255, 255);</string>
</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>
</widget>
<widget class="QWidget" name="widget_5" native="true">
<property name="geometry">
<rect>
<x>620</x>
<y>200</y>
<width>411</width>
<height>431</height>
</rect>
</property>
<widget class="QLabel" name="label_29">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>报修内容:</string>
</property>
</widget>
<widget class="QLabel" name="label_30">
<property name="geometry">
<rect>
<x>80</x>
<y>150</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>联系电话:</string>
</property>
</widget>
<widget class="QLabel" name="label_31">
<property name="geometry">
<rect>
<x>80</x>
<y>220</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>家庭住址:</string>
</property>
</widget>
<widget class="QLabel" name="label_32">
<property name="geometry">
<rect>
<x>80</x>
<y>290</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>申报时间:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_26">
<property name="geometry">
<rect>
<x>180</x>
<y>80</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_27">
<property name="geometry">
<rect>
<x>180</x>
<y>150</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_28">
<property name="geometry">
<rect>
<x>180</x>
<y>220</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_29">
<property name="geometry">
<rect>
<x>180</x>
<y>290</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_20">
<property name="geometry">
<rect>
<x>160</x>
<y>360</y>
<width>100</width>
<height>42</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 127);</string>
</property>
<property name="text">
<string>报修</string>
</property>
</widget>
<widget class="QLabel" name="label_33">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>姓名:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_30">
<property name="geometry">
<rect>
<x>180</x>
<y>20</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>620</x>
<y>200</y>
<width>411</width>
<height>431</height>
</rect>
</property>
<widget class="QPushButton" name="pushButton_21">
<property name="geometry">
<rect>
<x>160</x>
<y>360</y>
<width>100</width>
<height>42</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 127);</string>
</property>
<property name="text">
<string>评论</string>
</property>
</widget>
<widget class="QLabel" name="label_34">
<property name="geometry">
<rect>
<x>80</x>
<y>50</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt "黑体";
background:transparent;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>序号:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_31">
<property name="geometry">
<rect>
<x>180</x>
<y>50</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
color: rgb(255, 255, 255);
font: 12pt "黑体";</string>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>110</y>
<width>251</width>
<height>231</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(240, 240, 240);
font: 12pt "黑体";
color: rgb(0, 0, 0);</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。