加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SciptItem.ui 2.43 KB
一键复制 编辑 原始数据 按行查看 历史
Seven 提交于 2023-01-30 20:44 . init
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>750</width>
<height>60</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="labUpdatedAt">
<property name="geometry">
<rect>
<x>460</x>
<y>10</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>2022-00-00 00:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labDescription">
<property name="geometry">
<rect>
<x>130</x>
<y>10</y>
<width>151</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>脚本描述</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="labCreatedAt">
<property name="geometry">
<rect>
<x>300</x>
<y>10</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>2022-00-00 00:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labName">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>脚本名称</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="btnDelete">
<property name="geometry">
<rect>
<x>600</x>
<y>11</y>
<width>61</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>删除</string>
</property>
</widget>
<widget class="QPushButton" name="btnModify">
<property name="geometry">
<rect>
<x>680</x>
<y>10</y>
<width>61</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>修改</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化