1 Star 0 Fork 2

downloadproject / PropertyManagementSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
chargemanage.ui 9.66 KB
一键复制 编辑 原始数据 按行查看 历史
zhfy 提交于 2019-02-26 18:43 . PropertyManagementSystem
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>chargeManage</class>
<widget class="QMainWindow" name="chargeManage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1209</width>
<height>678</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="tableView">
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer">
<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="QPushButton" name="pushButton_add_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>添加</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_update_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>提交修改</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_rollbackupdate">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>撤销修改</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_delete_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>删除选中行</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_out_2">
<property name="minimumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>导出Excel</string>
</property>
</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>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<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>
<item>
<widget class="QLineEdit" name="lineEdit_carnum">
<property name="minimumSize">
<size>
<width>220</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>220</width>
<height>51</height>
</size>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="placeholderText">
<string>请输入收费项目名称</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_serch">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>查询</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_showall">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>51</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>显示全表</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<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>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1209</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
1
https://gitee.com/projectdownload/PropertyManagementSystem.git
git@gitee.com:projectdownload/PropertyManagementSystem.git
projectdownload
PropertyManagementSystem
PropertyManagementSystem
master

搜索帮助