|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>FirstTimeUseClass</class>
|
|
|
<widget class="QWidget" name="FirstTimeUseClass">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>881</width>
|
|
|
<height>555</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>30</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>READY. SET. CREATE!</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
<property name="text">
|
|
|
<string><html><head/><body><p>Welcome to O3DE! Start something new by creating a project. Not sure what to create? </p><p>Explore what’s available by downloading our sample project.</p></body></html></string>
|
|
|
</property>
|
|
|
<property name="textFormat">
|
|
|
<enum>Qt::AutoText</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="createProjectButton">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Create Project</string>
|
|
|
</property>
|
|
|
<property name="icon">
|
|
|
<iconset resource="../project_manager.qrc">
|
|
|
<normaloff>:/Resources/Add.svg</normaloff>:/Resources/Add.svg</iconset>
|
|
|
</property>
|
|
|
<property name="iconSize">
|
|
|
<size>
|
|
|
<width>16</width>
|
|
|
<height>16</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="openProjectButton">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Open a Project</string>
|
|
|
</property>
|
|
|
<property name="icon">
|
|
|
<iconset resource="../project_manager.qrc">
|
|
|
<normaloff>:/Resources/Select_Folder.svg</normaloff>:/Resources/Select_Folder.svg</iconset>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<resources>
|
|
|
<include location="../project_manager.qrc"/>
|
|
|
</resources>
|
|
|
<connections/>
|
|
|
</ui>
|