3 Star 33 Fork 13

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 5.60 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>928</width>
<height>642</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QWidget" name="widgetMain" native="true">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeView" name="forwardListView">
<property name="maximumSize">
<size>
<width>250</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background:transparent</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QWidget" name="widgetMsg" native="true">
<layout class="QGridLayout" name="gridLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QGridLayout" name="mainLayout"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QWidget" name="widgetInfo" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>41</height>
</size>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="msg">
<property name="minimumSize">
<size>
<width>720</width>
<height>26</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>928</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>帮助</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionStart"/>
<addaction name="actionStop"/>
<addaction name="actionAdd"/>
<addaction name="actionDel"/>
<addaction name="actionmdify"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionStart">
<property name="icon">
<iconset resource="resourcefile.qrc">
<normaloff>:/icon/on.png</normaloff>:/icon/on.png</iconset>
</property>
<property name="text">
<string>start</string>
</property>
<property name="toolTip">
<string>启动服务</string>
</property>
</action>
<action name="actionStop">
<property name="icon">
<iconset resource="resourcefile.qrc">
<normaloff>:/icon/off.png</normaloff>:/icon/off.png</iconset>
</property>
<property name="text">
<string>stop</string>
</property>
<property name="toolTip">
<string>停止服务</string>
</property>
</action>
<action name="actionAdd">
<property name="icon">
<iconset resource="resourcefile.qrc">
<normaloff>:/icon/add.png</normaloff>:/icon/add.png</iconset>
</property>
<property name="text">
<string>add</string>
</property>
<property name="toolTip">
<string>添加</string>
</property>
</action>
<action name="actionDel">
<property name="icon">
<iconset resource="resourcefile.qrc">
<normaloff>:/icon/del.png</normaloff>:/icon/del.png</iconset>
</property>
<property name="text">
<string>del</string>
</property>
<property name="toolTip">
<string>删除</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset resource="resourcefile.qrc">
<normaloff>:/icon/about.png</normaloff>:/icon/about.png</iconset>
</property>
<property name="text">
<string>About</string>
</property>
<property name="toolTip">
<string>关于</string>
</property>
</action>
<action name="actionmdify">
<property name="icon">
<iconset resource="resourcefile.qrc">
<normaloff>:/icon/mdify.png</normaloff>:/icon/mdify.png</iconset>
</property>
<property name="text">
<string>mdify</string>
</property>
<property name="toolTip">
<string>修改</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="resourcefile.qrc"/>
</resources>
<connections/>
</ui>
C++
1
https://gitee.com/fensnote/qt5tcp_port_forwarding_server.git
git@gitee.com:fensnote/qt5tcp_port_forwarding_server.git
fensnote
qt5tcp_port_forwarding_server
qt5-Tcp端口转发服务器
master

搜索帮助

14c37bed 8189591 565d56ea 8189591