1
0
Fork 0
mirror of synced 2024-05-18 11:32:50 +12:00
Rare/rare/ui/components/tabs/games/integrations/egl_sync_group.ui
loathingKernel 5bf353ec37
Rare: Replace QToolButton with QPushButton
QToolButton is not really designed to be used in the way we did and since
QPushButton supports having a menu attached to, we can replace tool buttons
in most cases.

* Fix the presentation of the TabButtonWidget by updating RareStyle's css

* Reduce the size of the top tab bar to save vertical space.

* Remove infoLabel property
2024-02-21 20:25:03 +02:00

70 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EGLSyncGroup</class>
<widget class="QGroupBox" name="EGLSyncGroup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>424</width>
<height>106</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">EGLSyncGroup</string>
</property>
<property name="title">
<string>Sync with Epic Games Launcher</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QFormLayout" name="egl_sync_layout">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="egl_path_edit_label">
<property name="text">
<string>Manifest path</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="egl_sync_check_label">
<property name="text">
<string>Enable automatic sync</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="egl_sync_check">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>This will immediately synchronize with EGL</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<layout class="QVBoxLayout" name="import_export_layout"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="egl_path_info_label">
<property name="text">
<string>Estimated path</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>