98 lines
2.1 KiB
XML
98 lines
2.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>283</width>
|
||
<height>156</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Discord</string>
|
||
</property>
|
||
<widget class="QWidget" name="centralwidget">
|
||
<widget class="QCheckBox" name="chk_kalkan">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>40</y>
|
||
<width>111</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Kalkan Tak</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QCheckBox" name="chk_restore">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>60</y>
|
||
<width>111</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Restore Sil</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QCheckBox" name="chk_kilic">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>80</y>
|
||
<width>111</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Kılıç Sil</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QCheckBox" name="chk_atak">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>20</y>
|
||
<width>111</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Atak</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="btn_baslat">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>160</x>
|
||
<y>40</y>
|
||
<width>91</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Makro Başlat</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QMenuBar" name="menubar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>283</width>
|
||
<height>22</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QStatusBar" name="statusbar"/>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|