blob: f7f2946826efceff56d94a0a24ad5e02d96932b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>keyboard_listener</class>
<widget class="QDialog" name="keyboard_listener">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>587</width>
<height>273</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
<widget class="QLabel" name="label">
<property name="text">
<string>Press a key or close this window to remove the keybinding.</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
|