first commit

This commit is contained in:
2026-01-26 22:26:19 +03:00
commit 31fccd85f2
95 changed files with 115400 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>uLink</class>
<widget class="QWidget" name="uLink">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>381</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Откройте ссылку в браузере бота</string>
</property>
</widget>
<widget class="QTextEdit" name="mLink">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>381</width>
<height>261</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>