245 lines
6.5 KiB
XML
245 lines
6.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>Form</class>
|
||
<widget class="QWidget" name="Form">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>631</width>
|
||
<height>557</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>631</width>
|
||
<height>557</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>631</width>
|
||
<height>557</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Генератор callback запросов</string>
|
||
</property>
|
||
<widget class="QGroupBox" name="groupBox">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>601</width>
|
||
<height>151</height>
|
||
</rect>
|
||
</property>
|
||
<property name="title">
|
||
<string>Информация о сервере</string>
|
||
</property>
|
||
<widget class="QLineEdit" name="server_url">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>30</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>url сервера</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>50</y>
|
||
<width>251</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Секретный ключ</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="secret_key">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>70</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>aaQ13axAPQEcczQa</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="ret_str">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>30</y>
|
||
<width>301</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Строка, которую должен вернуть сервер: XXXXXXX</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="copy_ret_str">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>504</x>
|
||
<y>80</y>
|
||
<width>91</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="cursor">
|
||
<cursorShape>PointingHandCursor</cursorShape>
|
||
</property>
|
||
<property name="text">
|
||
<string>Скопировать</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="gen_ret_str">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>410</x>
|
||
<y>80</y>
|
||
<width>91</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="cursor">
|
||
<cursorShape>PointingHandCursor</cursorShape>
|
||
</property>
|
||
<property name="text">
|
||
<string>Сгенерировать</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="group_token">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>120</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="echoMode">
|
||
<enum>QLineEdit::Password</enum>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>токен группы</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="group_idInput">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>100</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>id группы</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QPushButton" name="start">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>530</x>
|
||
<y>520</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="cursor">
|
||
<cursorShape>PointingHandCursor</cursorShape>
|
||
</property>
|
||
<property name="text">
|
||
<string>Запуск</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>160</y>
|
||
<width>311</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string><html><head/><body><p align="center">Запросы</p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QListWidget" name="requestsWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>180</y>
|
||
<width>311</width>
|
||
<height>331</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QTextBrowser" name="requestBody">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>320</x>
|
||
<y>180</y>
|
||
<width>291</width>
|
||
<height>331</height>
|
||
</rect>
|
||
</property>
|
||
<property name="cursor" stdset="0">
|
||
<cursorShape>IBeamCursor</cursorShape>
|
||
</property>
|
||
<property name="html">
|
||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||
p, li { white-space: pre-wrap; }
|
||
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>320</x>
|
||
<y>160</y>
|
||
<width>291</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string><html><head/><body><p align="center">Тело запроса</p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="work_status">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>406</x>
|
||
<y>520</y>
|
||
<width>121</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string><html><head/><body><p><img src=":/response_codes/Sending.png"/> Сервер не запущен</p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<resources>
|
||
<include location="source.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|