1 Star 0 Fork 13

KKY_blur / qt5-Tcp端口转发服务器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dialog.ui 4.93 KB
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2018-07-07 14:16 . 初次提交
<?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>360</width>
<height>240</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>360</width>
<height>240</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>360</width>
<height>240</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="sizeGripEnabled">
<bool>false</bool>
</property>
<property name="modal">
<bool>false</bool>
</property>
<widget class="QPushButton" name="ok">
<property name="geometry">
<rect>
<x>210</x>
<y>170</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>81</width>
<height>41</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>81</width>
<height>41</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
background-image: url(:/icon/confirm.png);</string>
</property>
<property name="text">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="concel">
<property name="geometry">
<rect>
<x>60</x>
<y>170</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>81</width>
<height>41</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>81</width>
<height>41</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
background-image: url(:/icon/concel2.png);</string>
</property>
<property name="text">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>40</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>监听端口 :</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>60</x>
<y>70</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>转发至IP :</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>60</x>
<y>100</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>转发至端口:</string>
</property>
</widget>
<widget class="QLineEdit" name="listenPort">
<property name="geometry">
<rect>
<x>150</x>
<y>40</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
border :1px ;background : (0x00,0xff,0x00,0x00);
background-image: url(:/icon/line.png);</string>
</property>
<property name="frame">
<bool>true</bool>
</property>
<property name="placeholderText">
<string/>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="forwardIp">
<property name="geometry">
<rect>
<x>150</x>
<y>70</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
border :1px ;background : (0x00,0xff,0x00,0x00);
background-image: url(:/icon/line.png);</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="forwordPort">
<property name="geometry">
<rect>
<x>150</x>
<y>100</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
border :1px ;background : (0x00,0xff,0x00,0x00);
background-image: url(:/icon/line.png);</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<zorder>concel</zorder>
<zorder>label</zorder>
<zorder>label_2</zorder>
<zorder>label_3</zorder>
<zorder>forwardIp</zorder>
<zorder>forwordPort</zorder>
<zorder>listenPort</zorder>
<zorder>ok</zorder>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/kky-blur/qt5tcp_port_forwarding_server.git
git@gitee.com:kky-blur/qt5tcp_port_forwarding_server.git
kky-blur
qt5tcp_port_forwarding_server
qt5-Tcp端口转发服务器
master

搜索帮助