formrecv.ui

来自「该程序实现了通过tcp协议来从网络的另外一个中断来接收数据」· UI 代码 · 共 34 行

UI
34
字号
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>FormRecv</class><widget class="QDialog">    <property name="name">        <cstring>FormRecv</cstring>    </property>    <property name="geometry">        <rect>            <x>140</x>            <y>120</y>            <width>320</width>            <height>240</height>        </rect>    </property>    <property name="minimumSize">        <size>            <width>320</width>            <height>240</height>        </size>    </property>    <property name="maximumSize">        <size>            <width>320</width>            <height>240</height>        </size>    </property>    <property name="caption">        <string>talkback receiver</string>    </property></widget><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?