1 Star 0 Fork 1

fensnote/qt4-tcp端口转发工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
forwardsvr.ui 7.03 KB
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2018-06-12 16:54 . 初次提交
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>forwardSvr</class>
<widget class="QWidget" name="forwardSvr">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<height>540</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>700</width>
<height>540</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>700</width>
<height>540</height>
</size>
</property>
<property name="windowTitle">
<string>forwardSvr</string>
</property>
<widget class="QTextEdit" name="recvSvrData">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>491</width>
<height>211</height>
</rect>
</property>
</widget>
<widget class="QTextEdit" name="recvClientData">
<property name="geometry">
<rect>
<x>10</x>
<y>280</y>
<width>491</width>
<height>211</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>服务器数据:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>客户端数据:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>520</x>
<y>50</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>本地端口:</string>
</property>
</widget>
<widget class="QLineEdit" name="localPort">
<property name="geometry">
<rect>
<x>610</x>
<y>50</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>10010</string>
</property>
</widget>
<widget class="QLineEdit" name="svrPort">
<property name="geometry">
<rect>
<x>630</x>
<y>150</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>10020</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>520</x>
<y>110</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>转发至服务器:</string>
</property>
</widget>
<widget class="QLineEdit" name="svrIp">
<property name="geometry">
<rect>
<x>520</x>
<y>150</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>192.168.002.110</string>
</property>
</widget>
<widget class="QPushButton" name="startButton">
<property name="geometry">
<rect>
<x>520</x>
<y>280</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-left-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>开始</string>
</property>
</widget>
<widget class="QPushButton" name="stopButton">
<property name="geometry">
<rect>
<x>610</x>
<y>280</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>停止</string>
</property>
</widget>
<widget class="QCheckBox" name="storeDataflag">
<property name="geometry">
<rect>
<x>520</x>
<y>220</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>保存数据</string>
</property>
</widget>
<widget class="QLabel" name="msgNotice">
<property name="geometry">
<rect>
<x>10</x>
<y>500</y>
<width>491</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>wuquan-1230@163.com</string>
</property>
</widget>
<widget class="QPushButton" name="clientDataClearButton">
<property name="geometry">
<rect>
<x>370</x>
<y>250</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>清空▼</string>
</property>
</widget>
<widget class="QPushButton" name="svrDataClearButton">
<property name="geometry">
<rect>
<x>260</x>
<y>250</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>清空▲</string>
</property>
</widget>
<widget class="QRadioButton" name="hexRadioButton">
<property name="geometry">
<rect>
<x>520</x>
<y>190</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Hex</string>
</property>
</widget>
<widget class="QRadioButton" name="asciiRadioButton">
<property name="geometry">
<rect>
<x>590</x>
<y>190</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Ascii</string>
</property>
</widget>
<widget class="QLabel" name="verLable">
<property name="geometry">
<rect>
<x>520</x>
<y>470</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Ver1.0.6</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<height>540</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>700</width>
<height>540</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>700</width>
<height>540</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(252, 255, 243);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>label_4</zorder>
<zorder>recvSvrData</zorder>
<zorder>recvClientData</zorder>
<zorder>label</zorder>
<zorder>label_2</zorder>
<zorder>label_3</zorder>
<zorder>localPort</zorder>
<zorder>svrPort</zorder>
<zorder>label_5</zorder>
<zorder>svrIp</zorder>
<zorder>startButton</zorder>
<zorder>stopButton</zorder>
<zorder>storeDataflag</zorder>
<zorder>msgNotice</zorder>
<zorder>clientDataClearButton</zorder>
<zorder>svrDataClearButton</zorder>
<zorder>hexRadioButton</zorder>
<zorder>asciiRadioButton</zorder>
<zorder>verLable</zorder>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fensnote/qt4tcp_port_forwarding_tool.git
git@gitee.com:fensnote/qt4tcp_port_forwarding_tool.git
fensnote
qt4tcp_port_forwarding_tool
qt4-tcp端口转发工具
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385