2025-10-25 15:49:45 +03:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
|
<class>MainWindow</class>
|
|
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>0</x>
|
|
|
|
|
|
<y>0</y>
|
|
|
|
|
|
<width>600</width>
|
|
|
|
|
|
<height>400</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
|
<string>Minecraft Лаунчер</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2025-10-26 20:00:25 +03:00
|
|
|
|
<item>
|
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>Профиль:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QComboBox" name="profileComboBox"/>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QPushButton" name="addProfileButton">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>Новый...</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QPushButton" name="editProfileButton">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>Редактировать...</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</item>
|
2025-10-25 15:49:45 +03:00
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QPushButton" name="launchButton">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>Запустить Minecraft</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QPushButton" name="modsFolderButton">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>Открыть папку с модами</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QPushButton" name="updateModsButton">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>Обновить моды из Git</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QPushButton" name="settingsButton">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>Настройки</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
|
|
<property name="value">
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="textVisible">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item>
|
|
|
|
|
|
<widget class="QPlainTextEdit" name="logOutput">
|
|
|
|
|
|
<property name="readOnly">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<resources/>
|
|
|
|
|
|
<connections/>
|
2025-10-26 20:00:25 +03:00
|
|
|
|
</ui>
|