lolautoaccept/ui/stagesettings.ui

93 lines
2.2 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>400</width>
<height>300</height>
</rect>
</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="title">
<string notr="true"/>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Champion:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit">
<property name="minimumSize">
<size>
<width>160</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>lineEdit</sender>
<signal>textEdited(QString)</signal>
<receiver>StageSettings</receiver>
<slot>championChangedinternal(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>193</x>
<y>212</y>
</hint>
<hint type="destinationlabel">
<x>250</x>
<y>329</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBox</sender>
<signal>stateChanged(int)</signal>
<receiver>StageSettings</receiver>
<slot>toggledinternal(int)</slot>
<hints>
<hint type="sourcelabel">
<x>79</x>
<y>109</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>296</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<signal>championChanged(QString)</signal>
<slot>championChangedinternal(QString)</slot>
<slot>toggledinternal(int)</slot>
</slots>
</ui>