2019-01-19 20:54:02 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WelcomeDialog</class>
<widget class="QDialog" name="WelcomeDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-01-20 12:14:19 +00:00
<width>806</width>
2019-03-09 13:11:39 +00:00
<height>620</height>
2019-01-19 20:54:02 +00:00
</rect>
</property>
<property name="sizePolicy">
2019-01-20 12:14:19 +00:00
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
2019-01-19 20:54:02 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Welcome to Cutter</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,2,3">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,1,0,0">
<property name="spacing">
<number>0</number>
</property>
<property name="sizeConstraint">
2019-01-20 12:14:19 +00:00
<enum>QLayout::SetMinimumSize</enum>
2019-01-19 20:54:02 +00:00
</property>
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
<widget class="QSvgWidget" name="logoSvgWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>88</width>
<height>88</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>88</width>
<height>88</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="cutterLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="font">
<font>
<family>Monospace</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>Cutter</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item alignment="Qt::AlignHCenter">
<widget class="QLabel" name="versionLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>Version </string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2019-03-09 13:11:39 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2019-01-19 20:54:02 +00:00
</property>
2019-03-09 13:11:39 +00:00
<property name="sizeHint" stdset="0">
2019-01-19 20:54:02 +00:00
<size>
2019-03-09 13:11:39 +00:00
<width>40</width>
<height>20</height>
2019-01-19 20:54:02 +00:00
</size>
</property>
2019-03-09 13:11:39 +00:00
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>9</number>
2019-01-19 20:54:02 +00:00
</property>
2019-03-09 13:11:39 +00:00
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
2019-01-19 20:54:02 +00:00
</property>
<item>
2019-03-09 13:11:39 +00:00
<widget class="QPushButton" name="checkUpdateButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>About</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="themeComboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<item>
<property name="text">
<string>Native Theme</string>
</property>
</item>
<item>
<property name="text">
<string>Dark Theme</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="languageComboBox"/>
2019-01-19 20:54:02 +00:00
</item>
<item>
2019-03-09 13:11:39 +00:00
<widget class="QCheckBox" name="updatesCheckBox">
<property name="text">
<string>Check for updates on start</string>
</property>
</widget>
2019-01-19 20:54:02 +00:00
</item>
2019-03-09 13:11:39 +00:00
</layout>
2019-01-19 20:54:02 +00:00
</item>
2019-03-09 13:11:39 +00:00
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2019-01-20 12:14:19 +00:00
</property>
2019-03-09 13:11:39 +00:00
<property name="sizeHint" stdset="0">
2019-01-20 12:14:19 +00:00
<size>
2019-03-09 13:11:39 +00:00
<width>40</width>
<height>20</height>
2019-01-20 12:14:19 +00:00
</size>
</property>
2019-03-09 13:11:39 +00:00
</spacer>
2019-01-19 20:54:02 +00:00
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QGridLayout" name="textGridLayout" columnstretch="1,6,6,1">
<property name="sizeConstraint">
2019-01-20 12:14:19 +00:00
<enum>QLayout::SetMinimumSize</enum>
2019-01-19 20:54:02 +00:00
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
2019-01-20 12:14:19 +00:00
<number>10</number>
2019-01-19 20:54:02 +00:00
</property>
<item row="0" column="1" alignment="Qt::AlignBottom">
<widget class="QLabel" name="communityTitleLabel">
2019-01-20 12:14:19 +00:00
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
2019-01-19 20:54:02 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="lineWidth">
<number>2</number>
</property>
<property name="text">
<string>Community</string>
</property>
</widget>
</item>
2019-01-20 12:14:19 +00:00
<item row="1" column="1" alignment="Qt::AlignTop">
2019-01-19 20:54:02 +00:00
<widget class="QLabel" name="communityRichTextLAbel">
2019-01-20 12:14:19 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
2019-01-19 20:54:02 +00:00
<property name="lineWidth">
<number>1</number>
</property>
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2019-01-20 12:14:19 +00:00
</style></head><body style=" font-family:'Cantarell'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans'; font-size:10pt;">Join thousands of reverse engineers in our community:<br /></span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">Twitter:</span><span style=" font-family:'Noto Sans'; font-size:10pt;"> </span><a href="https://twitter.com/r2gui"><span style=" font-family:'Noto Sans'; font-size:10pt; text-decoration: underline; color:#2980b9;">@r2gui</span></a><span style=" font-family:'Noto Sans'; font-size:10pt;"><br /></span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">Telegram: </span><a href="https://t.me/r2cutter"><span style=" font-family:'Noto Sans'; font-size:10pt; text-decoration: underline; color:#2980b9;">@r2cutter <br /></span></a><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">IRC: </span><span style=" font-family:'Noto Sans'; font-size:10pt;">#cutter on </span><a href="irc.freenode.net"><span style=" font-family:'Noto Sans'; font-size:10pt; text-decoration: underline; color:#2980b9;">irc.freenode.net</span></a></p></body></html></string>
2019-01-19 20:54:02 +00:00
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item row="1" column="2" alignment="Qt::AlignTop">
<widget class="QLabel" name="contributingTextLabel">
2019-01-20 12:14:19 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
2019-01-19 20:54:02 +00:00
<property name="text">
2019-01-20 12:14:19 +00:00
<string><html><head/><body style=" font-family:'Cantarell'; font-size:9pt; font-weight:400; font-style:normal;"><p><span style=" font-size:10pt;">Want to help us make Cutter even better?<br/>Visit our </span><a href="https://github.com/radareorg/cutter"><span style=" font-size:10pt; text-decoration: underline; color:#2980b9;">Github page</span></a><span style=" font-size:10pt;"> and report bugs or contribute code.</span></p></body></html></string>
2019-01-19 20:54:02 +00:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="indent">
<number>20</number>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="2" alignment="Qt::AlignBottom">
<widget class="QLabel" name="contributingLabel">
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Contributing</string>
</property>
<property name="indent">
<number>20</number>
</property>
</widget>
</item>
<item row="1" column="3">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="3">
<widget class="QPushButton" name="continueButton">
<property name="text">
2019-01-20 12:14:19 +00:00
<string>Continue</string>
2019-01-19 20:54:02 +00:00
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QSvgWidget</class>
<extends>QWidget</extends>
<header>QSvgWidget</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>