Rename Country column to "Country / Region"
[qBittorrent.git] / src / app / stacktracedialog.ui
blobca22096db0c52b5f93bad64b3bdc3ac69573e587
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>StacktraceDialog</class>
4 <widget class="QDialog" name="StacktraceDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>640</width>
10 <height>480</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Crash info</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTextBrowser" name="errorText">
19 <property name="html">
20 <string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
21 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
22 p, li { white-space: pre-wrap; }
23 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
24 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
25 </property>
26 <property name="openExternalLinks">
27 <bool>true</bool>
28 </property>
29 </widget>
30 </item>
31 </layout>
32 </widget>
33 <resources/>
34 <connections/>
35 </ui>