2013-07-28 01:12:32 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>LegacyModEditDialog</class>
|
|
|
|
<widget class="QDialog" name="LegacyModEditDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>540</width>
|
|
|
|
<height>420</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
2013-08-26 02:18:41 +05:30
|
|
|
<number>0</number>
|
2013-07-28 01:12:32 +05:30
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="jarTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Jar Mods</string>
|
|
|
|
</attribute>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2013-07-28 01:12:32 +05:30
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2013-07-28 01:12:32 +05:30
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<widget class="ModListView" name="jarModsTreeView">
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
2013-07-28 01:12:32 +05:30
|
|
|
</property>
|
2013-10-09 02:15:48 +05:30
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
2013-07-28 01:12:32 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QVBoxLayout" name="jarModsButtonBox">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addJarBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="rmJarBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addForgeBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>MCForge</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="jarModsButtonSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="moveJarUpBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Move &Up</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="moveJarDownBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Move &Down</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-07-28 01:12:32 +05:30
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<item>
|
|
|
|
<widget class="MCModInfoFrame" name="jarMIFrame">
|
|
|
|
<property name="frameShadow">
|
2013-10-09 06:56:03 +05:30
|
|
|
<enum>QFrame::Plain</enum>
|
2013-10-09 02:15:48 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-28 01:12:32 +05:30
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="coreTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Core Mods</string>
|
|
|
|
</attribute>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2013-07-28 01:12:32 +05:30
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2013-07-28 01:12:32 +05:30
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<widget class="ModListView" name="coreModsTreeView">
|
|
|
|
<property name="dragDropMode">
|
|
|
|
<enum>QAbstractItemView::DropOnly</enum>
|
2013-07-28 01:12:32 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-08 05:06:11 +05:30
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QVBoxLayout" name="coreModsButtonBox">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addCoreBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="rmCoreBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="coreModsButtonSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="viewCoreBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&View Folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-07-28 01:12:32 +05:30
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<item>
|
|
|
|
<widget class="MCModInfoFrame" name="coreMIFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-28 01:12:32 +05:30
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="modTab">
|
|
|
|
<attribute name="title">
|
2013-08-28 08:08:29 +05:30
|
|
|
<string>Loader Mods</string>
|
2013-07-28 01:12:32 +05:30
|
|
|
</attribute>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2013-07-28 01:12:32 +05:30
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2013-07-28 01:12:32 +05:30
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<widget class="ModListView" name="loaderModTreeView">
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>true</bool>
|
2013-07-28 01:12:32 +05:30
|
|
|
</property>
|
2013-10-09 02:15:48 +05:30
|
|
|
<property name="dragDropMode">
|
|
|
|
<enum>QAbstractItemView::DropOnly</enum>
|
2013-10-08 05:06:11 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-28 01:12:32 +05:30
|
|
|
<item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<layout class="QVBoxLayout" name="mlModsButtonBox">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addModBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="rmModBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="mlModsButtonSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="viewModBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&View Folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-07-28 01:12:32 +05:30
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-10-09 02:15:48 +05:30
|
|
|
<item>
|
|
|
|
<widget class="MCModInfoFrame" name="loaderMIFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-28 01:12:32 +05:30
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="texPackTab">
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Texture Packs</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
2013-08-19 00:22:17 +05:30
|
|
|
<widget class="ModListView" name="texPackTreeView">
|
2013-07-28 01:12:32 +05:30
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dragDropMode">
|
|
|
|
<enum>QAbstractItemView::DropOnly</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="texturePacksButtonBox">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addTexPackBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="rmTexPackBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="texturePacksButtonSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="viewTexPackBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>&View Folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
2013-08-25 05:02:42 +05:30
|
|
|
<set>QDialogButtonBox::Close</set>
|
2013-07-28 01:12:32 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-08-19 00:22:17 +05:30
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ModListView</class>
|
|
|
|
<extends>QTreeView</extends>
|
|
|
|
<header>gui/ModListView.h</header>
|
|
|
|
</customwidget>
|
2013-10-09 02:15:48 +05:30
|
|
|
<customwidget>
|
|
|
|
<class>MCModInfoFrame</class>
|
|
|
|
<extends>QFrame</extends>
|
|
|
|
<header>gui/MCModInfoFrame.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-08-19 00:22:17 +05:30
|
|
|
</customwidgets>
|
2013-07-28 01:12:32 +05:30
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|