lolautoaccept/ui/settingstab.ui

148 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SettingsTab</class>
<widget class="QWidget" name="SettingsTab">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true"/>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="StageSettings" name="banstage" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>10</height>
</size>
</property>
<property name="name" stdset="0">
<string>Ban</string>
</property>
<property name="state" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="StageSettings" name="pickstage" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>10</height>
</size>
</property>
<property name="name" stdset="0">
<string>Pick</string>
</property>
<property name="state" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>StageSettings</class>
<extends>QWidget</extends>
<header>stagesettings.h</header>
<slots>
<signal>toggled(bool)</signal>
<signal>championsChanged()</signal>
</slots>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>banstage</sender>
<signal>championsChanged()</signal>
<receiver>SettingsTab</receiver>
<slot>banChampsChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>179</x>
<y>78</y>
</hint>
<hint type="destinationlabel">
<x>398</x>
<y>86</y>
</hint>
</hints>
</connection>
<connection>
<sender>banstage</sender>
<signal>toggled(bool)</signal>
<receiver>SettingsTab</receiver>
<slot>banToggled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>329</x>
<y>124</y>
</hint>
<hint type="destinationlabel">
<x>397</x>
<y>123</y>
</hint>
</hints>
</connection>
<connection>
<sender>pickstage</sender>
<signal>championsChanged()</signal>
<receiver>SettingsTab</receiver>
<slot>pickChampsChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>284</x>
<y>220</y>
</hint>
<hint type="destinationlabel">
<x>400</x>
<y>200</y>
</hint>
</hints>
</connection>
<connection>
<sender>pickstage</sender>
<signal>toggled(bool)</signal>
<receiver>SettingsTab</receiver>
<slot>pickToggled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>344</x>
<y>257</y>
</hint>
<hint type="destinationlabel">
<x>400</x>
<y>257</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>banToggled(bool)</slot>
<slot>banChampsChanged()</slot>
<slot>pickToggled(bool)</slot>
<slot>pickChampsChanged()</slot>
</slots>
</ui>