2014-06-02 04:19:53 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ModFolderPage</class>
|
2019-07-16 05:00:53 +05:30
|
|
|
<widget class="QMainWindow" name="ModFolderPage">
|
2014-06-02 04:19:53 +05:30
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-07-16 05:00:53 +05:30
|
|
|
<width>1042</width>
|
|
|
|
<height>501</height>
|
2014-06-02 04:19:53 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
2019-07-16 05:00:53 +05:30
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="4" column="1" colspan="3">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="filterEdit">
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="filterLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Filter:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1" colspan="3">
|
|
|
|
<widget class="MCModInfoFrame" name="frame">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="3">
|
|
|
|
<widget class="ModListView" name="modTreeView">
|
2016-08-05 01:24:25 +05:30
|
|
|
<property name="sizePolicy">
|
2019-07-16 05:00:53 +05:30
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2016-08-05 01:24:25 +05:30
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-07-16 05:00:53 +05:30
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dragDropMode">
|
|
|
|
<enum>QAbstractItemView::DropOnly</enum>
|
|
|
|
</property>
|
2014-07-21 03:40:13 +05:30
|
|
|
</widget>
|
2019-07-16 05:00:53 +05:30
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-07-23 04:18:14 +05:30
|
|
|
<widget class="WideBar" name="actionsToolbar">
|
2019-07-16 05:00:53 +05:30
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Actions</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextOnly</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>RightToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionAdd"/>
|
|
|
|
<addaction name="actionRemove"/>
|
|
|
|
<addaction name="actionEnable"/>
|
|
|
|
<addaction name="actionDisable"/>
|
|
|
|
<addaction name="actionView_configs"/>
|
|
|
|
<addaction name="actionView_Folder"/>
|
|
|
|
</widget>
|
|
|
|
<action name="actionAdd">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRemove">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEnable">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisable">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionView_configs">
|
|
|
|
<property name="text">
|
|
|
|
<string>View configs</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Open the 'config' folder in the system file manager.</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionView_Folder">
|
|
|
|
<property name="text">
|
|
|
|
<string>View Folder</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-06-02 04:19:53 +05:30
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ModListView</class>
|
|
|
|
<extends>QTreeView</extends>
|
2015-02-09 06:21:14 +05:30
|
|
|
<header>widgets/ModListView.h</header>
|
2014-06-02 04:19:53 +05:30
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>MCModInfoFrame</class>
|
|
|
|
<extends>QFrame</extends>
|
2015-02-09 06:21:14 +05:30
|
|
|
<header>widgets/MCModInfoFrame.h</header>
|
2014-06-02 04:19:53 +05:30
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2019-07-23 04:18:14 +05:30
|
|
|
<customwidget>
|
|
|
|
<class>WideBar</class>
|
|
|
|
<extends>QToolBar</extends>
|
|
|
|
<header>widgets/WideBar.h</header>
|
|
|
|
</customwidget>
|
2014-06-02 04:19:53 +05:30
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|