longpoll-callback_converter/main.ui
2022-05-22 15:37:32 +03:00

342 lines
9.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>21</height>
</rect>
</property>
<property name="text">
<string>Строка, которую должен вернуть сервер: XXXXXXX</string>
</property>
</widget>
<widget class="QPushButton" name="copy_ret_str">
<property name="geometry">
<rect>
<x>500</x>
<y>60</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>60</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 class="QComboBox" name="saveList">
<property name="geometry">
<rect>
<x>290</x>
<y>120</y>
<width>131</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="loadButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>520</x>
<y>120</y>
<width>71</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Загрузить</string>
</property>
</widget>
<widget class="QPushButton" name="new_saveButton">
<property name="geometry">
<rect>
<x>420</x>
<y>120</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Сохранить как</string>
</property>
</widget>
<widget class="QPushButton" name="saveButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>520</x>
<y>100</y>
<width>71</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Сохранить</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Запросы&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>191</height>
</rect>
</property>
<property name="cursor" stdset="0">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Тело запроса&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/response_codes/Sending.png&quot;/&gt; Сервер не запущен&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>320</x>
<y>370</y>
<width>291</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Ответ&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QTextBrowser" name="responseBody">
<property name="geometry">
<rect>
<x>320</x>
<y>390</y>
<width>291</width>
<height>121</height>
</rect>
</property>
<property name="cursor" stdset="0">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<resources>
<include location="source.qrc"/>
</resources>
<connections/>
</ui>