aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ImportResourcePackDialog.ui
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2022-12-30 18:06:17 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-01-07 15:04:22 -0700
commit03b75bf2a98edd4114be4799f974bb10fe9b82c4 (patch)
treea39020bf8475795875cba7e90c422b50c8b3a675 /launcher/ui/dialogs/ImportResourcePackDialog.ui
parentf3f628410d3d4c9589b8ec2d06d492e7861c35a3 (diff)
downloadPrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.tar.gz
PrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.tar.bz2
PrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.zip
feat: Import all the things!
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs/ImportResourcePackDialog.ui')
-rw-r--r--launcher/ui/dialogs/ImportResourcePackDialog.ui74
1 files changed, 0 insertions, 74 deletions
diff --git a/launcher/ui/dialogs/ImportResourcePackDialog.ui b/launcher/ui/dialogs/ImportResourcePackDialog.ui
deleted file mode 100644
index 20cb9177..00000000
--- a/launcher/ui/dialogs/ImportResourcePackDialog.ui
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>ImportResourcePackDialog</class>
- <widget class="QDialog" name="ImportResourcePackDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>676</width>
- <height>555</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Choose instance to import</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Choose the instance you would like to import this resource pack to.</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QListView" name="instanceView"/>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>ImportResourcePackDialog</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>248</x>
- <y>254</y>
- </hint>
- <hint type="destinationlabel">
- <x>157</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>buttonBox</sender>
- <signal>rejected()</signal>
- <receiver>ImportResourcePackDialog</receiver>
- <slot>reject()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>316</x>
- <y>260</y>
- </hint>
- <hint type="destinationlabel">
- <x>286</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- </connections>
-</ui>