lolautoaccept/ui/mainwindow.ui
2022-07-03 16:44:07 +02:00

297 lines
7.1 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>432</width>
<height>630</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>LoL-Auto-Accept</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>431</width>
<height>581</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<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="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>10</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="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>10</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="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>10</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>432</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>championsChanged()</signal>
</slots>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mainswitch</tabstop>
<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>18</x>
<y>80</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>253</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>296</x>
<y>309</y>
</hint>
</hints>
</connection>
<connection>
<sender>banstage</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>bantoggled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>227</x>
<y>413</y>
</hint>
<hint type="destinationlabel">
<x>265</x>
<y>390</y>
</hint>
</hints>
</connection>
<connection>
<sender>mainswitch</sender>
<signal>clicked(bool)</signal>
<receiver>MainWindow</receiver>
<slot>toggleMainswitch(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>87</x>
<y>49</y>
</hint>
<hint type="destinationlabel">
<x>1</x>
<y>61</y>
</hint>
</hints>
</connection>
<connection>
<sender>pickstage</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>picktoggled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>201</x>
<y>489</y>
</hint>
<hint type="destinationlabel">
<x>265</x>
<y>476</y>
</hint>
</hints>
</connection>
<connection>
<sender>pickstage</sender>
<signal>championsChanged()</signal>
<receiver>MainWindow</receiver>
<slot>pickedited()</slot>
<hints>
<hint type="sourcelabel">
<x>172</x>
<y>498</y>
</hint>
<hint type="destinationlabel">
<x>122</x>
<y>473</y>
</hint>
</hints>
</connection>
<connection>
<sender>banstage</sender>
<signal>championsChanged()</signal>
<receiver>MainWindow</receiver>
<slot>banedited()</slot>
<hints>
<hint type="sourcelabel">
<x>149</x>
<y>418</y>
</hint>
<hint type="destinationlabel">
<x>111</x>
<y>379</y>
</hint>
</hints>
</connection>
<connection>
<sender>prepickstage</sender>
<signal>championsChanged()</signal>
<receiver>MainWindow</receiver>
<slot>ppedited()</slot>
<hints>
<hint type="sourcelabel">
<x>185</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>122</x>
<y>308</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>aatoggled(bool)</slot>
<slot>pptoggled(bool)</slot>
<slot>ppedited()</slot>
<slot>bantoggled(bool)</slot>
<slot>picktoggled(bool)</slot>
<slot>banedited()</slot>
<slot>pickedited()</slot>
<slot>toggleMainswitch(bool)</slot>
</slots>
</ui>