|
158 | 158 | </property>
|
159 | 159 | </widget>
|
160 | 160 | </item>
|
| 161 | + <item row="4" column="1"> |
| 162 | + <widget class="QWidget" name="widget_10" native="true"> |
| 163 | + <layout class="QHBoxLayout" name="horizontalLayout_9"> |
| 164 | + <property name="spacing"> |
| 165 | + <number>6</number> |
| 166 | + </property> |
| 167 | + <property name="leftMargin"> |
| 168 | + <number>0</number> |
| 169 | + </property> |
| 170 | + <property name="topMargin"> |
| 171 | + <number>0</number> |
| 172 | + </property> |
| 173 | + <property name="rightMargin"> |
| 174 | + <number>0</number> |
| 175 | + </property> |
| 176 | + <property name="bottomMargin"> |
| 177 | + <number>0</number> |
| 178 | + </property> |
| 179 | + <item> |
| 180 | + <widget class="QComboBox" name="methodComboBox"> |
| 181 | + <item> |
| 182 | + <property name="text"> |
| 183 | + <string>GET</string> |
| 184 | + </property> |
| 185 | + </item> |
| 186 | + <item> |
| 187 | + <property name="text"> |
| 188 | + <string>POST</string> |
| 189 | + </property> |
| 190 | + </item> |
| 191 | + </widget> |
| 192 | + </item> |
| 193 | + <item> |
| 194 | + <widget class="QCheckBox" name="checkBox_failonhttperrorcodes"> |
| 195 | + <property name="toolTip"> |
| 196 | + <string>Fail on e.g. 400 HTTP codes or continue and get the response body?</string> |
| 197 | + </property> |
| 198 | + <property name="text"> |
| 199 | + <string>Fail on HTTP error code?</string> |
| 200 | + </property> |
| 201 | + </widget> |
| 202 | + </item> |
| 203 | + </layout> |
| 204 | + </widget> |
| 205 | + </item> |
161 | 206 | <item row="6" column="0">
|
162 | 207 | <widget class="QLabel" name="label_4">
|
163 | 208 | <property name="text">
|
|
442 | 487 | </item>
|
443 | 488 | <item row="9" column="0">
|
444 | 489 | <widget class="QLabel" name="label_16">
|
| 490 | + <property name="toolTip"> |
| 491 | + <string><html><head/><body><p>Available functions: (for URL field above as well)</p><p>- {{input}} : The dynamic input</p><p>- {{strftime(&lt;format&gt;, &lt;utc? true/false&gt;)}} : Add a formatted time</p><p>- {{urlencode(var)}} : URL Encoded input</p><p>- {{imageb64}} : Base64 encoded image input</p><p>- {{seq}} : Sequential counter for requests</p></body></html></string> |
| 492 | + </property> |
445 | 493 | <property name="text">
|
446 |
| - <string>Body</string> |
| 494 | + <string><html><head/><body><p>Body</p><p>ℹ️</p></body></html></string> |
447 | 495 | </property>
|
448 | 496 | </widget>
|
449 | 497 | </item>
|
|
463 | 511 | </property>
|
464 | 512 | </widget>
|
465 | 513 | </item>
|
466 |
| - <item row="11" column="0"> |
| 514 | + <item row="10" column="0"> |
467 | 515 | <widget class="QCheckBox" name="sslOptionsCheckbox">
|
468 | 516 | <property name="text">
|
469 | 517 | <string>SSL Options</string>
|
470 | 518 | </property>
|
471 | 519 | </widget>
|
472 | 520 | </item>
|
473 |
| - <item row="12" column="0"> |
| 521 | + <item row="11" column="0"> |
474 | 522 | <widget class="QLabel" name="label_6">
|
475 | 523 | <property name="text">
|
476 | 524 | <string/>
|
477 | 525 | </property>
|
478 | 526 | </widget>
|
479 | 527 | </item>
|
480 |
| - <item row="12" column="1"> |
| 528 | + <item row="11" column="1"> |
481 | 529 | <widget class="QGroupBox" name="sslOptionsGroup">
|
482 | 530 | <property name="title">
|
483 | 531 | <string/>
|
|
603 | 651 | </layout>
|
604 | 652 | </widget>
|
605 | 653 | </item>
|
606 |
| - <item row="4" column="1"> |
607 |
| - <widget class="QWidget" name="widget_10" native="true"> |
608 |
| - <layout class="QHBoxLayout" name="horizontalLayout_9"> |
609 |
| - <property name="spacing"> |
610 |
| - <number>6</number> |
611 |
| - </property> |
612 |
| - <property name="leftMargin"> |
613 |
| - <number>0</number> |
614 |
| - </property> |
615 |
| - <property name="topMargin"> |
616 |
| - <number>0</number> |
617 |
| - </property> |
618 |
| - <property name="rightMargin"> |
619 |
| - <number>0</number> |
620 |
| - </property> |
621 |
| - <property name="bottomMargin"> |
622 |
| - <number>0</number> |
623 |
| - </property> |
624 |
| - <item> |
625 |
| - <widget class="QComboBox" name="methodComboBox"> |
626 |
| - <item> |
627 |
| - <property name="text"> |
628 |
| - <string>GET</string> |
629 |
| - </property> |
630 |
| - </item> |
631 |
| - <item> |
632 |
| - <property name="text"> |
633 |
| - <string>POST</string> |
634 |
| - </property> |
635 |
| - </item> |
636 |
| - </widget> |
637 |
| - </item> |
638 |
| - <item> |
639 |
| - <widget class="QCheckBox" name="checkBox_failonhttperrorcodes"> |
640 |
| - <property name="toolTip"> |
641 |
| - <string>Fail on e.g. 400 HTTP codes or continue and get the response body?</string> |
642 |
| - </property> |
643 |
| - <property name="text"> |
644 |
| - <string>Fail on HTTP error code?</string> |
645 |
| - </property> |
646 |
| - </widget> |
647 |
| - </item> |
648 |
| - </layout> |
649 |
| - </widget> |
650 |
| - </item> |
651 | 654 | </layout>
|
652 | 655 | </widget>
|
653 | 656 | </item>
|
|
0 commit comments