代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>947</width>
<height>683</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>921</width>
<height>201</height>
</rect>
</property>
<property name="tabShape">
<enum>QTabWidget::Triangular</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="get_tab">
<attribute name="title">
<string>GET</string>
</attribute>
<widget class="QTextEdit" name="get_url_input">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>821</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>http://</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>30</x>
<y>15</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>URL</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>55</y>
<width>60</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>请求头</string>
</property>
</widget>
<widget class="QTextEdit" name="get_header">
<property name="geometry">
<rect>
<x>90</x>
<y>50</y>
<width>821</width>
<height>31</height>
</rect>
</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:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:64.0) Gecko/20100101 Firefox/64.0</p></body></html></string>
</property>
<property name="placeholderText">
<string/>
</property>
</widget>
<widget class="QPushButton" name="get_button">
<property name="geometry">
<rect>
<x>800</x>
<y>130</y>
<width>113</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>发送请求</string>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="post_tab">
<attribute name="title">
<string>POST</string>
</attribute>
<widget class="QTextEdit" name="post_url_input">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>821</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>http://</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>30</x>
<y>15</y>
<width>60</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>URL</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>20</x>
<y>55</y>
<width>60</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>请求头</string>
</property>
</widget>
<widget class="QTextEdit" name="post_header">
<property name="geometry">
<rect>
<x>90</x>
<y>50</y>
<width>821</width>
<height>31</height>
</rect>
</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:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:64.0) Gecko/20100101 Firefox/64.0</p></body></html></string>
</property>
<property name="placeholderText">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>数据</string>
</property>
</widget>
<widget class="QTextEdit" name="post_data">
<property name="geometry">
<rect>
<x>90</x>
<y>90</y>
<width>821</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>username:xxxxxx----password:xxxxxx</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>90</x>
<y>130</y>
<width>631</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:14pt; color:#0000ff;">请注意:post 表单数据请按照key1:value1----key2:value2的格式填写</span></p></body></html></string>
</property>
</widget>
<widget class="QPushButton" name="post_button">
<property name="geometry">
<rect>
<x>800</x>
<y>130</y>
<width>113</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>发送请求</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>PATCH</string>
</attribute>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>数据</string>
</property>
</widget>
<widget class="QTextEdit" name="patch_url_input">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>821</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>http://</string>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>90</x>
<y>130</y>
<width>631</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:14pt; color:#0000ff;">请注意:PATCH方法的表单数据请按照key1:value1----key2:value2的格式填写</span></p></body></html></string>
</property>
</widget>
<widget class="QTextEdit" name="patch_header">
<property name="geometry">
<rect>
<x>90</x>
<y>50</y>
<width>821</width>
<height>31</height>
</rect>
</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:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:64.0) Gecko/20100101 Firefox/64.0</p></body></html></string>
</property>
<property name="placeholderText">
<string/>
</property>
</widget>
<widget class="QPushButton" name="patch_button">
<property name="geometry">
<rect>
<x>800</x>
<y>130</y>
<width>113</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>发送请求</string>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>30</x>
<y>15</y>
<width>60</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>URL</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>20</x>
<y>55</y>
<width>60</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>请求头</string>
</property>
</widget>
<widget class="QTextEdit" name="patch_data">
<property name="geometry">
<rect>
<x>90</x>
<y>90</y>
<width>821</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>username:xxxxxx----password:xxxxxx</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>DELETE</string>
</attribute>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>20</x>
<y>55</y>
<width>60</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>请求头</string>
</property>
</widget>
<widget class="QPushButton" name="delete_button">
<property name="geometry">
<rect>
<x>800</x>
<y>130</y>
<width>113</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>发送请求</string>
</property>
</widget>
<widget class="QTextEdit" name="delete_header">
<property name="geometry">
<rect>
<x>90</x>
<y>50</y>
<width>821</width>
<height>31</height>
</rect>
</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:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:64.0) Gecko/20100101 Firefox/64.0</p></body></html></string>
</property>
<property name="placeholderText">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>30</x>
<y>15</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>URL</string>
</property>
</widget>
<widget class="QTextEdit" name="delete_url_input">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>821</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>http://</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>正则表达式</string>
</attribute>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>40</x>
<y>19</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>正则表达式</string>
</property>
</widget>
<widget class="QTextEdit" name="re_input">
<property name="geometry">
<rect>
<x>140</x>
<y>14</y>
<width>651</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>请输入正则表达式</string>
</property>
</widget>
<widget class="QPushButton" name="re_button">
<property name="geometry">
<rect>
<x>800</x>
<y>10</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>全文匹配</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="re_results">
<property name="geometry">
<rect>
<x>140</x>
<y>50</y>
<width>651</width>
<height>111</height>
</rect>
</property>
<property name="placeholderText">
<string>匹配结果</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>XPATH</string>
</attribute>
<widget class="QTextEdit" name="xpath_input">
<property name="geometry">
<rect>
<x>130</x>
<y>13</y>
<width>651</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>请输入XPATH表达式</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>50</x>
<y>13</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>XPATH</string>
</property>
</widget>
<widget class="QPushButton" name="xpath_button">
<property name="geometry">
<rect>
<x>790</x>
<y>10</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>全文匹配</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="xpath_results">
<property name="geometry">
<rect>
<x>130</x>
<y>53</y>
<width>651</width>
<height>111</height>
</rect>
</property>
<property name="placeholderText">
<string>匹配结果</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_9">
<attribute name="title">
<string>CSS选择器</string>
</attribute>
<widget class="QTextEdit" name="css_input">
<property name="geometry">
<rect>
<x>150</x>
<y>13</y>
<width>651</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>请输入CSS选择器表达式</string>
</property>
</widget>
<widget class="QLabel" name="label_30">
<property name="geometry">
<rect>
<x>50</x>
<y>13</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>CSS选择器</string>
</property>
</widget>
<widget class="QPushButton" name="css_button">
<property name="geometry">
<rect>
<x>810</x>
<y>10</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>全文匹配</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="css_results">
<property name="geometry">
<rect>
<x>150</x>
<y>53</y>
<width>651</width>
<height>111</height>
</rect>
</property>
<property name="placeholderText">
<string>匹配结果</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>代理IP</string>
</attribute>
<widget class="QLabel" name="label_31">
<property name="geometry">
<rect>
<x>310</x>
<y>20</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>代理IP</string>
</property>
</widget>
<widget class="QLabel" name="label_32">
<property name="geometry">
<rect>
<x>310</x>
<y>60</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>端口号</string>
</property>
</widget>
<widget class="QTextEdit" name="ip_input">
<property name="geometry">
<rect>
<x>390</x>
<y>20</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string/>
</property>
</widget>
<widget class="QTextEdit" name="port_input">
<property name="geometry">
<rect>
<x>390</x>
<y>60</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string/>
</property>
</widget>
<widget class="QPushButton" name="ip_button">
<property name="geometry">
<rect>
<x>420</x>
<y>110</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>270</x>
<y>0</y>
<width>411</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>36</pointsize>
</font>
</property>
<property name="text">
<string>KK HTTP测试工具 Mac版</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>280</y>
<width>921</width>
<height>301</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="lineWidth">
<number>2</number>
</property>
<property name="documentTitle">
<string/>
</property>
<property name="placeholderText">
<string>运行结果</string>
</property>
</widget>
<widget class="QListView" name="listView">
<property name="geometry">
<rect>
<x>10</x>
<y>590</y>
<width>921</width>
<height>85</height>
</rect>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="intValue" stdset="0">
<number>0</number>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。