diff options
author | Petr Mrázek <peterix@gmail.com> | 2020-03-31 03:13:19 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2020-04-01 00:44:24 +0200 |
commit | 3ff93a42161a5fe9301db1054dcb62c7d79ac77d (patch) | |
tree | d863a68a825fb7aebc63c5a80ec764da3cfe2cc6 /application/pages/modplatform/twitch/TwitchPage.ui | |
parent | 21ac860e2771d2710e13c5694f18c3a244f20523 (diff) | |
download | PrismLauncher-3ff93a42161a5fe9301db1054dcb62c7d79ac77d.tar.gz PrismLauncher-3ff93a42161a5fe9301db1054dcb62c7d79ac77d.tar.bz2 PrismLauncher-3ff93a42161a5fe9301db1054dcb62c7d79ac77d.zip |
NOISSUE Bare-bones twitch pack browser
Diffstat (limited to 'application/pages/modplatform/twitch/TwitchPage.ui')
-rw-r--r-- | application/pages/modplatform/twitch/TwitchPage.ui | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/application/pages/modplatform/twitch/TwitchPage.ui b/application/pages/modplatform/twitch/TwitchPage.ui new file mode 100644 index 00000000..7a8203b1 --- /dev/null +++ b/application/pages/modplatform/twitch/TwitchPage.ui @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>TwitchPage</class> + <widget class="QWidget" name="TwitchPage"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>875</width> + <height>745</height> + </rect> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLineEdit" name="searchEdit"/> + </item> + <item row="0" column="1"> + <widget class="QPushButton" name="searchButton"> + <property name="text"> + <string>Search</string> + </property> + </widget> + </item> + <item row="1" column="0" colspan="2"> + <widget class="QTreeView" 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> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="uniformRowHeights"> + <bool>true</bool> + </property> + <property name="itemsExpandable"> + <bool>false</bool> + </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> + <attribute name="headerVisible"> + <bool>false</bool> + </attribute> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>searchEdit</tabstop> + <tabstop>searchButton</tabstop> + <tabstop>packView</tabstop> + </tabstops> + <connections/> +</ui> |