diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-06-27 03:20:11 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-06-27 03:20:11 +0200 |
commit | fde43c993e0a143b9dddcaff2190c91f4e5e3cb9 (patch) | |
tree | f1a97f55cc655e68c11660290eb9e0460a0ae96f /application/pages/modplatform/TwitchPage.ui | |
parent | 917f148fc41db7d68ef94c8ea29cd417a8f1ff33 (diff) | |
download | MultiMC-fde43c993e0a143b9dddcaff2190c91f4e5e3cb9.tar MultiMC-fde43c993e0a143b9dddcaff2190c91f4e5e3cb9.tar.gz MultiMC-fde43c993e0a143b9dddcaff2190c91f4e5e3cb9.tar.lz MultiMC-fde43c993e0a143b9dddcaff2190c91f4e5e3cb9.tar.xz MultiMC-fde43c993e0a143b9dddcaff2190c91f4e5e3cb9.zip |
NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'
It needs a few more steps and it will handle all kinds of twitch packs.
Diffstat (limited to 'application/pages/modplatform/TwitchPage.ui')
-rw-r--r-- | application/pages/modplatform/TwitchPage.ui | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/application/pages/modplatform/TwitchPage.ui b/application/pages/modplatform/TwitchPage.ui index 0930f541..0db2484d 100644 --- a/application/pages/modplatform/TwitchPage.ui +++ b/application/pages/modplatform/TwitchPage.ui @@ -10,9 +10,25 @@ <height>405</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QLabel" name="label_3"> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="1"> + <widget class="QLineEdit" name="lineEdit"/> + </item> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Twitch URL:</string> + </property> + </widget> + </item> + <item row="1" column="0" colspan="3"> + <widget class="QLabel" name="twitchLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="font"> <font> <pointsize>40</pointsize> @@ -26,8 +42,19 @@ </property> </widget> </item> + <item row="0" column="2"> + <widget class="QPushButton" name="checkButton"> + <property name="text"> + <string>Check</string> + </property> + </widget> + </item> </layout> </widget> + <tabstops> + <tabstop>lineEdit</tabstop> + <tabstop>checkButton</tabstop> + </tabstops> <resources> <include location="../../resources/assets/assets.qrc"/> </resources> |