DlgMultipleSelection.ui 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DlgMultipleSelection</class>
  4. <widget class="QDialog" name="DlgMultipleSelection">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>380</width>
  10. <height>320</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Multiple selection</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="spacing">
  18. <number>6</number>
  19. </property>
  20. <property name="margin">
  21. <number>9</number>
  22. </property>
  23. <item>
  24. <widget class="QListView" name="lstLayers">
  25. <property name="editTriggers">
  26. <set>QAbstractItemView::NoEditTriggers</set>
  27. </property>
  28. <property name="alternatingRowColors">
  29. <bool>true</bool>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QDialogButtonBox" name="buttonBox">
  35. <property name="orientation">
  36. <enum>Qt::Vertical</enum>
  37. </property>
  38. <property name="standardButtons">
  39. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  40. </property>
  41. </widget>
  42. </item>
  43. </layout>
  44. </widget>
  45. <resources/>
  46. <connections>
  47. <connection>
  48. <sender>buttonBox</sender>
  49. <signal>accepted()</signal>
  50. <receiver>DlgMultipleSelection</receiver>
  51. <slot>accept()</slot>
  52. <hints>
  53. <hint type="sourcelabel">
  54. <x>248</x>
  55. <y>254</y>
  56. </hint>
  57. <hint type="destinationlabel">
  58. <x>157</x>
  59. <y>274</y>
  60. </hint>
  61. </hints>
  62. </connection>
  63. <connection>
  64. <sender>buttonBox</sender>
  65. <signal>rejected()</signal>
  66. <receiver>DlgMultipleSelection</receiver>
  67. <slot>reject()</slot>
  68. <hints>
  69. <hint type="sourcelabel">
  70. <x>316</x>
  71. <y>260</y>
  72. </hint>
  73. <hint type="destinationlabel">
  74. <x>286</x>
  75. <y>274</y>
  76. </hint>
  77. </hints>
  78. </connection>
  79. </connections>
  80. </ui>