2022-05-29 01:23:12 +05:30
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2022-07-17 04:44:54 +05:30
<class>BlockedModsDialog</class>
<widget class="QDialog" name="BlockedModsDialog">
2022-05-29 01:23:12 +05:30
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
2022-11-23 17:55:17 +05:30
<height>400</height>
2022-05-29 01:23:12 +05:30
</rect>
</property>
2022-11-23 17:55:17 +05:30
<property name="minimumSize">
<size>
<width>0</width>
<height>350</height>
</size>
</property>
2022-05-29 01:23:12 +05:30
<property name="windowTitle">
2022-07-17 04:44:54 +05:30
<string notr="true">BlockedModsDialog</string>
2022-05-29 01:23:12 +05:30
</property>
2022-11-23 17:55:17 +05:30
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,3,0,1,0">
2022-10-25 23:29:37 +05:30
<item>
2022-11-12 06:35:19 +05:30
<widget class="QLabel" name="labelDescription">
2022-05-29 01:23:12 +05:30
<property name="text">
2022-11-23 17:55:17 +05:30
<string notr="true">Placeholder description</string>
2022-05-29 01:23:12 +05:30
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
2022-11-12 06:35:19 +05:30
<property name="wordWrap">
<bool>true</bool>
</property>
2022-05-29 01:23:12 +05:30
</widget>
</item>
2022-10-25 23:29:37 +05:30
<item>
2022-11-12 06:35:19 +05:30
<widget class="QLabel" name="labelExplain">
<property name="text">
2022-11-26 18:27:31 +05:30
<string><html><head/><body><p>Your configured global mods folder and default downloads folder are automatically checked for the downloaded mods and they will be copied to the instance if found.</p><p>Optionally, you may drag and drop the downloaded mods onto this dialog or add a folder to watch if you did not download the mods to a default location.</p></body></html></string>
2022-11-12 06:35:19 +05:30
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
2022-11-12 07:02:11 +05:30
<property name="openExternalLinks">
<bool>true</bool>
</property>
2022-11-12 06:35:19 +05:30
</widget>
</item>
<item>
<widget class="QTextBrowser" name="textBrowserModsListing">
2022-05-29 01:23:12 +05:30
<property name="acceptRichText">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
2022-11-12 06:35:19 +05:30
<item>
<widget class="QLabel" name="labelWatched">
<property name="text">
<string>Watched Folders:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="textBrowserWatched">
<property name="baseSize">
<size>
<width>0</width>
<height>12</height>
</size>
</property>
2022-11-12 07:02:11 +05:30
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="openLinks">
<bool>false</bool>
</property>
2022-11-12 06:35:19 +05:30
</widget>
</item>
2022-10-25 23:29:37 +05:30
<item>
<layout class="QHBoxLayout" name="bottomBoxH">
<item>
<widget class="QLabel" name="labelModsFound">
<property name="text">
<string/>
</property>
</widget>
</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>
</item>
2022-05-29 01:23:12 +05:30
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
2022-07-17 04:44:54 +05:30
<receiver>BlockedModsDialog</receiver>
2022-05-29 01:23:12 +05:30
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>199</x>
<y>425</y>
</hint>
<hint type="destinationlabel">
<x>199</x>
<y>227</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
2022-07-17 04:44:54 +05:30
<receiver>BlockedModsDialog</receiver>
2022-05-29 01:23:12 +05:30
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>199</x>
<y>425</y>
</hint>
<hint type="destinationlabel">
<x>199</x>
<y>227</y>
</hint>
</hints>
</connection>
</connections>
</ui>