hotkeys.ui 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>hotkeys</class>
  4. <widget class="QDialog" name="hotkeys">
  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. <widget class="QTreeWidget" name="treeWidget">
  19. <property name="selectionBehavior">
  20. <enum>QAbstractItemView::SelectItems</enum>
  21. </property>
  22. <property name="headerHidden">
  23. <bool>false</bool>
  24. </property>
  25. <column>
  26. <property name="text">
  27. <string>Action</string>
  28. </property>
  29. </column>
  30. <column>
  31. <property name="text">
  32. <string>Hotkey</string>
  33. </property>
  34. </column>
  35. <column>
  36. <property name="text">
  37. <string>Context</string>
  38. </property>
  39. </column>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QDialogButtonBox" name="buttonBox">
  44. <property name="orientation">
  45. <enum>Qt::Horizontal</enum>
  46. </property>
  47. <property name="standardButtons">
  48. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </widget>
  54. <resources/>
  55. <connections>
  56. <connection>
  57. <sender>buttonBox</sender>
  58. <signal>accepted()</signal>
  59. <receiver>hotkeys</receiver>
  60. <slot>accept()</slot>
  61. <hints>
  62. <hint type="sourcelabel">
  63. <x>248</x>
  64. <y>254</y>
  65. </hint>
  66. <hint type="destinationlabel">
  67. <x>157</x>
  68. <y>274</y>
  69. </hint>
  70. </hints>
  71. </connection>
  72. <connection>
  73. <sender>buttonBox</sender>
  74. <signal>rejected()</signal>
  75. <receiver>hotkeys</receiver>
  76. <slot>reject()</slot>
  77. <hints>
  78. <hint type="sourcelabel">
  79. <x>316</x>
  80. <y>260</y>
  81. </hint>
  82. <hint type="destinationlabel">
  83. <x>286</x>
  84. <y>274</y>
  85. </hint>
  86. </hints>
  87. </connection>
  88. </connections>
  89. </ui>