2013-11-18 23:35:35 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2014-07-16 03:43:40 +05:30
|
|
|
<class>AccountListPage</class>
|
2019-07-19 11:59:31 +05:30
|
|
|
<widget class="QMainWindow" name="AccountListPage">
|
2013-11-18 23:35:35 +05:30
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-07-19 11:59:31 +05:30
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
2013-11-18 23:35:35 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
2019-07-19 11:59:31 +05:30
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<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>
|
2021-07-27 01:14:11 +05:30
|
|
|
<widget class="VersionListView" name="listView">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="itemsExpandable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allColumnsShowFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="headerStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
2019-07-19 11:59:31 +05:30
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-07-23 04:18:14 +05:30
|
|
|
<widget class="WideBar" name="toolBar">
|
2019-07-19 11:59:31 +05:30
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>RightToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2021-07-27 01:14:11 +05:30
|
|
|
<addaction name="actionAddMicrosoft"/>
|
|
|
|
<addaction name="actionAddMojang"/>
|
2021-08-30 02:25:33 +05:30
|
|
|
<addaction name="actionRefresh"/>
|
2019-07-19 11:59:31 +05:30
|
|
|
<addaction name="actionRemove"/>
|
|
|
|
<addaction name="actionSetDefault"/>
|
|
|
|
<addaction name="actionNoDefault"/>
|
2021-02-11 06:52:43 +05:30
|
|
|
<addaction name="separator"/>
|
2019-07-19 11:59:31 +05:30
|
|
|
<addaction name="actionUploadSkin"/>
|
2021-02-11 06:52:43 +05:30
|
|
|
<addaction name="actionDeleteSkin"/>
|
2019-07-19 11:59:31 +05:30
|
|
|
</widget>
|
2021-07-27 01:14:11 +05:30
|
|
|
<action name="actionAddMojang">
|
2019-07-19 11:59:31 +05:30
|
|
|
<property name="text">
|
2021-07-27 01:14:11 +05:30
|
|
|
<string>Add Mojang</string>
|
2019-07-19 11:59:31 +05:30
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRemove">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSetDefault">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set Default</string>
|
2014-07-21 03:17:46 +05:30
|
|
|
</property>
|
2019-07-19 11:59:31 +05:30
|
|
|
</action>
|
|
|
|
<action name="actionNoDefault">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2014-07-21 03:17:46 +05:30
|
|
|
</property>
|
2019-07-19 11:59:31 +05:30
|
|
|
<property name="text">
|
|
|
|
<string>No Default</string>
|
2014-07-21 03:17:46 +05:30
|
|
|
</property>
|
2019-07-19 11:59:31 +05:30
|
|
|
</action>
|
|
|
|
<action name="actionUploadSkin">
|
|
|
|
<property name="text">
|
|
|
|
<string>Upload Skin</string>
|
2014-07-21 03:17:46 +05:30
|
|
|
</property>
|
2019-07-19 11:59:31 +05:30
|
|
|
</action>
|
2021-02-11 06:52:43 +05:30
|
|
|
<action name="actionDeleteSkin">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete Skin</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete the currently active skin and go back to the default one</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-07-27 01:14:11 +05:30
|
|
|
<action name="actionAddMicrosoft">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Microsoft</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-08-30 02:25:33 +05:30
|
|
|
<action name="actionRefresh">
|
|
|
|
<property name="text">
|
|
|
|
<string>Refresh</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Refresh the account tokens</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-11-18 23:35:35 +05:30
|
|
|
</widget>
|
2019-07-19 11:59:31 +05:30
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>VersionListView</class>
|
|
|
|
<extends>QTreeView</extends>
|
2021-11-22 08:25:16 +05:30
|
|
|
<header>ui/widgets/VersionListView.h</header>
|
2019-07-19 11:59:31 +05:30
|
|
|
</customwidget>
|
2019-07-23 04:18:14 +05:30
|
|
|
<customwidget>
|
|
|
|
<class>WideBar</class>
|
|
|
|
<extends>QToolBar</extends>
|
2021-11-22 08:25:16 +05:30
|
|
|
<header>ui/widgets/WideBar.h</header>
|
2019-07-23 04:18:14 +05:30
|
|
|
</customwidget>
|
2019-07-19 11:59:31 +05:30
|
|
|
</customwidgets>
|
2013-11-18 23:35:35 +05:30
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|