1 Star 0 Fork 1

QT嵌入式/wisdom

forked from Shui-Qing/wisdom 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
modify.ui 4.08 KB
一键复制 编辑 原始数据 按行查看 历史
Shui-Qing 提交于 2020-06-15 11:39 . Add files via upload
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>modify</class>
<widget class="QWidget" name="modify">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>300</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>300</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="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>45</y>
<width>120</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 14pt &quot;黑体&quot;;
background-color: rgb(0, 0, 127);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>序号:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>60</x>
<y>100</y>
<width>120</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 14pt &quot;黑体&quot;;
background-color: rgb(0, 0, 127);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>缴费项目:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>60</x>
<y>155</y>
<width>120</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 14pt &quot;黑体&quot;;
background-color: rgb(0, 0, 127);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>应缴价格:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>180</x>
<y>45</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 14pt &quot;黑体&quot;;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>180</x>
<y>100</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt &quot;黑体&quot;;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_3">
<property name="geometry">
<rect>
<x>180</x>
<y>155</y>
<width>150</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 14pt &quot;黑体&quot;;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>60</x>
<y>220</y>
<width>93</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 14pt &quot;黑体&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>查询</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>240</x>
<y>220</y>
<width>93</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 14pt &quot;黑体&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>修改</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qt-embedded/wisdom.git
[email protected]:qt-embedded/wisdom.git
qt-embedded
wisdom
wisdom
master

搜索帮助