1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WelcomeDialog</class>
4 <widget class="QDialog" name="WelcomeDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>806</width>
10    <height>620</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Welcome to r2cutter</string>
21  </property>
22  <property name="modal">
23   <bool>true</bool>
24  </property>
25  <layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,2,3">
26   <property name="sizeConstraint">
27    <enum>QLayout::SetDefaultConstraint</enum>
28   </property>
29   <item>
30    <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,1,0,0">
31     <property name="spacing">
32      <number>0</number>
33     </property>
34     <property name="sizeConstraint">
35      <enum>QLayout::SetMinimumSize</enum>
36     </property>
37     <property name="leftMargin">
38      <number>2</number>
39     </property>
40     <property name="topMargin">
41      <number>2</number>
42     </property>
43     <property name="rightMargin">
44      <number>2</number>
45     </property>
46     <property name="bottomMargin">
47      <number>2</number>
48     </property>
49     <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
50      <widget class="QSvgWidget" name="logoSvgWidget" native="true">
51       <property name="sizePolicy">
52        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
53         <horstretch>0</horstretch>
54         <verstretch>0</verstretch>
55        </sizepolicy>
56       </property>
57       <property name="minimumSize">
58        <size>
59         <width>88</width>
60         <height>88</height>
61        </size>
62       </property>
63       <property name="maximumSize">
64        <size>
65         <width>88</width>
66         <height>88</height>
67        </size>
68       </property>
69      </widget>
70     </item>
71     <item>
72      <widget class="QLabel" name="cutterLabel">
73       <property name="enabled">
74        <bool>true</bool>
75       </property>
76       <property name="font">
77        <font>
78         <family>Monospace</family>
79         <pointsize>20</pointsize>
80        </font>
81       </property>
82       <property name="text">
83        <string>r2cutter</string>
84       </property>
85       <property name="alignment">
86        <set>Qt::AlignCenter</set>
87       </property>
88      </widget>
89     </item>
90     <item alignment="Qt::AlignHCenter">
91      <widget class="QLabel" name="versionLabel">
92       <property name="sizePolicy">
93        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
94         <horstretch>0</horstretch>
95         <verstretch>0</verstretch>
96        </sizepolicy>
97       </property>
98       <property name="font">
99        <font>
100         <pointsize>11</pointsize>
101        </font>
102       </property>
103       <property name="text">
104        <string>Version </string>
105       </property>
106      </widget>
107     </item>
108     <item>
109      <spacer name="verticalSpacer_4">
110       <property name="orientation">
111        <enum>Qt::Vertical</enum>
112       </property>
113       <property name="sizeType">
114        <enum>QSizePolicy::Fixed</enum>
115       </property>
116       <property name="sizeHint" stdset="0">
117        <size>
118         <width>20</width>
119         <height>20</height>
120        </size>
121       </property>
122      </spacer>
123     </item>
124     <item>
125      <layout class="QHBoxLayout" name="horizontalLayout_2">
126       <item>
127        <spacer name="horizontalSpacer_4">
128         <property name="orientation">
129          <enum>Qt::Horizontal</enum>
130         </property>
131         <property name="sizeHint" stdset="0">
132          <size>
133           <width>40</width>
134           <height>20</height>
135          </size>
136         </property>
137        </spacer>
138       </item>
139       <item>
140        <layout class="QVBoxLayout" name="verticalLayout_3">
141         <property name="spacing">
142          <number>9</number>
143         </property>
144         <property name="sizeConstraint">
145          <enum>QLayout::SetMaximumSize</enum>
146         </property>
147         <item>
148          <widget class="QPushButton" name="checkUpdateButton">
149           <property name="sizePolicy">
150            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
151             <horstretch>0</horstretch>
152             <verstretch>0</verstretch>
153            </sizepolicy>
154           </property>
155           <property name="minimumSize">
156            <size>
157             <width>0</width>
158             <height>0</height>
159            </size>
160           </property>
161           <property name="maximumSize">
162            <size>
163             <width>16777215</width>
164             <height>16777215</height>
165            </size>
166           </property>
167           <property name="text">
168            <string>About</string>
169           </property>
170          </widget>
171         </item>
172         <item>
173          <widget class="QComboBox" name="themeComboBox">
174           <property name="sizePolicy">
175            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
176             <horstretch>0</horstretch>
177             <verstretch>0</verstretch>
178            </sizepolicy>
179           </property>
180           <property name="minimumSize">
181            <size>
182             <width>0</width>
183             <height>0</height>
184            </size>
185           </property>
186           <property name="maximumSize">
187            <size>
188             <width>16777215</width>
189             <height>16777215</height>
190            </size>
191           </property>
192           <property name="currentIndex">
193            <number>0</number>
194           </property>
195           <property name="iconSize">
196            <size>
197             <width>16</width>
198             <height>16</height>
199            </size>
200           </property>
201           <item>
202            <property name="text">
203             <string>Native Theme</string>
204            </property>
205           </item>
206           <item>
207            <property name="text">
208             <string>Dark Theme</string>
209            </property>
210           </item>
211           <item>
212            <property name="text">
213             <string>Midnight Theme</string>
214            </property>
215           </item>
216           <item>
217            <property name="text">
218             <string>Light Theme</string>
219            </property>
220           </item>
221          </widget>
222         </item>
223         <item>
224          <widget class="QComboBox" name="languageComboBox"/>
225         </item>
226         <item>
227          <widget class="QCheckBox" name="updatesCheckBox">
228           <property name="text">
229            <string>Check for updates on start</string>
230           </property>
231          </widget>
232         </item>
233        </layout>
234       </item>
235       <item>
236        <spacer name="horizontalSpacer_3">
237         <property name="orientation">
238          <enum>Qt::Horizontal</enum>
239         </property>
240         <property name="sizeHint" stdset="0">
241          <size>
242           <width>40</width>
243           <height>20</height>
244          </size>
245         </property>
246        </spacer>
247       </item>
248      </layout>
249     </item>
250    </layout>
251   </item>
252   <item>
253    <spacer name="verticalSpacer">
254     <property name="orientation">
255      <enum>Qt::Vertical</enum>
256     </property>
257     <property name="sizeType">
258      <enum>QSizePolicy::Fixed</enum>
259     </property>
260     <property name="sizeHint" stdset="0">
261      <size>
262       <width>20</width>
263       <height>20</height>
264      </size>
265     </property>
266    </spacer>
267   </item>
268   <item>
269    <layout class="QGridLayout" name="textGridLayout" columnstretch="1,6,6,1">
270     <property name="sizeConstraint">
271      <enum>QLayout::SetMinimumSize</enum>
272     </property>
273     <property name="rightMargin">
274      <number>0</number>
275     </property>
276     <property name="bottomMargin">
277      <number>10</number>
278     </property>
279     <item row="0" column="1" alignment="Qt::AlignBottom">
280      <widget class="QLabel" name="communityTitleLabel">
281       <property name="minimumSize">
282        <size>
283         <width>250</width>
284         <height>0</height>
285        </size>
286       </property>
287       <property name="font">
288        <font>
289         <pointsize>12</pointsize>
290         <weight>75</weight>
291         <bold>true</bold>
292        </font>
293       </property>
294       <property name="lineWidth">
295        <number>2</number>
296       </property>
297       <property name="text">
298        <string>Community</string>
299       </property>
300      </widget>
301     </item>
302     <item row="1" column="1" alignment="Qt::AlignTop">
303      <widget class="QLabel" name="communityRichTextLAbel">
304       <property name="sizePolicy">
305        <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
306         <horstretch>0</horstretch>
307         <verstretch>0</verstretch>
308        </sizepolicy>
309       </property>
310       <property name="minimumSize">
311        <size>
312         <width>250</width>
313         <height>0</height>
314        </size>
315       </property>
316       <property name="lineWidth">
317        <number>1</number>
318       </property>
319       <property name="text">
320        <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
321&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;
322p, li { white-space: pre-wrap; }
323&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
324&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot;&gt;Join thousands of reverse engineers in our community:&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;Twitter:&lt;/span&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot;&gt;	&lt;/span&gt;&lt;a href=&quot;https://twitter.com/r2gui&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; text-decoration: underline; color:#2980b9;&quot;&gt;@r2gui&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;Telegram:	&lt;/span&gt;&lt;a href=&quot;https://t.me/r2cutter&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; text-decoration: underline; color:#2980b9;&quot;&gt;@r2cutter &lt;br /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:600;&quot;&gt;IRC:	&lt;/span&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt;&quot;&gt;#cutter on &lt;/span&gt;&lt;a href=&quot;irc.freenode.net&quot;&gt;&lt;span style=&quot; font-family:'Noto Sans'; font-size:10pt; text-decoration: underline; color:#2980b9;&quot;&gt;irc.freenode.net&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
325       </property>
326       <property name="textFormat">
327        <enum>Qt::RichText</enum>
328       </property>
329       <property name="wordWrap">
330        <bool>true</bool>
331       </property>
332       <property name="openExternalLinks">
333        <bool>true</bool>
334       </property>
335       <property name="textInteractionFlags">
336        <set>Qt::TextBrowserInteraction</set>
337       </property>
338      </widget>
339     </item>
340     <item row="1" column="2" alignment="Qt::AlignTop">
341      <widget class="QLabel" name="contributingTextLabel">
342       <property name="sizePolicy">
343        <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
344         <horstretch>0</horstretch>
345         <verstretch>0</verstretch>
346        </sizepolicy>
347       </property>
348       <property name="minimumSize">
349        <size>
350         <width>250</width>
351         <height>0</height>
352        </size>
353       </property>
354       <property name="text">
355        <string>&lt;html&gt;&lt;head/&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Want to help us make r2cutter even better?&lt;br/&gt;Visit our &lt;/span&gt;&lt;a href=&quot;https://github.com/radareorg/r2cutter&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#2980b9;&quot;&gt;Github page&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; and report bugs or contribute code.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
356       </property>
357       <property name="wordWrap">
358        <bool>true</bool>
359       </property>
360       <property name="indent">
361        <number>20</number>
362       </property>
363       <property name="openExternalLinks">
364        <bool>true</bool>
365       </property>
366       <property name="textInteractionFlags">
367        <set>Qt::TextBrowserInteraction</set>
368       </property>
369      </widget>
370     </item>
371     <item row="1" column="0">
372      <spacer name="horizontalSpacer">
373       <property name="orientation">
374        <enum>Qt::Horizontal</enum>
375       </property>
376       <property name="sizeHint" stdset="0">
377        <size>
378         <width>10</width>
379         <height>20</height>
380        </size>
381       </property>
382      </spacer>
383     </item>
384     <item row="0" column="2" alignment="Qt::AlignBottom">
385      <widget class="QLabel" name="contributingLabel">
386       <property name="font">
387        <font>
388         <pointsize>12</pointsize>
389         <weight>75</weight>
390         <bold>true</bold>
391        </font>
392       </property>
393       <property name="text">
394        <string>Contributing</string>
395       </property>
396       <property name="indent">
397        <number>20</number>
398       </property>
399      </widget>
400     </item>
401     <item row="1" column="3">
402      <spacer name="horizontalSpacer_2">
403       <property name="orientation">
404        <enum>Qt::Horizontal</enum>
405       </property>
406       <property name="sizeHint" stdset="0">
407        <size>
408         <width>10</width>
409         <height>20</height>
410        </size>
411       </property>
412      </spacer>
413     </item>
414     <item row="2" column="3">
415      <widget class="QPushButton" name="continueButton">
416       <property name="text">
417        <string>Continue</string>
418       </property>
419       <property name="flat">
420        <bool>true</bool>
421       </property>
422      </widget>
423     </item>
424    </layout>
425   </item>
426  </layout>
427 </widget>
428 <customwidgets>
429  <customwidget>
430   <class>QSvgWidget</class>
431   <extends>QWidget</extends>
432   <header>QSvgWidget</header>
433   <container>1</container>
434  </customwidget>
435 </customwidgets>
436 <resources/>
437 <connections/>
438</ui>
439