bill-manager/ui/mainwindow.ui

1055 lines
22 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QWidget" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>790</width>
<height>660</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="windowTitle">
<string>消费记录系统</string>
</property>
<widget class="QLabel" name="label_static_search">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>物品</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="input_search">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>110</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btn_search">
<property name="geometry">
<rect>
<x>200</x>
<y>20</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>搜索</string>
</property>
</widget>
<widget class="QLabel" name="label_static_query">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>日期</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="input_query">
<property name="geometry">
<rect>
<x>80</x>
<y>60</y>
<width>110</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btn_query">
<property name="geometry">
<rect>
<x>200</x>
<y>60</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>查询</string>
</property>
</widget>
<widget class="QLabel" name="label_static_object">
<property name="geometry">
<rect>
<x>320</x>
<y>20</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>物品</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="input_add_object">
<property name="geometry">
<rect>
<x>380</x>
<y>20</y>
<width>220</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_static_price">
<property name="geometry">
<rect>
<x>610</x>
<y>20</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>金额</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="input_add_price">
<property name="geometry">
<rect>
<x>670</x>
<y>20</y>
<width>100</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_static_comment">
<property name="geometry">
<rect>
<x>320</x>
<y>60</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>备注</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="input_add_comment">
<property name="geometry">
<rect>
<x>380</x>
<y>60</y>
<width>220</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btn_add_submit">
<property name="geometry">
<rect>
<x>610</x>
<y>60</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>添加</string>
</property>
</widget>
<widget class="QLabel" name="label_static_header_id">
<property name="geometry">
<rect>
<x>30</x>
<y>120</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>ID</string>
</property>
</widget>
<widget class="QLabel" name="label_static_header_object">
<property name="geometry">
<rect>
<x>120</x>
<y>120</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>物品</string>
</property>
</widget>
<widget class="QLabel" name="label_static_header_price">
<property name="geometry">
<rect>
<x>370</x>
<y>120</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>金额</string>
</property>
</widget>
<widget class="QLabel" name="label_static_header_date">
<property name="geometry">
<rect>
<x>480</x>
<y>120</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>日期</string>
</property>
</widget>
<widget class="QLabel" name="label_static_header_comment">
<property name="geometry">
<rect>
<x>630</x>
<y>120</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>备注</string>
</property>
</widget>
<widget class="QLabel" name="label_table_id_0">
<property name="geometry">
<rect>
<x>30</x>
<y>160</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_0">
<property name="geometry">
<rect>
<x>120</x>
<y>160</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_0">
<property name="geometry">
<rect>
<x>370</x>
<y>160</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_0">
<property name="geometry">
<rect>
<x>480</x>
<y>160</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_0">
<property name="geometry">
<rect>
<x>630</x>
<y>160</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_1">
<property name="geometry">
<rect>
<x>120</x>
<y>200</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_1">
<property name="geometry">
<rect>
<x>30</x>
<y>200</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_1">
<property name="geometry">
<rect>
<x>370</x>
<y>200</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_1">
<property name="geometry">
<rect>
<x>630</x>
<y>200</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_1">
<property name="geometry">
<rect>
<x>480</x>
<y>200</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_2">
<property name="geometry">
<rect>
<x>630</x>
<y>240</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_2">
<property name="geometry">
<rect>
<x>120</x>
<y>240</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_2">
<property name="geometry">
<rect>
<x>370</x>
<y>240</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_2">
<property name="geometry">
<rect>
<x>30</x>
<y>240</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_2">
<property name="geometry">
<rect>
<x>480</x>
<y>240</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_3">
<property name="geometry">
<rect>
<x>630</x>
<y>280</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_3">
<property name="geometry">
<rect>
<x>370</x>
<y>280</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_3">
<property name="geometry">
<rect>
<x>30</x>
<y>280</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_3">
<property name="geometry">
<rect>
<x>480</x>
<y>280</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_3">
<property name="geometry">
<rect>
<x>120</x>
<y>280</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_4">
<property name="geometry">
<rect>
<x>120</x>
<y>320</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_4">
<property name="geometry">
<rect>
<x>480</x>
<y>320</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_4">
<property name="geometry">
<rect>
<x>630</x>
<y>320</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_4">
<property name="geometry">
<rect>
<x>30</x>
<y>320</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_4">
<property name="geometry">
<rect>
<x>370</x>
<y>320</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_5">
<property name="geometry">
<rect>
<x>630</x>
<y>360</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_5">
<property name="geometry">
<rect>
<x>30</x>
<y>360</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_5">
<property name="geometry">
<rect>
<x>480</x>
<y>360</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_5">
<property name="geometry">
<rect>
<x>120</x>
<y>360</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_5">
<property name="geometry">
<rect>
<x>370</x>
<y>360</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_6">
<property name="geometry">
<rect>
<x>30</x>
<y>400</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_6">
<property name="geometry">
<rect>
<x>370</x>
<y>400</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_6">
<property name="geometry">
<rect>
<x>630</x>
<y>400</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_6">
<property name="geometry">
<rect>
<x>120</x>
<y>400</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_6">
<property name="geometry">
<rect>
<x>480</x>
<y>400</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_7">
<property name="geometry">
<rect>
<x>120</x>
<y>440</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_7">
<property name="geometry">
<rect>
<x>370</x>
<y>440</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_7">
<property name="geometry">
<rect>
<x>480</x>
<y>440</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_7">
<property name="geometry">
<rect>
<x>30</x>
<y>440</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_7">
<property name="geometry">
<rect>
<x>630</x>
<y>440</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_8">
<property name="geometry">
<rect>
<x>120</x>
<y>480</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_8">
<property name="geometry">
<rect>
<x>370</x>
<y>480</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_8">
<property name="geometry">
<rect>
<x>30</x>
<y>480</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_8">
<property name="geometry">
<rect>
<x>480</x>
<y>480</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_8">
<property name="geometry">
<rect>
<x>630</x>
<y>480</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_comment_9">
<property name="geometry">
<rect>
<x>630</x>
<y>520</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_date_9">
<property name="geometry">
<rect>
<x>480</x>
<y>520</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_id_9">
<property name="geometry">
<rect>
<x>30</x>
<y>520</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_price_9">
<property name="geometry">
<rect>
<x>370</x>
<y>520</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_table_object_9">
<property name="geometry">
<rect>
<x>120</x>
<y>520</y>
<width>240</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_statistics_sum">
<property name="geometry">
<rect>
<x>50</x>
<y>570</y>
<width>180</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>共 0.00 元</string>
</property>
</widget>
<widget class="QLabel" name="label_statistics_days">
<property name="geometry">
<rect>
<x>250</x>
<y>570</y>
<width>130</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>共 0 天</string>
</property>
</widget>
<widget class="QLabel" name="label_statistics_average">
<property name="geometry">
<rect>
<x>400</x>
<y>570</y>
<width>370</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>平均 0.00 元/天</string>
</property>
</widget>
<widget class="QLabel" name="label_page_current">
<property name="geometry">
<rect>
<x>50</x>
<y>610</y>
<width>180</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>第 0 页</string>
</property>
</widget>
<widget class="QLabel" name="label_page_all">
<property name="geometry">
<rect>
<x>250</x>
<y>610</y>
<width>180</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>共 0 页</string>
</property>
</widget>
<widget class="QPushButton" name="btn_page_previous">
<property name="geometry">
<rect>
<x>500</x>
<y>610</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>上一页</string>
</property>
</widget>
<widget class="QPushButton" name="btn_page_next">
<property name="geometry">
<rect>
<x>620</x>
<y>610</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>下一页</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>