1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>BanListOptionsDialog
</class>
4 <widget class=
"QDialog" name=
"BanListOptionsDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>List of banned IP addresses
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QFrame" name=
"bannedIPBox">
19 <property name=
"enabled">
22 <property name=
"sizePolicy">
23 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Expanding">
24 <horstretch>0</horstretch>
25 <verstretch>0</verstretch>
28 <property name=
"autoFillBackground">
31 <property name=
"frameShape">
32 <enum>QFrame::Shape::Panel
</enum>
34 <property name=
"frameShadow">
35 <enum>QFrame::Shadow::Raised
</enum>
37 <property name=
"lineWidth">
40 <property name=
"midLineWidth">
43 <layout class=
"QVBoxLayout" name=
"verticalLayout_21">
45 <widget class=
"QTreeView" name=
"bannedIPList">
46 <property name=
"sizePolicy">
47 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Expanding">
48 <horstretch>0</horstretch>
49 <verstretch>0</verstretch>
52 <property name=
"selectionMode">
53 <enum>QAbstractItemView::SelectionMode::ExtendedSelection
</enum>
55 <property name=
"rootIsDecorated">
58 <property name=
"uniformRowHeights">
61 <property name=
"itemsExpandable">
64 <property name=
"sortingEnabled">
67 <attribute name=
"headerVisible">
73 <layout class=
"QHBoxLayout" name=
"horizontalLayout_18">
75 <widget class=
"QLineEdit" name=
"txtIP"/>
78 <widget class=
"QPushButton" name=
"buttonBanIP">
79 <property name=
"text">
80 <string>Ban IP
</string>
85 <widget class=
"QPushButton" name=
"buttonDeleteIP">
86 <property name=
"text">
87 <string>Delete
</string>
97 <widget class=
"QDialogButtonBox" name=
"buttonBox">
98 <property name=
"standardButtons">
99 <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok
</set>
106 <tabstop>bannedIPList
</tabstop>
107 <tabstop>txtIP
</tabstop>
108 <tabstop>buttonBanIP
</tabstop>
109 <tabstop>buttonDeleteIP
</tabstop>