lolautoaccept/ui/runemanager.ui

101 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RuneManager</class>
<widget class="QWidget" name="RuneManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>498</width>
<height>654</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="2" column="0">
<widget class="QLabel" name="lblClientRunes">
<property name="text">
<string>Runes in the Client</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="lblaaRunes">
<property name="text">
<string>Runes in the Autoacceptor</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="RunePageList" name="listClientRunes">
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="RunePageList" name="listaaRunes">
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="btnRetry">
<property name="text">
<string>Reload</string>
</property>
<property name="icon">
<iconset theme="reload">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="chkAutoCopy">
<property name="toolTip">
<string>Runes from the client get copied to the autoacceptor automatically.</string>
</property>
<property name="text">
<string>Auto Copy Runes</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>RunePageList</class>
<extends>QListWidget</extends>
<header>runepagelist.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>btnRetry</sender>
<signal>clicked()</signal>
<receiver>RuneManager</receiver>
<slot>loadRunes()</slot>
<hints>
<hint type="sourcelabel">
<x>223</x>
<y>28</y>
</hint>
<hint type="destinationlabel">
<x>544</x>
<y>55</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>loadRunes()</slot>
</slots>
</ui>