1 Star 1 Fork 0

DylanMingan/bills_assistant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
1.ui 4.33 KB
一键复制 编辑 原始数据 按行查看 历史
DylanMingan 提交于 2023-02-15 18:45 . 生成出入库单成功
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>840</width>
<height>211</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>581</width>
<height>161</height>
</rect>
</property>
<property name="sortingEnabled">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>24</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>90</number>
</attribute>
<attribute name="horizontalHeaderHighlightSections">
<bool>true</bool>
</attribute>
<row>
<property name="text">
<string>1</string>
</property>
</row>
<column>
<property name="text">
<string>耗材名称</string>
</property>
</column>
<column>
<property name="text">
<string>规格型号</string>
</property>
</column>
<column>
<property name="text">
<string>单位</string>
</property>
</column>
<column>
<property name="text">
<string>数量</string>
</property>
</column>
<column>
<property name="text">
<string>单价</string>
</property>
</column>
<column>
<property name="text">
<string>金额</string>
</property>
</column>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>0</x>
<y>160</y>
<width>581</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="buttonAddRow">
<property name="text">
<string>增加行</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonInsertRow">
<property name="text">
<string>插入行</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonDeleteRow">
<property name="text">
<string>删除行</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>640</x>
<y>120</y>
<width>141</width>
<height>71</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="buttonCreateList">
<property name="text">
<string>生成出入库单</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonPrint">
<property name="text">
<string>打印</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>600</x>
<y>10</y>
<width>221</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>开票公司</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>600</x>
<y>60</y>
<width>221</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>文件名称</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
</layout>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DylanMingan/bills_assistant.git
[email protected]:DylanMingan/bills_assistant.git
DylanMingan
bills_assistant
bills_assistant
master

搜索帮助