lolautoaccept/ui/mainwindow.ui

297 lines
7.1 KiB
Plaintext
Raw Normal View History

2022-04-20 00:54:10 +02:00
<?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>
2022-07-03 16:44:07 +02:00
<width>432</width>
<height>630</height>
2022-04-20 00:54:10 +02:00
</rect>
</property>
2022-07-03 16:44:07 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-04-20 00:54:10 +02:00
<property name="windowTitle">
<string>LoL-Auto-Accept</string>
</property>
2022-04-21 00:47:57 +02:00
<widget class="QWidget" name="centralwidget">
2022-04-23 00:39:45 +02:00
<property name="sizePolicy">
2022-07-03 16:44:07 +02:00
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
2022-04-23 00:39:45 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-04-21 00:47:57 +02:00
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
2022-07-03 16:44:07 +02:00
<x>0</x>
<y>0</y>
<width>431</width>
<height>581</height>
2022-04-21 00:47:57 +02:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2022-07-03 16:44:07 +02:00
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
2022-04-21 19:33:46 +02:00
<item>
<widget class="QCheckBox" name="mainswitch">
<property name="text">
<string>Mainswitch</string>
</property>
</widget>
</item>
2022-04-21 00:47:57 +02:00
<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">
2022-07-03 16:44:07 +02:00
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
2022-04-21 00:47:57 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2022-07-03 16:44:07 +02:00
<width>100</width>
2022-07-03 00:31:13 +02:00
<height>10</height>
2022-04-21 00:47:57 +02:00
</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">
2022-07-03 16:44:07 +02:00
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
2022-04-21 00:47:57 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2022-07-03 16:44:07 +02:00
<width>100</width>
2022-07-03 00:31:13 +02:00
<height>10</height>
2022-04-21 00:47:57 +02:00
</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">
2022-07-03 16:44:07 +02:00
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
2022-04-21 00:47:57 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2022-07-03 16:44:07 +02:00
<width>100</width>
2022-07-03 00:31:13 +02:00
<height>10</height>
2022-04-21 00:47:57 +02:00
</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>
2022-04-20 00:54:10 +02:00
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-07-03 16:44:07 +02:00
<width>432</width>
2022-04-20 00:54:10 +02:00
<height>24</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
2022-04-21 00:47:57 +02:00
<customwidgets>
<customwidget>
<class>StageSettings</class>
<extends>QWidget</extends>
<header>stagesettings.h</header>
2022-04-21 18:35:18 +02:00
<slots>
<signal>toggled(bool)</signal>
2022-07-03 00:31:13 +02:00
<signal>championsChanged()</signal>
2022-04-21 18:35:18 +02:00
</slots>
2022-04-21 00:47:57 +02:00
</customwidget>
</customwidgets>
2022-04-21 18:35:18 +02:00
<tabstops>
2022-04-23 01:53:19 +02:00
<tabstop>mainswitch</tabstop>
2022-04-21 18:35:18 +02:00
<tabstop>enableAll</tabstop>
</tabstops>
2022-04-20 00:54:10 +02:00
<resources/>
2022-04-21 00:47:57 +02:00
<connections>
<connection>
<sender>enableAll</sender>
2022-04-21 19:33:46 +02:00
<signal>clicked(bool)</signal>
2022-04-21 00:47:57 +02:00
<receiver>MainWindow</receiver>
2022-04-21 19:33:46 +02:00
<slot>aatoggled(bool)</slot>
2022-04-21 00:47:57 +02:00
<hints>
<hint type="sourcelabel">
2022-07-03 16:44:07 +02:00
<x>18</x>
<y>80</y>
2022-04-21 00:47:57 +02:00
</hint>
<hint type="destinationlabel">
<x>393</x>
<y>54</y>
</hint>
</hints>
</connection>
2022-04-21 18:35:18 +02:00
<connection>
<sender>prepickstage</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>pptoggled(bool)</slot>
<hints>
<hint type="sourcelabel">
2022-07-03 16:44:07 +02:00
<x>253</x>
<y>254</y>
2022-04-21 18:35:18 +02:00
</hint>
<hint type="destinationlabel">
2022-07-03 00:31:13 +02:00
<x>296</x>
<y>309</y>
2022-04-21 18:35:18 +02:00
</hint>
</hints>
</connection>
<connection>
<sender>banstage</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>bantoggled(bool)</slot>
<hints>
<hint type="sourcelabel">
2022-07-03 00:31:13 +02:00
<x>227</x>
<y>413</y>
2022-04-21 18:35:18 +02:00
</hint>
<hint type="destinationlabel">
2022-07-03 00:31:13 +02:00
<x>265</x>
<y>390</y>
2022-04-21 18:35:18 +02:00
</hint>
</hints>
</connection>
<connection>
2022-07-03 00:31:13 +02:00
<sender>mainswitch</sender>
<signal>clicked(bool)</signal>
2022-04-21 18:35:18 +02:00
<receiver>MainWindow</receiver>
2022-07-03 00:31:13 +02:00
<slot>toggleMainswitch(bool)</slot>
2022-04-21 18:35:18 +02:00
<hints>
<hint type="sourcelabel">
2022-07-03 16:44:07 +02:00
<x>87</x>
<y>49</y>
2022-04-21 18:35:18 +02:00
</hint>
<hint type="destinationlabel">
2022-07-03 00:31:13 +02:00
<x>1</x>
<y>61</y>
2022-04-21 18:35:18 +02:00
</hint>
</hints>
</connection>
<connection>
2022-07-03 00:31:13 +02:00
<sender>pickstage</sender>
<signal>toggled(bool)</signal>
2022-04-21 18:35:18 +02:00
<receiver>MainWindow</receiver>
2022-07-03 00:31:13 +02:00
<slot>picktoggled(bool)</slot>
2022-04-21 18:35:18 +02:00
<hints>
<hint type="sourcelabel">
2022-07-03 00:31:13 +02:00
<x>201</x>
<y>489</y>
2022-04-21 18:35:18 +02:00
</hint>
<hint type="destinationlabel">
2022-07-03 00:31:13 +02:00
<x>265</x>
<y>476</y>
2022-04-21 18:35:18 +02:00
</hint>
</hints>
</connection>
<connection>
2022-07-03 00:31:13 +02:00
<sender>pickstage</sender>
<signal>championsChanged()</signal>
2022-04-21 18:35:18 +02:00
<receiver>MainWindow</receiver>
2022-07-03 00:31:13 +02:00
<slot>pickedited()</slot>
2022-04-21 18:35:18 +02:00
<hints>
<hint type="sourcelabel">
2022-07-03 00:31:13 +02:00
<x>172</x>
<y>498</y>
2022-04-21 18:35:18 +02:00
</hint>
<hint type="destinationlabel">
2022-07-03 00:31:13 +02:00
<x>122</x>
<y>473</y>
2022-04-21 18:35:18 +02:00
</hint>
</hints>
</connection>
<connection>
2022-07-03 00:31:13 +02:00
<sender>banstage</sender>
<signal>championsChanged()</signal>
2022-04-21 18:35:18 +02:00
<receiver>MainWindow</receiver>
2022-07-03 00:31:13 +02:00
<slot>banedited()</slot>
2022-04-21 18:35:18 +02:00
<hints>
<hint type="sourcelabel">
2022-07-03 00:31:13 +02:00
<x>149</x>
<y>418</y>
2022-04-21 18:35:18 +02:00
</hint>
<hint type="destinationlabel">
2022-07-03 00:31:13 +02:00
<x>111</x>
<y>379</y>
2022-04-21 18:35:18 +02:00
</hint>
</hints>
</connection>
2022-04-21 19:33:46 +02:00
<connection>
2022-07-03 00:31:13 +02:00
<sender>prepickstage</sender>
<signal>championsChanged()</signal>
2022-04-21 19:33:46 +02:00
<receiver>MainWindow</receiver>
2022-07-03 00:31:13 +02:00
<slot>ppedited()</slot>
2022-04-21 19:33:46 +02:00
<hints>
<hint type="sourcelabel">
2022-07-03 16:44:07 +02:00
<x>185</x>
<y>254</y>
2022-04-21 19:33:46 +02:00
</hint>
<hint type="destinationlabel">
2022-07-03 00:31:13 +02:00
<x>122</x>
<y>308</y>
2022-04-21 19:33:46 +02:00
</hint>
</hints>
</connection>
2022-04-21 00:47:57 +02:00
</connections>
<slots>
2022-04-21 19:33:46 +02:00
<slot>aatoggled(bool)</slot>
2022-04-21 18:35:18 +02:00
<slot>pptoggled(bool)</slot>
2022-07-03 00:31:13 +02:00
<slot>ppedited()</slot>
2022-04-21 18:35:18 +02:00
<slot>bantoggled(bool)</slot>
<slot>picktoggled(bool)</slot>
2022-07-03 00:31:13 +02:00
<slot>banedited()</slot>
<slot>pickedited()</slot>
2022-04-21 19:33:46 +02:00
<slot>toggleMainswitch(bool)</slot>
2022-04-21 00:47:57 +02:00
</slots>
2022-04-20 00:54:10 +02:00
</ui>