2 Star 2 Fork 1

Joe/frp Manage2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
debugform.ui 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
Joe 提交于 2023-01-11 08:24 . 全新的2.0版本
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>debugForm</class>
<widget class="QWidget" name="debugForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QTextEdit" name="DebugTextEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>451</width>
<height>241</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>200</x>
<y>270</y>
<width>264</width>
<height>43</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="startButton">
<property name="minimumSize">
<size>
<width>61</width>
<height>41</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>61</width>
<height>41</height>
</size>
</property>
<property name="text">
<string>启动</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="ResetButton">
<property name="minimumSize">
<size>
<width>61</width>
<height>41</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>61</width>
<height>41</height>
</size>
</property>
<property name="text">
<string>重启</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="managePushButton">
<property name="minimumSize">
<size>
<width>61</width>
<height>41</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>61</width>
<height>41</height>
</size>
</property>
<property name="text">
<string>管理</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="clearPushButton">
<property name="minimumSize">
<size>
<width>61</width>
<height>41</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>61</width>
<height>41</height>
</size>
</property>
<property name="text">
<string>清除</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-da-diao/frp-manage2.0.git
git@gitee.com:li-da-diao/frp-manage2.0.git
li-da-diao
frp-manage2.0
frp Manage2.0
master

搜索帮助