|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>charge_rules</class>
|
|
|
<widget class="QDialog" name="charge_rules">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>500</width>
|
|
|
<height>400</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>500</width>
|
|
|
<height>400</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>500</width>
|
|
|
<height>400</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Dialog</string>
|
|
|
</property>
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>90</x>
|
|
|
<y>280</y>
|
|
|
<width>101</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>更改</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>300</x>
|
|
|
<y>280</y>
|
|
|
<width>91</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>返回</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QWidget" name="">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>40</x>
|
|
|
<y>40</y>
|
|
|
<width>401</width>
|
|
|
<height>201</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>计费周期(分钟):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string> 周期收费(元):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>免费时长(分钟):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string> 最高收费(元):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
<string>30</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="lineEdit_2">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
<string>1.5</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="lineEdit_3">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
<string>15</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="lineEdit_4">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>14</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
<string>30</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|