2018-03-19 07:06:12 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2019-11-04 04:18:12 +05:30
|
|
|
<class>LegacyFTB::Page</class>
|
|
|
|
<widget class="QWidget" name="LegacyFTB::Page">
|
2018-03-19 07:06:12 +05:30
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-03-29 01:27:41 +05:30
|
|
|
<width>709</width>
|
|
|
|
<height>602</height>
|
2018-03-19 07:06:12 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
2018-04-05 23:03:31 +05:30
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2018-03-29 01:27:41 +05:30
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
2018-03-19 07:06:12 +05:30
|
|
|
</property>
|
2018-03-29 01:27:41 +05:30
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
2018-08-02 04:22:31 +05:30
|
|
|
<string>Public</string>
|
2018-03-29 01:27:41 +05:30
|
|
|
</attribute>
|
2018-08-02 04:22:31 +05:30
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTreeView" name="publicPackList">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>250</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2018-04-01 23:54:28 +05:30
|
|
|
</property>
|
2021-06-19 19:49:39 +05:30
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-04-01 23:54:28 +05:30
|
|
|
</widget>
|
2018-03-29 01:27:41 +05:30
|
|
|
</item>
|
2018-08-02 04:22:31 +05:30
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QTextBrowser" name="publicPackDescription"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>3rd Party</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QTextBrowser" name="thirdPartyPackDescription"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTreeView" name="thirdPartyPackList">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>250</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2018-03-29 01:27:41 +05:30
|
|
|
</property>
|
2021-06-19 19:49:39 +05:30
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-08-02 04:22:31 +05:30
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Private</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTreeView" name="privatePackList">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>250</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2018-03-29 01:27:41 +05:30
|
|
|
</property>
|
2021-06-19 19:49:39 +05:30
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-03-29 01:27:41 +05:30
|
|
|
</widget>
|
|
|
|
</item>
|
2018-08-02 04:22:31 +05:30
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="addPackBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add pack</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-04-01 23:54:28 +05:30
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2018-08-02 04:22:31 +05:30
|
|
|
<widget class="QPushButton" name="removePackBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove selected pack</string>
|
2018-04-01 23:54:28 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-08-02 04:22:31 +05:30
|
|
|
<item row="0" column="1" rowspan="3">
|
|
|
|
<widget class="QTextBrowser" name="privatePackDescription"/>
|
|
|
|
</item>
|
2018-03-29 01:27:41 +05:30
|
|
|
</layout>
|
|
|
|
</widget>
|
2018-03-19 07:06:12 +05:30
|
|
|
</widget>
|
|
|
|
</item>
|
2018-08-02 04:22:31 +05:30
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Version selected:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QComboBox" name="versionSelectionBox"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QComboBox" name="sortByBox">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>265</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-03-19 07:06:12 +05:30
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|