lolautoaccept/ui/stagesettings.ui

196 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>412</width>
<height>277</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="windowTitle">
<string notr="true"/>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
</property>
<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" columnstretch="4,3">
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
</property>
<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="1">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
</property>
<item>
<widget class="QPushButton" name="addChampion">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Add Champion</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="removeChampion">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Remove Champion</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QListWidget" name="championList">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>128</width>
<height>100</height>
</size>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="flow">
<enum>QListView::TopToBottom</enum>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
</widget>
</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>179</y>
</hint>
</hints>
</connection>
<connection>
<sender>addChampion</sender>
<signal>clicked()</signal>
<receiver>StageSettings</receiver>
<slot>addChamp()</slot>
<hints>
<hint type="sourcelabel">
<x>389</x>
<y>102</y>
</hint>
<hint type="destinationlabel">
<x>411</x>
<y>179</y>
</hint>
</hints>
</connection>
<connection>
<sender>removeChampion</sender>
<signal>clicked()</signal>
<receiver>StageSettings</receiver>
<slot>removeChamp()</slot>
<hints>
<hint type="sourcelabel">
<x>389</x>
<y>146</y>
</hint>
<hint type="destinationlabel">
<x>411</x>
<y>179</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<signal>toggled(bool)</signal>
<signal>championsChanged()</signal>
<slot>championChangedinternal(QString)</slot>
<slot>toggledinternal(int)</slot>
<slot>addChamp()</slot>
<slot>removeChamp()</slot>
<slot>moved()</slot>
</slots>
</ui>