diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-11-22 03:55:16 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-11-22 03:55:16 +0100 |
commit | b258eac215c791b2a8eed10cecbbf9551c87f0b9 (patch) | |
tree | 1ae72f62d344f6a9c982b9dc5d598d32fc742acc /launcher/pages/instance/ServersPage.ui | |
parent | 5040231f8d6ca865ea50250509c3315ea0c7400e (diff) | |
download | PrismLauncher-b258eac215c791b2a8eed10cecbbf9551c87f0b9.tar.gz PrismLauncher-b258eac215c791b2a8eed10cecbbf9551c87f0b9.tar.bz2 PrismLauncher-b258eac215c791b2a8eed10cecbbf9551c87f0b9.zip |
NOISSUE continue reshuffling the codebase
Diffstat (limited to 'launcher/pages/instance/ServersPage.ui')
-rw-r--r-- | launcher/pages/instance/ServersPage.ui | 194 |
1 files changed, 0 insertions, 194 deletions
diff --git a/launcher/pages/instance/ServersPage.ui b/launcher/pages/instance/ServersPage.ui deleted file mode 100644 index d89b7cba..00000000 --- a/launcher/pages/instance/ServersPage.ui +++ /dev/null @@ -1,194 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>ServersPage</class> - <widget class="QMainWindow" name="ServersPage"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>1318</width> - <height>879</height> - </rect> - </property> - <widget class="QWidget" name="centralwidget"> - <layout class="QVBoxLayout" name="verticalLayout"> - <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="QTreeView" name="serversView"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="acceptDrops"> - <bool>true</bool> - </property> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <property name="iconSize"> - <size> - <width>64</width> - <height>64</height> - </size> - </property> - <property name="rootIsDecorated"> - <bool>false</bool> - </property> - <attribute name="headerStretchLastSection"> - <bool>false</bool> - </attribute> - </widget> - </item> - <item> - <layout class="QGridLayout" name="gridLayout_2"> - <property name="leftMargin"> - <number>6</number> - </property> - <property name="rightMargin"> - <number>6</number> - </property> - <item row="0" column="0"> - <widget class="QLabel" name="nameLabel"> - <property name="text"> - <string>&Name</string> - </property> - <property name="buddy"> - <cstring>nameLine</cstring> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="nameLine"/> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="addressLabel"> - <property name="text"> - <string>Address</string> - </property> - <property name="buddy"> - <cstring>addressLine</cstring> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="addressLine"/> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="resourcesLabel"> - <property name="text"> - <string>Reso&urces</string> - </property> - <property name="buddy"> - <cstring>resourceComboBox</cstring> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QComboBox" name="resourceComboBox"> - <item> - <property name="text"> - <string>Ask to download</string> - </property> - </item> - <item> - <property name="text"> - <string>Always download</string> - </property> - </item> - <item> - <property name="text"> - <string>Never download</string> - </property> - </item> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <widget class="WideBar" name="toolBar"> - <property name="windowTitle"> - <string>Actions</string> - </property> - <property name="allowedAreas"> - <set>Qt::LeftToolBarArea|Qt::RightToolBarArea</set> - </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonTextOnly</enum> - </property> - <property name="floatable"> - <bool>false</bool> - </property> - <attribute name="toolBarArea"> - <enum>RightToolBarArea</enum> - </attribute> - <attribute name="toolBarBreak"> - <bool>false</bool> - </attribute> - <addaction name="actionAdd"/> - <addaction name="actionRemove"/> - <addaction name="actionMove_Up"/> - <addaction name="actionMove_Down"/> - <addaction name="actionJoin"/> - </widget> - <action name="actionAdd"> - <property name="text"> - <string>Add</string> - </property> - </action> - <action name="actionRemove"> - <property name="text"> - <string>Remove</string> - </property> - </action> - <action name="actionMove_Up"> - <property name="text"> - <string>Move Up</string> - </property> - </action> - <action name="actionMove_Down"> - <property name="text"> - <string>Move Down</string> - </property> - </action> - <action name="actionJoin"> - <property name="text"> - <string>Join</string> - </property> - </action> - </widget> - <customwidgets> - <customwidget> - <class>WideBar</class> - <extends>QToolBar</extends> - <header>widgets/WideBar.h</header> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>serversView</tabstop> - <tabstop>nameLine</tabstop> - <tabstop>addressLine</tabstop> - <tabstop>resourceComboBox</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> |