1 Star 0 Fork 0

世坤/酒店管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
OperationInterface.ui 4.58 KB
一键复制 编辑 原始数据 按行查看 历史
邓世坤 提交于 2024-06-17 21:16 . 添加搜索功能
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OperationInterface</class>
<widget class="QDialog" name="OperationInterface">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>292</width>
<height>244</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QWidget" name="operation" native="true">
<property name="styleSheet">
<string notr="true">
QLabel{
font-weight: 800;
font-size: 15px;
}
QLineEdit{
border:2px solid rgb(221, 221, 221);
border-radius: 5px;
height:30px;
padding-left: 5px;
}
QPushButton{
border-radius:5px;
height:30px;
background-color: rgb(0, 85, 255);
color:white;
}
QPushButton:pressed{
background-color: rgb(223, 223, 223);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>-1</pointsize>
<weight>99</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>客房名称</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="name_lineEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>-1</pointsize>
<weight>99</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>客房价格</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="price_lineEdit">
<property name="inputMask">
<string>99999999</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>-1</pointsize>
<weight>99</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>客房床数量</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="bedNum_lineEdit">
<property name="inputMask">
<string>999999</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>-1</pointsize>
<weight>99</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>客房面积</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="area_lineEdit">
<property name="inputMask">
<string>99999</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>添加</string>
</property>
</widget>
</item>
</layout>
</widget>
</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>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deng-shikun/hotel-management-system.git
[email protected]:deng-shikun/hotel-management-system.git
deng-shikun
hotel-management-system
酒店管理系统
master

搜索帮助