Don't overwrite stored layout of main window with incorrect one
[qBittorrent.git] / src / gui / ipsubnetwhitelistoptionsdialog.ui
blob9c85f79f57f50165a1ac4d397d8657f436ace8cd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IPSubnetWhitelistOptionsDialog</class>
4 <widget class="QDialog" name="IPSubnetWhitelistOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>360</width>
10 <height>450</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>List of whitelisted IP subnets</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QFrame" name="whitelistedIPSubnetBox">
19 <property name="autoFillBackground">
20 <bool>true</bool>
21 </property>
22 <property name="frameShape">
23 <enum>QFrame::Panel</enum>
24 </property>
25 <property name="frameShadow">
26 <enum>QFrame::Raised</enum>
27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout_31">
29 <item>
30 <widget class="QTreeView" name="whitelistedIPSubnetList">
31 <property name="rootIsDecorated">
32 <bool>false</bool>
33 </property>
34 <property name="uniformRowHeights">
35 <bool>true</bool>
36 </property>
37 <property name="itemsExpandable">
38 <bool>false</bool>
39 </property>
40 <property name="sortingEnabled">
41 <bool>true</bool>
42 </property>
43 <attribute name="headerVisible">
44 <bool>false</bool>
45 </attribute>
46 </widget>
47 </item>
48 <item>
49 <layout class="QHBoxLayout" name="horizontalLayout">
50 <item>
51 <widget class="QLineEdit" name="txtIPSubnet">
52 <property name="placeholderText">
53 <string>Example: 172.17.32.0/24, fdff:ffff:c8::/40</string>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </item>
59 <item>
60 <layout class="QHBoxLayout" name="horizontalLayout_12">
61 <item>
62 <widget class="QPushButton" name="buttonWhitelistIPSubnet">
63 <property name="text">
64 <string>Add subnet</string>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QPushButton" name="buttonDeleteIPSubnet">
70 <property name="text">
71 <string>Delete</string>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </item>
77 </layout>
78 </widget>
79 </item>
80 <item>
81 <widget class="QDialogButtonBox" name="buttonBox">
82 <property name="standardButtons">
83 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 <tabstops>
90 <tabstop>whitelistedIPSubnetList</tabstop>
91 <tabstop>txtIPSubnet</tabstop>
92 <tabstop>buttonWhitelistIPSubnet</tabstop>
93 <tabstop>buttonDeleteIPSubnet</tabstop>
94 </tabstops>
95 <resources/>
96 <connections/>
97 </ui>