代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Setting</class>
<widget class="QWidget" name="Setting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>684</width>
<height>252</height>
</rect>
</property>
<property name="windowTitle">
<string>命令设置</string>
</property>
<widget class="QPushButton" name="saveBtn">
<property name="geometry">
<rect>
<x>300</x>
<y>190</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>53</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>执行命令</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>40</x>
<y>90</y>
<width>53</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>启动参数</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>40</x>
<y>140</y>
<width>53</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>启动目录</string>
</property>
</widget>
<widget class="QLineEdit" name="cmd">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>481</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="args">
<property name="geometry">
<rect>
<x>100</x>
<y>90</y>
<width>481</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="path">
<property name="geometry">
<rect>
<x>100</x>
<y>140</y>
<width>481</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="openBtn">
<property name="geometry">
<rect>
<x>590</x>
<y>40</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>浏览</string>
</property>
</widget>
<widget class="QPushButton" name="argsBtn">
<property name="geometry">
<rect>
<x>590</x>
<y>90</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>浏览</string>
</property>
</widget>
<widget class="QPushButton" name="pathBtn">
<property name="geometry">
<rect>
<x>590</x>
<y>140</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>浏览</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。