当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
logviewer.ui 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
SSSSSSSan 提交于 2021-10-12 02:33 . 完善日志窗口
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>logViewer</class>
<widget class="QDialog" name="logViewer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>952</width>
<height>509</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string notr="true">Dialog</string>
</property>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>320</x>
<y>210</y>
<width>256</width>
<height>192</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化