diff options
author | kb1000 <kaeptmblaubaer1000@gmail.com> | 2021-03-24 00:59:43 +0100 |
---|---|---|
committer | kb1000 <kaeptmblaubaer1000@gmail.com> | 2021-03-24 00:59:43 +0100 |
commit | a0cb1a0d427087c84690224b37c2c9d0fba4f6cb (patch) | |
tree | 0bba964c2e4f5bcc3f27cecce57c4ebbaf78ebcb /application/pages/modplatform/flame/FlamePage.ui | |
parent | cbc973a5afb1a2ba321ea851f89e7189ce322460 (diff) | |
download | PrismLauncher-a0cb1a0d427087c84690224b37c2c9d0fba4f6cb.tar.gz PrismLauncher-a0cb1a0d427087c84690224b37c2c9d0fba4f6cb.tar.bz2 PrismLauncher-a0cb1a0d427087c84690224b37c2c9d0fba4f6cb.zip |
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings
Diffstat (limited to 'application/pages/modplatform/flame/FlamePage.ui')
-rw-r--r-- | application/pages/modplatform/flame/FlamePage.ui | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/application/pages/modplatform/flame/FlamePage.ui b/application/pages/modplatform/flame/FlamePage.ui new file mode 100644 index 00000000..21e23f1f --- /dev/null +++ b/application/pages/modplatform/flame/FlamePage.ui @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>FlamePage</class> + <widget class="QWidget" name="FlamePage"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>875</width> + <height>745</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> + <item> + <widget class="MCModInfoFrame" name="frame"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>MCModInfoFrame</class> + <extends>QFrame</extends> + <header>widgets/MCModInfoFrame.h</header> + <container>1</container> + </customwidget> + </customwidgets> + <tabstops> + <tabstop>searchEdit</tabstop> + <tabstop>searchButton</tabstop> + <tabstop>packView</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> |