You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
199 lines
5.4 KiB
XML
199 lines
5.4 KiB
XML
<?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>800</width>
|
|
<height>594</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="ModListLayout">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="InstalledModLayout">
|
|
<item>
|
|
<widget class="QLabel" name="InstalledModsLabel">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>14</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
<underline>false</underline>
|
|
<kerning>true</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Installed Mods:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QListView" name="InstalledModsListView"/>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="ModListButtonsLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="ApplyChangesButton">
|
|
<property name="text">
|
|
<string>Apply Changes</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="DisacrdChangesButton">
|
|
<property name="text">
|
|
<string>Discard Changes</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="ActionListLayout">
|
|
<item>
|
|
<widget class="QLabel" name="AvailableModsLabel">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>14</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
<underline>false</underline>
|
|
<kerning>true</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Available Mods:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QListView" name="AvailableModsList"/>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="AvailableModsButtonLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="DeleteModFilesButton">
|
|
<property name="text">
|
|
<string>Delete Mod files</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="TODOButton">
|
|
<property name="text">
|
|
<string>TODO</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuSettings">
|
|
<property name="title">
|
|
<string>Settings</string>
|
|
</property>
|
|
<addaction name="actionSet_game_folder"/>
|
|
<addaction name="actionRemove_ALL_manager_files"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuAdd">
|
|
<property name="title">
|
|
<string>Mods</string>
|
|
</property>
|
|
<addaction name="actionAdd_new_mod"/>
|
|
<addaction name="actionrefresh_mods"/>
|
|
<addaction name="actionCheck_for_Updates"/>
|
|
</widget>
|
|
<addaction name="menuAdd"/>
|
|
<addaction name="menuSettings"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionSet_game_folder">
|
|
<property name="text">
|
|
<string>Set game folder</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionrefresh_detected_mods">
|
|
<property name="text">
|
|
<string>Refresh Mods</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAdd_new_Mod">
|
|
<property name="text">
|
|
<string>Add new Mod</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAdd_new_mod">
|
|
<property name="text">
|
|
<string>Add new mod</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionrefresh_mods">
|
|
<property name="text">
|
|
<string>Refresh mods</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRemove_ALL_manager_files">
|
|
<property name="text">
|
|
<string>Remove ALL manager files</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCheck_for_Updates">
|
|
<property name="text">
|
|
<string>Check for Updates</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|