configure_hotkeys.ui 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureHotkeys</class>
  4. <widget class="QWidget" name="ConfigureHotkeys">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>363</width>
  10. <height>388</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Hotkey Settings</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_2">
  19. <item>
  20. <widget class="QLabel" name="label_2">
  21. <property name="text">
  22. <string>Double-click on a binding to change it.</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QTreeView" name="hotkey_list">
  28. <property name="editTriggers">
  29. <set>QAbstractItemView::NoEditTriggers</set>
  30. </property>
  31. <property name="sortingEnabled">
  32. <bool>false</bool>
  33. </property>
  34. </widget>
  35. </item>
  36. </layout>
  37. </item>
  38. </layout>
  39. </widget>
  40. <resources/>
  41. <connections/>
  42. </ui>