3 Star 0 Fork 0

牟俊芳/shujikuduan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
showdiagnosis.ui 5.22 KB
一键复制 编辑 原始数据 按行查看 历史
牟俊芳 提交于 2024-08-28 07:43 . 1
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ShowDiagnosis</class>
<widget class="QWidget" name="ShowDiagnosis">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1031</width>
<height>439</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>诊断医生:</string>
</property>
</widget>
<widget class="QLineEdit" name="DusernameBox">
<property name="geometry">
<rect>
<x>82</x>
<y>20</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-color: rgb(114, 159, 207);</string>
</property>
</widget>
<widget class="QLineEdit" name="PusernameBox">
<property name="geometry">
<rect>
<x>270</x>
<y>20</y>
<width>113</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>患者:</string>
</property>
</widget>
<widget class="QLineEdit" name="DueDateBox">
<property name="geometry">
<rect>
<x>490</x>
<y>20</y>
<width>113</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>410</x>
<y>20</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>诊断日期:</string>
</property>
</widget>
<widget class="QLineEdit" name="DueBox">
<property name="geometry">
<rect>
<x>710</x>
<y>20</y>
<width>113</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>630</x>
<y>20</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>诊断时间:</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>850</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>状态:</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>40</x>
<y>70</y>
<width>951</width>
<height>311</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(238, 238, 236);</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>900</x>
<y>20</y>
<width>86</width>
<height>31</height>
</rect>
</property>
<item>
<property name="text">
<string>已完成</string>
</property>
</item>
<item>
<property name="text">
<string>已预约</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="searchButton">
<property name="geometry">
<rect>
<x>720</x>
<y>390</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>搜索</string>
</property>
</widget>
<widget class="QPushButton" name="searchButton_2">
<property name="geometry">
<rect>
<x>860</x>
<y>390</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget_2">
<property name="geometry">
<rect>
<x>-60</x>
<y>-49</y>
<width>1121</width>
<height>531</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/new/prefix1/sql1.jpg);</string>
</property>
</widget>
<zorder>tableWidget_2</zorder>
<zorder>label</zorder>
<zorder>DusernameBox</zorder>
<zorder>PusernameBox</zorder>
<zorder>label_2</zorder>
<zorder>DueDateBox</zorder>
<zorder>label_3</zorder>
<zorder>DueBox</zorder>
<zorder>label_4</zorder>
<zorder>label_5</zorder>
<zorder>tableWidget</zorder>
<zorder>comboBox</zorder>
<zorder>searchButton</zorder>
<zorder>searchButton_2</zorder>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mou-junfang/shujikuduan.git
[email protected]:mou-junfang/shujikuduan.git
mou-junfang
shujikuduan
shujikuduan
master

搜索帮助