mirror of
https://github.com/august-alt/gpui.git
synced 2025-03-12 16:58:23 +03:00
feat: add shortcutlineedit to iniwidget
This commit is contained in:
parent
9d49a58cc2
commit
2f54d4955a
@ -84,7 +84,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="pathLineEdit"/>
|
||||
<widget class="preferences::ShortcutLineEdit" name="pathLineEdit"/>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="sectionLabel">
|
||||
@ -102,7 +102,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="sectionLineEdit">
|
||||
<widget class="preferences::ShortcutLineEdit" name="sectionLineEdit">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -124,7 +124,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="propertyLineEdit">
|
||||
<widget class="preferences::ShortcutLineEdit" name="propertyLineEdit">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -146,7 +146,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QLineEdit" name="valueLineEdit">
|
||||
<widget class="preferences::ShortcutLineEdit" name="valueLineEdit">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -176,6 +176,13 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>preferences::ShortcutLineEdit</class>
|
||||
<extends>QLineEdit</extends>
|
||||
<header>common/shortcutlineedit.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
x
Reference in New Issue
Block a user