lolautoaccept/ui/championsearch.ui

129 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChampionSearch</class>
<widget class="QDialog" name="ChampionSearch">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Champion Search</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label">
<property name="text">
<string>Champion:</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="searchbox"/>
</item>
<item row="2" column="1" colspan="2">
<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>
<item row="1" column="0" colspan="3">
<widget class="QListWidget" name="championList"/>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ChampionSearch</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>304</x>
<y>290</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>ChampionSearch</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>372</x>
<y>290</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>searchbox</sender>
<signal>textChanged(QString)</signal>
<receiver>ChampionSearch</receiver>
<slot>searchChanged(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>218</x>
<y>21</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>28</y>
</hint>
</hints>
</connection>
<connection>
<sender>championList</sender>
<signal>doubleClicked(QModelIndex)</signal>
<receiver>ChampionSearch</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>182</x>
<y>169</y>
</hint>
<hint type="destinationlabel">
<x>396</x>
<y>188</y>
</hint>
</hints>
</connection>
<connection>
<sender>championList</sender>
<signal>itemActivated(QListWidgetItem*)</signal>
<receiver>ChampionSearch</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>324</x>
<y>106</y>
</hint>
<hint type="destinationlabel">
<x>396</x>
<y>116</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>searchChanged(QString)</slot>
</slots>
</ui>