1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OCC::IssuesWidget</class>
4 <widget class="QWidget" name="OCC::IssuesWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>580</width>
10    <height>578</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QLabel" name="_headerLabel">
19     <property name="text">
20      <string>List of issues</string>
21     </property>
22     <property name="textFormat">
23      <enum>Qt::PlainText</enum>
24     </property>
25    </widget>
26   </item>
27   <item>
28    <layout class="QHBoxLayout" name="horizontalLayout_3">
29     <item>
30      <layout class="QFormLayout" name="accountFolderLayout">
31       <item row="0" column="0">
32        <widget class="QLabel" name="accountLabel">
33         <property name="text">
34          <string>Account</string>
35         </property>
36        </widget>
37       </item>
38       <item row="0" column="1">
39        <widget class="QComboBox" name="filterAccount">
40         <item>
41          <property name="text">
42           <string>&lt;no filter&gt;</string>
43          </property>
44         </item>
45        </widget>
46       </item>
47       <item row="1" column="0">
48        <widget class="QLabel" name="folderLabel">
49         <property name="text">
50          <string>Folder</string>
51         </property>
52        </widget>
53       </item>
54       <item row="1" column="1">
55        <widget class="QComboBox" name="filterFolder">
56         <property name="enabled">
57          <bool>false</bool>
58         </property>
59         <item>
60          <property name="text">
61           <string>&lt;no filter&gt;</string>
62          </property>
63         </item>
64        </widget>
65       </item>
66      </layout>
67     </item>
68     <item>
69      <layout class="QFormLayout" name="formLayout_2">
70       <item row="0" column="1">
71        <widget class="QCheckBox" name="showWarnings">
72         <property name="text">
73          <string>Show warnings</string>
74         </property>
75         <property name="checked">
76          <bool>true</bool>
77         </property>
78        </widget>
79       </item>
80       <item row="1" column="1">
81        <widget class="QCheckBox" name="showIgnores">
82         <property name="text">
83          <string>Show ignored files</string>
84         </property>
85         <property name="checked">
86          <bool>true</bool>
87         </property>
88        </widget>
89       </item>
90      </layout>
91     </item>
92    </layout>
93   </item>
94   <item>
95    <widget class="QTreeWidget" name="_treeWidget">
96     <property name="alternatingRowColors">
97      <bool>true</bool>
98     </property>
99     <property name="rootIsDecorated">
100      <bool>false</bool>
101     </property>
102     <property name="sortingEnabled">
103      <bool>true</bool>
104     </property>
105     <property name="columnCount">
106      <number>4</number>
107     </property>
108     <column>
109      <property name="text">
110       <string notr="true">1</string>
111      </property>
112     </column>
113     <column>
114      <property name="text">
115       <string notr="true">2</string>
116      </property>
117     </column>
118     <column>
119      <property name="text">
120       <string notr="true">3</string>
121      </property>
122     </column>
123     <column>
124      <property name="text">
125       <string notr="true">4</string>
126      </property>
127     </column>
128    </widget>
129   </item>
130   <item>
131    <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
132     <item>
133      <layout class="QVBoxLayout" name="verticalLayout_2">
134       <item>
135        <widget class="QLabel" name="_tooManyIssuesWarning">
136         <property name="text">
137          <string>There were too many issues. Not all will be visible here.</string>
138         </property>
139         <property name="wordWrap">
140          <bool>true</bool>
141         </property>
142        </widget>
143       </item>
144       <item>
145        <widget class="QLabel" name="_conflictHelp">
146         <property name="text">
147          <string>There were conflicts. Check the documentation on how to resolve them.</string>
148         </property>
149         <property name="wordWrap">
150          <bool>true</bool>
151         </property>
152         <property name="openExternalLinks">
153          <bool>true</bool>
154         </property>
155        </widget>
156       </item>
157      </layout>
158     </item>
159     <item>
160      <layout class="QVBoxLayout" name="verticalLayout_3">
161       <item>
162        <spacer name="verticalSpacer">
163         <property name="orientation">
164          <enum>Qt::Vertical</enum>
165         </property>
166         <property name="sizeType">
167          <enum>QSizePolicy::Minimum</enum>
168         </property>
169         <property name="sizeHint" stdset="0">
170          <size>
171           <width>20</width>
172           <height>0</height>
173          </size>
174         </property>
175        </spacer>
176       </item>
177       <item>
178        <widget class="QPushButton" name="copyIssuesButton">
179         <property name="toolTip">
180          <string>Copy the issues list to the clipboard.</string>
181         </property>
182         <property name="text">
183          <string>Copy</string>
184         </property>
185        </widget>
186       </item>
187      </layout>
188     </item>
189    </layout>
190   </item>
191   <item>
192    <layout class="QHBoxLayout" name="horizontalLayout"/>
193   </item>
194  </layout>
195 </widget>
196 <resources/>
197 <connections/>
198</ui>
199