1 Star 0 Fork 1

ningbo/ssh群控

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
widgetssh.ui 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
ningbo 提交于 2021-04-09 21:22 . V1.0
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WidgetSsh</class>
<widget class="QWidget" name="WidgetSsh">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>WidgetSsh</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>140</x>
<y>140</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_ip">
<property name="geometry">
<rect>
<x>110</x>
<y>30</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_name">
<property name="geometry">
<rect>
<x>110</x>
<y>60</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_pass">
<property name="geometry">
<rect>
<x>110</x>
<y>90</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>320</x>
<y>50</y>
<width>421</width>
<height>381</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="msg">
<property name="geometry">
<rect>
<x>330</x>
<y>450</y>
<width>301</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>660</x>
<y>450</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>发送</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>400</x>
<y>540</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>下移</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ningbocai/ssh-cluster-management.git
git@gitee.com:ningbocai/ssh-cluster-management.git
ningbocai
ssh-cluster-management
ssh群控
master

搜索帮助