1 Star 11 Fork 0

UWillno / 快递管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwin.ui 13.97 KB
一键复制 编辑 原始数据 按行查看 历史
UWillno 提交于 2022-09-08 09:15 . 1.0
<?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>1080</width>
<height>1920</height>
</rect>
</property>
<property name="windowTitle">
<string>快件管理系统</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="styleSheet">
<string notr="true">font: 14pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="currentIndex">
<number>4</number>
</property>
<widget class="QWidget" name="page"/>
<widget class="QWidget" name="page_2">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="styleSheet">
<string notr="true">font: 10pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="title">
<string>待办状态:</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QRadioButton" name="radioButton_waittosign">
<property name="text">
<string>待发货</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_waittoarrival">
<property name="text">
<string>待入站</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_waittoreceipt">
<property name="text">
<string>待签收</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_billid"/>
</item>
<item>
<widget class="QToolButton" name="toolButton_deal">
<property name="minimumSize">
<size>
<width>111</width>
<height>111</height>
</size>
</property>
<property name="text">
<string>处理</string>
</property>
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/add.png</normaloff>:/images/add.png</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="popupMode">
<enum>QToolButton::MenuButtonPopup</enum>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
</property>
<property name="autoRaise">
<bool>false</bool>
</property>
<property name="arrowType">
<enum>Qt::NoArrow</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableWidget" name="tableWidget_bills">
<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>
<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>快件重量(KG)</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_3">
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLineEdit" name="lineEdit_search"/>
</item>
<item>
<widget class="QToolButton" name="toolButton_search">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/search.png</normaloff>:/images/search.png</iconset>
</property>
<property name="iconSize">
<size>
<width>44</width>
<height>44</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QListWidget" name="listWidget_bills"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_5">
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QListWidget" name="listWidget_news"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_4">
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_newstitle">
<property name="text">
<string>新闻标题:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_newstitle"/>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>新闻内容:</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QToolButton" name="toolButton_newspost">
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/book_publish_publishing_icon_220402.png</normaloff>:/images/book_publish_publishing_icon_220402.png</iconset>
</property>
<property name="iconSize">
<size>
<width>44</width>
<height>44</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="textEdit_newscontext"/>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1080</width>
<height>27</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<widget class="QMenu" name="menu_express">
<property name="geometry">
<rect>
<x>194</x>
<y>133</y>
<width>137</width>
<height>126</height>
</rect>
</property>
<property name="title">
<string>站点</string>
</property>
<addaction name="action_view"/>
<addaction name="action_sign"/>
<addaction name="action_update"/>
</widget>
<widget class="QMenu" name="menu_news">
<property name="title">
<string>新闻</string>
</property>
<addaction name="action_postnews"/>
<addaction name="action_newsupdate"/>
</widget>
<widget class="QMenu" name="menu_other">
<property name="title">
<string>其他</string>
</property>
<addaction name="action_run"/>
</widget>
<addaction name="menu_express"/>
<addaction name="menu_news"/>
<addaction name="menu_other"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="iconSize">
<size>
<width>44</width>
<height>44</height>
</size>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action_view"/>
<addaction name="action_sign"/>
<addaction name="action_update"/>
<addaction name="action_postnews"/>
<addaction name="action_newsupdate"/>
<addaction name="action_run"/>
</widget>
<action name="action_sign">
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/add.png</normaloff>:/images/add.png</iconset>
</property>
<property name="text">
<string>代办快件</string>
</property>
<property name="iconText">
<string>代办快件</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="action_update">
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/addd.png</normaloff>:/images/addd.png</iconset>
</property>
<property name="text">
<string>快件编辑</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="shortcut">
<string>Ctrl+U</string>
</property>
</action>
<action name="action_view">
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/business_chart_finance_pie_statistics_icon_127241.png</normaloff>:/images/business_chart_finance_pie_statistics_icon_127241.png</iconset>
</property>
<property name="text">
<string>业务情况</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="shortcut">
<string>Ctrl+Shift+V</string>
</property>
</action>
<action name="action_postnews">
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/book_publish_publishing_icon_220402.png</normaloff>:/images/book_publish_publishing_icon_220402.png</iconset>
</property>
<property name="text">
<string>新闻发布</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="shortcut">
<string>Ctrl+N, Ctrl+P</string>
</property>
</action>
<action name="action_newsupdate">
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/website_maintenance_settings_window_icon_193867.png</normaloff>:/images/website_maintenance_settings_window_icon_193867.png</iconset>
</property>
<property name="text">
<string>旧闻维护</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="shortcut">
<string>Ctrl+M, Ctrl+T</string>
</property>
</action>
<action name="action_run">
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/images/signout_106525.png</normaloff>:/images/signout_106525.png</iconset>
</property>
<property name="text">
<string>下班</string>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
</property>
</action>
</widget>
<resources>
<include location="icon.qrc"/>
</resources>
<connections/>
</ui>
Python
1
https://gitee.com/uwillno/Express_admin_system.git
git@gitee.com:uwillno/Express_admin_system.git
uwillno
Express_admin_system
快递管理系统
master

搜索帮助