加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
UIFileDialogView.ui 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
猗犽 提交于 2022-09-30 23:44 . fix:重命名文件
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>313</width>
<height>111</height>
</rect>
</property>
<property name="windowTitle">
<string>File Manage</string>
</property>
<property name="windowIcon">
<iconset resource="assets.qrc">
<normaloff>:/pic/Mondrian.png</normaloff>:/pic/Mondrian.png</iconset>
</property>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>291</width>
<height>41</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="file_name">
<property name="text">
<string>file name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>291</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="choice">
<property name="text">
<string>choice</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="edit">
<property name="text">
<string>edit</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="rename">
<property name="text">
<string>rename</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化