<?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>