Don't overwrite stored layout of main window with incorrect one
[qBittorrent.git] / src / gui / autoexpandabledialog.ui
bloba934bcfa91de8b221d197f0c4de15dc278ef912a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AutoExpandableDialog</class>
4 <widget class="QDialog" name="AutoExpandableDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>222</width>
10 <height>105</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <widget class="QLabel" name="textLabel"/>
16 </item>
17 <item>
18 <widget class="QLineEdit" name="textEdit"/>
19 </item>
20 <item>
21 <widget class="QDialogButtonBox" name="buttonBox">
22 <property name="standardButtons">
23 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
24 </property>
25 </widget>
26 </item>
27 </layout>
28 </widget>
29 <resources/>
30 <connections/>
31 </ui>