1 Star 0 Fork 4

boarmy/CaseBoxServer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
boxform.ui 4.57 KB
一键复制 编辑 原始数据 按行查看 历史
fuyaojiutian 提交于 2017-11-04 15:59 . PC端界面完成
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BoxForm</class>
<widget class="QDialog" name="BoxForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>481</width>
<height>360</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="gridLayoutWidget_10">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>421</width>
<height>211</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_11">
<item row="0" column="0">
<widget class="QLabel" name="label_31">
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>卡 号</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_32">
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>编 号</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_33">
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>网 点</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_BoxM_Ic">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_BoxM_Id">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBox_BoxM_Net">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_56">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>481</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color:#1597d1;
color:white;</string>
</property>
<property name="text">
<string>网点信息修改</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton_OK">
<property name="geometry">
<rect>
<x>80</x>
<y>290</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{border:2px;border-radius:5px;border-style:outset;border-image: url(:/images/button.png);
color:white;
}
QPushButton:hover:!pressed{
border:1px;border-radius:5px;border-style:outset;padding:4px;
border-image:url(:/images/button_hover.png);
color:white;
}</string>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Quit">
<property name="geometry">
<rect>
<x>270</x>
<y>290</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{border:2px;border-radius:5px;border-style:outset;border-image: url(:/images/button.png);
color:white;
}
QPushButton:hover:!pressed{
border:1px;border-radius:5px;border-style:outset;padding:4px;
border-image:url(:/images/button_hover.png);
color:white;
}</string>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/boarmy/CaseBoxServer.git
git@gitee.com:boarmy/CaseBoxServer.git
boarmy
CaseBoxServer
CaseBoxServer
master

搜索帮助