1
0
Fork 0
mirror of synced 2024-07-08 07:56:01 +12:00
Rare/rare/ui/components/dialogs/login/landing_page.ui

88 lines
2.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LandingPage</class>
<widget class="QWidget" name="LandingPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-10-21 07:15:41 +13:00
<width>311</width>
<height>87</height>
</rect>
</property>
<property name="windowTitle">
2022-10-21 07:15:41 +13:00
<string notr="true">LandingPage</string>
</property>
2023-09-02 10:08:25 +12:00
<layout class="QGridLayout" name="landing_layout" rowstretch="0,1,1" columnstretch="0,0,1">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item row="0" column="0" colspan="3">
<widget class="QLabel" name="login_label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Select login method</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="login_browser_radio">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Browser</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QRadioButton" name="login_import_radio">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Import</string>
</property>
</widget>
</item>
2023-09-02 10:08:25 +12:00
<item row="1" column="1" colspan="2">
<widget class="QLabel" name="login_browser_label">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
2023-09-02 10:08:25 +12:00
<string>Login using a browser.</string>
</property>
</widget>
</item>
2023-09-02 10:08:25 +12:00
<item row="2" column="1" colspan="2">
<widget class="QLabel" name="login_import_label">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
2023-09-02 10:08:25 +12:00
<property name="text">
<string>Import from Epic Games Launcher</string>
</property>
2023-09-02 10:08:25 +12:00
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>