mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
完成Deepin/UOS快捷键添加功能
This commit is contained in:
@@ -14,18 +14,33 @@
|
||||
<string>添加快捷键</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset theme=".."/>
|
||||
<iconset theme="..">
|
||||
<normaloff>../../../.designer/backup</normaloff>../../../.designer/backup</iconset>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="addTips">
|
||||
<property name="text">
|
||||
<string>暂时只支持 Ctrl+Alt+? 和 Alt+? 的组合
|
||||
<string>暂时只支持特定组合
|
||||
文本框内的只能输入单字母</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||
<item>
|
||||
<widget class="QLabel" name="exeNameTips">
|
||||
<property name="text">
|
||||
<string>可这执行文件名称:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="exeName"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user