代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PropertyDesktop</class>
<widget class="QDialog" name="PropertyDesktop">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>404</height>
</rect>
</property>
<property name="windowTitle">
<string>属性</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="bottomMargin">
<number>5</number>
</property>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0">
<widget class="QLabel" name="label_name">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>名称:</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_comment">
<property name="text">
<string>说明:</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_path">
<property name="text">
<string>路径:</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_exec">
<property name="text">
<string>执行:</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_categories">
<property name="text">
<string>类别:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_filename">
<property name="text">
<string>文件路径:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_filepath">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_name"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_exec"/>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_path"/>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lineEdit_comment"/>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="lineEdit_categories"/>
</item>
<item row="0" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton_icon">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="iconSize">
<size>
<width>90</width>
<height>90</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>lineEdit_name</tabstop>
<tabstop>lineEdit_exec</tabstop>
<tabstop>lineEdit_path</tabstop>
<tabstop>lineEdit_comment</tabstop>
<tabstop>lineEdit_categories</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>PropertyDesktop</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>PropertyDesktop</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。