<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>usermanager</class>
|
<widget class="QMainWindow" name="usermanager">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>790</width>
|
<height>745</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>250</x>
|
<y>20</y>
|
<width>131</width>
|
<height>16</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>用户权限管理</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton">
|
<property name="geometry">
|
<rect>
|
<x>160</x>
|
<y>60</y>
|
<width>93</width>
|
<height>28</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>添加用户</string>
|
</property>
|
</widget>
|
<widget class="QGroupBox" name="groupBox">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>100</y>
|
<width>551</width>
|
<height>271</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>用户列表</string>
|
</property>
|
<widget class="QTableWidget" name="tableWidget">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>30</y>
|
<width>501</width>
|
<height>192</height>
|
</rect>
|
</property>
|
<column>
|
<property name="text">
|
<string>ID</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="QPushButton" name="pushButton_2">
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>230</y>
|
<width>93</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>增加</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_3">
|
<property name="geometry">
|
<rect>
|
<x>430</x>
|
<y>230</y>
|
<width>93</width>
|
<height>28</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>删除</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QGroupBox" name="groupBox_2">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>390</y>
|
<width>581</width>
|
<height>301</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>权限配置</string>
|
</property>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>30</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>角色</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>30</y>
|
<width>113</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_3">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>70</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>权限明细:</string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>100</y>
|
<width>311</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string> 接收所有紧急事件</string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox_2">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>130</y>
|
<width>301</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>接收所有重要事件 </string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox_3">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>160</y>
|
<width>381</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>接收VIP识别事件</string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox_4">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>190</y>
|
<width>351</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>接收区域入侵事件 </string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox_5">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>220</y>
|
<width>351</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string> 接收设备状态事件 </string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBox_6">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>250</y>
|
<width>341</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>系统告警接收权限 </string>
|
</property>
|
</widget>
|
</widget>
|
</widget>
|
<widget class="QMenuBar" name="menubar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>790</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|