lolautoaccept/ui/mainwindow.ui
2022-04-21 19:33:46 +02:00

281 lines
6.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>LoL-Auto-Accept</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>731</width>
<height>491</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="mainswitch">
<property name="text">
<string>Mainswitch</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableAll">
<property name="text">
<string>Enable LoL-Auto-Accept</string>
</property>
</widget>
</item>
<item>
<widget class="StageSettings" name="prepickstage" native="true">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="name" stdset="0">
<string>Pre Pick</string>
</property>
<property name="state" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="StageSettings" name="banstage" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="name" stdset="0">
<string>Ban</string>
</property>
<property name="state" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="StageSettings" name="pickstage" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="name" stdset="0">
<string>Pick</string>
</property>
<property name="state" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>StageSettings</class>
<extends>QWidget</extends>
<header>stagesettings.h</header>
<slots>
<signal>toggled(bool)</signal>
<signal>championChanged(QString)</signal>
</slots>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>enableAll</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>enableAll</sender>
<signal>clicked(bool)</signal>
<receiver>MainWindow</receiver>
<slot>aatoggled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>16</x>
<y>106</y>
</hint>
<hint type="destinationlabel">
<x>393</x>
<y>54</y>
</hint>
</hints>
</connection>
<connection>
<sender>prepickstage</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>pptoggled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>169</x>
<y>147</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>140</y>
</hint>
</hints>
</connection>
<connection>
<sender>banstage</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>bantoggled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>139</x>
<y>345</y>
</hint>
<hint type="destinationlabel">
<x>277</x>
<y>292</y>
</hint>
</hints>
</connection>
<connection>
<sender>pickstage</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>picktoggled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>130</x>
<y>509</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>444</y>
</hint>
</hints>
</connection>
<connection>
<sender>prepickstage</sender>
<signal>championChanged(QString)</signal>
<receiver>MainWindow</receiver>
<slot>ppedited(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>111</x>
<y>139</y>
</hint>
<hint type="destinationlabel">
<x>280</x>
<y>204</y>
</hint>
</hints>
</connection>
<connection>
<sender>banstage</sender>
<signal>championChanged(QString)</signal>
<receiver>MainWindow</receiver>
<slot>banedited(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>144</x>
<y>366</y>
</hint>
<hint type="destinationlabel">
<x>280</x>
<y>344</y>
</hint>
</hints>
</connection>
<connection>
<sender>pickstage</sender>
<signal>championChanged(QString)</signal>
<receiver>MainWindow</receiver>
<slot>pickedited(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>151</x>
<y>508</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>519</y>
</hint>
</hints>
</connection>
<connection>
<sender>mainswitch</sender>
<signal>clicked(bool)</signal>
<receiver>MainWindow</receiver>
<slot>toggleMainswitch(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>85</x>
<y>83</y>
</hint>
<hint type="destinationlabel">
<x>1</x>
<y>61</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>aatoggled(bool)</slot>
<slot>pptoggled(bool)</slot>
<slot>ppedited(QString)</slot>
<slot>bantoggled(bool)</slot>
<slot>picktoggled(bool)</slot>
<slot>banedited(QString)</slot>
<slot>pickedited(QString)</slot>
<slot>toggleMainswitch(bool)</slot>
</slots>
</ui>