1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>IPSubnetWhitelistOptionsDialog
</class>
4 <widget class=
"QDialog" name=
"IPSubnetWhitelistOptionsDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>List of whitelisted IP subnets
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QFrame" name=
"whitelistedIPSubnetBox">
19 <property name=
"autoFillBackground">
22 <property name=
"frameShape">
23 <enum>QFrame::Panel
</enum>
25 <property name=
"frameShadow">
26 <enum>QFrame::Raised
</enum>
28 <layout class=
"QVBoxLayout" name=
"verticalLayout_31">
30 <widget class=
"QTreeView" name=
"whitelistedIPSubnetList">
31 <property name=
"rootIsDecorated">
34 <property name=
"uniformRowHeights">
37 <property name=
"itemsExpandable">
40 <property name=
"sortingEnabled">
43 <attribute name=
"headerVisible">
49 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
51 <widget class=
"QLineEdit" name=
"txtIPSubnet">
52 <property name=
"placeholderText">
53 <string>Example:
172.17.32.0/
24, fdff:ffff:c8::/
40</string>
60 <layout class=
"QHBoxLayout" name=
"horizontalLayout_12">
62 <widget class=
"QPushButton" name=
"buttonWhitelistIPSubnet">
63 <property name=
"text">
64 <string>Add subnet
</string>
69 <widget class=
"QPushButton" name=
"buttonDeleteIPSubnet">
70 <property name=
"text">
71 <string>Delete
</string>
81 <widget class=
"QDialogButtonBox" name=
"buttonBox">
82 <property name=
"standardButtons">
83 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
90 <tabstop>whitelistedIPSubnetList
</tabstop>
91 <tabstop>txtIPSubnet
</tabstop>
92 <tabstop>buttonWhitelistIPSubnet
</tabstop>
93 <tabstop>buttonDeleteIPSubnet
</tabstop>