2 Star 5 Fork 1

蔡姬 / Follower v2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shortcutdia.ui 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ShortcutDia</class>
<widget class="QDialog" name="ShortcutDia">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>416</width>
<height>130</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(37, 37, 38);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="2,3,4">
<property name="spacing">
<number>10</number>
</property>
<property name="leftMargin">
<number>12</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(239, 239, 239);</string>
</property>
<property name="text">
<string>先按所需的组合键,再按Enter键</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Consolas</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(66, 66, 66);
color: rgb(238, 238, 238);
border: 1px solid rgb(0,127,212);</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>33</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/caiqihang2024/follower-v2.0.git
git@gitee.com:caiqihang2024/follower-v2.0.git
caiqihang2024
follower-v2.0
Follower v2.0
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891