diff options
author | kb1000 <kaeptmblaubaer1000@gmail.com> | 2020-06-07 17:46:12 +0200 |
---|---|---|
committer | kb1000 <kaeptmblaubaer1000@gmail.com> | 2020-10-13 21:34:16 +0200 |
commit | 8021fb25d0778bbc88bbfa052fcf2572807ee0f5 (patch) | |
tree | 81945f562b0970888b0c037bcacb95b0a8a95f0e /application/pages/modplatform/technic/TechnicPage.ui | |
parent | 762ddaea6578d552dabaffefd7ea6942776f3eff (diff) | |
download | PrismLauncher-8021fb25d0778bbc88bbfa052fcf2572807ee0f5.tar.gz PrismLauncher-8021fb25d0778bbc88bbfa052fcf2572807ee0f5.tar.bz2 PrismLauncher-8021fb25d0778bbc88bbfa052fcf2572807ee0f5.zip |
GH-469 Implement support for importing and searching for Technic Platform and Solder modpacks
This does not support any custom modpack.jar for 1.6 or newer, it simply uses standard Forge then.
Supports Forge and Fabric, and JAR mods for 1.5 and older.
Diffstat (limited to 'application/pages/modplatform/technic/TechnicPage.ui')
-rw-r--r-- | application/pages/modplatform/technic/TechnicPage.ui | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/application/pages/modplatform/technic/TechnicPage.ui b/application/pages/modplatform/technic/TechnicPage.ui new file mode 100644 index 00000000..be56fa82 --- /dev/null +++ b/application/pages/modplatform/technic/TechnicPage.ui @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>TechnicPage</class> + <widget class="QWidget" name="TechnicPage"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>546</width> + <height>405</height> + </rect> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QWidget" name="widget" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <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> + <widget class="QLineEdit" name="searchEdit"/> + </item> + <item> + <widget class="QPushButton" name="searchButton"> + <property name="text"> + <string>Search</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QListView" name="packView"> + <property name="horizontalScrollBarPolicy"> + <enum>Qt::ScrollBarAlwaysOff</enum> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="iconSize"> + <size> + <width>48</width> + <height>48</height> + </size> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |