📄 qjmnetbase.ui
字号:
<ui version="4.0" > <class>QjmnetBase</class> <widget class="QWidget" name="QjmnetBase" > <property name="enabled" > <bool>true</bool> </property> <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>480</width> <height>250</height> </rect> </property> <property name="minimumSize" > <size> <width>480</width> <height>250</height> </size> </property> <property name="maximumSize" > <size> <width>480</width> <height>250</height> </size> </property> <property name="windowTitle" > <string>QJMNET</string> </property> <widget class="QLabel" name="m_ipaddrLb" > <property name="geometry" > <rect> <x>4</x> <y>11</y> <width>80</width> <height>29</height> </rect> </property> <property name="text" > <string>IP address:</string> </property> </widget> <widget class="QLabel" name="m_portLb" > <property name="geometry" > <rect> <x>4</x> <y>46</y> <width>80</width> <height>27</height> </rect> </property> <property name="text" > <string>Port:</string> </property> </widget> <widget class="QPushButton" name="m_aboutPb" > <property name="geometry" > <rect> <x>4</x> <y>79</y> <width>80</width> <height>27</height> </rect> </property> <property name="text" > <string>&About</string> </property> </widget> <widget class="QLineEdit" name="m_ipaddrLe" > <property name="geometry" > <rect> <x>110</x> <y>11</y> <width>277</width> <height>29</height> </rect> </property> <property name="text" > <string>192.168.1.100</string> </property> </widget> <widget class="QPushButton" name="m_disconnectPb" > <property name="enabled" > <bool>false</bool> </property> <property name="geometry" > <rect> <x>393</x> <y>46</y> <width>80</width> <height>27</height> </rect> </property> <property name="text" > <string>&Disconnect</string> </property> </widget> <widget class="QPushButton" name="m_connectPb" > <property name="geometry" > <rect> <x>393</x> <y>12</y> <width>80</width> <height>27</height> </rect> </property> <property name="text" > <string>C&onnect</string> </property> </widget> <widget class="QPushButton" name="m_quitPb" > <property name="geometry" > <rect> <x>393</x> <y>79</y> <width>80</width> <height>27</height> </rect> </property> <property name="text" > <string>&Quit</string> </property> </widget> <widget class="QPushButton" name="m_clearPb" > <property name="geometry" > <rect> <x>110</x> <y>79</y> <width>277</width> <height>27</height> </rect> </property> <property name="text" > <string>&Clear</string> </property> </widget> <widget class="QLineEdit" name="m_testLe" > <property name="geometry" > <rect> <x>272</x> <y>50</y> <width>111</width> <height>29</height> </rect> </property> <property name="text" > <string>tony</string> </property> </widget> <widget class="QSpinBox" name="m_portNum" > <property name="geometry" > <rect> <x>110</x> <y>50</y> <width>121</width> <height>29</height> </rect> </property> </widget> <widget class="QFrame" name="m_inputFm" > <property name="geometry" > <rect> <x>6</x> <y>192</y> <width>461</width> <height>41</height> </rect> </property> <property name="frameShape" > <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow" > <enum>QFrame::Raised</enum> </property> <widget class="QWidget" name="horizontalLayout" > <property name="geometry" > <rect> <x>5</x> <y>4</y> <width>451</width> <height>31</height> </rect> </property> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="m_inputLb" > <property name="text" > <string>Input:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="m_inputLe" /> </item> <item> <widget class="QPushButton" name="m_inputSendPb" > <property name="enabled" > <bool>false</bool> </property> <property name="text" > <string>Send</string> </property> </widget> </item> </layout> </widget> </widget> <widget class="QTextEdit" name="m_output_textEdit" > <property name="geometry" > <rect> <x>10</x> <y>110</y> <width>451</width> <height>75</height> </rect> </property> </widget> </widget> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -