lolautoaccept/ui/stagesettings.ui

210 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>StageSettings</class>
<widget class="QWidget" name="StageSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>762</width>
<height>859</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>130</height>
</size>
</property>
<property name="baseSize">
<size>
<width>300</width>
<height>130</height>
</size>
</property>
<property name="windowTitle">
<string notr="true"/>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string notr="true"/>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QListWidget" name="championList">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="addChampion">
<property name="text">
<string>Add Champion</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="moveup">
<property name="text">
<string>Move Up</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="movedown">
<property name="text">
<string>Move Down</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="removeChampion">
<property name="text">
<string>Remove Champion</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>checkBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>checkBox</sender>
<signal>stateChanged(int)</signal>
<receiver>StageSettings</receiver>
<slot>toggledinternal(int)</slot>
<hints>
<hint type="sourcelabel">
<x>100</x>
<y>57</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>296</y>
</hint>
</hints>
</connection>
<connection>
<sender>addChampion</sender>
<signal>clicked()</signal>
<receiver>StageSettings</receiver>
<slot>addChamp()</slot>
<hints>
<hint type="sourcelabel">
<x>643</x>
<y>209</y>
</hint>
<hint type="destinationlabel">
<x>757</x>
<y>291</y>
</hint>
</hints>
</connection>
<connection>
<sender>moveup</sender>
<signal>clicked()</signal>
<receiver>StageSettings</receiver>
<slot>moveUp()</slot>
<hints>
<hint type="sourcelabel">
<x>683</x>
<y>371</y>
</hint>
<hint type="destinationlabel">
<x>758</x>
<y>401</y>
</hint>
</hints>
</connection>
<connection>
<sender>movedown</sender>
<signal>clicked()</signal>
<receiver>StageSettings</receiver>
<slot>moveDown()</slot>
<hints>
<hint type="sourcelabel">
<x>702</x>
<y>526</y>
</hint>
<hint type="destinationlabel">
<x>758</x>
<y>536</y>
</hint>
</hints>
</connection>
<connection>
<sender>removeChampion</sender>
<signal>clicked()</signal>
<receiver>StageSettings</receiver>
<slot>removeChamp()</slot>
<hints>
<hint type="sourcelabel">
<x>717</x>
<y>691</y>
</hint>
<hint type="destinationlabel">
<x>758</x>
<y>697</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<signal>championChanged(QString)</signal>
<signal>toggled(bool)</signal>
<slot>championChangedinternal(QString)</slot>
<slot>toggledinternal(int)</slot>
<slot>addChamp()</slot>
<slot>removeChamp()</slot>
<slot>moveUp()</slot>
<slot>moveDown()</slot>
</slots>
</ui>