1 Star 0 Fork 0

隔壁老王/runcmd

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setting.ui 2.84 KB
一键复制 编辑 原始数据 按行查看 历史
DESKTOP-PCJQA82\vm 提交于 2022-11-11 16:53 +08:00 . start
<?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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/bingal/runcmd.git
git@gitee.com:bingal/runcmd.git
bingal
runcmd
runcmd
master

搜索帮助