Ai
1 Star 0 Fork 7

陈哲/qt5-Tcp端口转发服务器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 7.86 KB
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2018-07-07 14:16 +08:00 . 初次提交
<?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>908</width>
<height>620</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QSplitter" name="splitter_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QSplitter" name="splitter_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<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>
<widget class="QSplitter" name="splitter_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QLabel" name="label">
<property name="text">
<string>接收服务器数据:</string>
</property>
</widget>
<widget class="QRadioButton" name="ascii">
<property name="text">
<string>ASCII</string>
</property>
</widget>
<widget class="QRadioButton" name="hex">
<property name="text">
<string>HEX</string>
</property>
</widget>
</widget>
<widget class="QTextEdit" name="recvText">
<property name="minimumSize">
<size>
<width>440</width>
<height>200</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
<widget class="QSplitter" name="splitter_2">
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>31</height>
</size>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QLabel" name="label_2">
<property name="text">
<string>发送数据:</string>
</property>
</widget>
<widget class="QPushButton" name="recvDataClearButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>70</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>31</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
background-image: url(:/icon/button-70.png);
font: 75 10pt &quot;Agency FB&quot;;</string>
</property>
<property name="text">
<string>清空▲</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="sendDataClearButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>70</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>31</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
background-image: url(:/icon/button-70.png);
font: 75 10pt &quot;Agency FB&quot;;</string>
</property>
<property name="text">
<string>清空▼</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QTextEdit" name="sendText">
<property name="minimumSize">
<size>
<width>440</width>
<height>200</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="msg">
<property name="minimumSize">
<size>
<width>720</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>908</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"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionStart">
<property name="icon">
<iconset>
<normaloff>:/icon/on.png</normaloff>:/icon/on.png</iconset>
</property>
<property name="text">
<string>start</string>
</property>
</action>
<action name="actionStop">
<property name="icon">
<iconset>
<normaloff>:/icon/off.png</normaloff>:/icon/off.png</iconset>
</property>
<property name="text">
<string>stop</string>
</property>
</action>
<action name="actionAdd">
<property name="icon">
<iconset>
<normaloff>:/icon/add.png</normaloff>:/icon/add.png</iconset>
</property>
<property name="text">
<string>add</string>
</property>
<property name="toolTip">
<string>add</string>
</property>
</action>
<action name="actionDel">
<property name="icon">
<iconset>
<normaloff>:/icon/del.png</normaloff>:/icon/del.png</iconset>
</property>
<property name="text">
<string>del</string>
</property>
<property name="toolTip">
<string>del</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset>
<normaloff>:/icon/about.png</normaloff>:/icon/about.png</iconset>
</property>
<property name="text">
<string>About</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chazy/qt5tcp_port_forwarding_server.git
git@gitee.com:chazy/qt5tcp_port_forwarding_server.git
chazy
qt5tcp_port_forwarding_server
qt5-Tcp端口转发服务器
master

搜索帮助