IconListDialog.ui 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>IconListDialog</class>
  4. <widget class="QDialog" name="IconListDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>474</width>
  10. <height>301</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Icon list</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTreeView" name="m_iconListCtrl">
  19. <property name="frameShape">
  20. <enum>QFrame::Box</enum>
  21. </property>
  22. <property name="iconSize">
  23. <size>
  24. <width>32</width>
  25. <height>32</height>
  26. </size>
  27. </property>
  28. <attribute name="headerVisible">
  29. <bool>false</bool>
  30. </attribute>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QDialogButtonBox" name="buttonBox">
  35. <property name="standardButtons">
  36. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </widget>
  42. <resources/>
  43. <connections>
  44. <connection>
  45. <sender>buttonBox</sender>
  46. <signal>accepted()</signal>
  47. <receiver>IconListDialog</receiver>
  48. <slot>accept()</slot>
  49. <hints>
  50. <hint type="sourcelabel">
  51. <x>353</x>
  52. <y>282</y>
  53. </hint>
  54. <hint type="destinationlabel">
  55. <x>237</x>
  56. <y>296</y>
  57. </hint>
  58. </hints>
  59. </connection>
  60. <connection>
  61. <sender>buttonBox</sender>
  62. <signal>rejected()</signal>
  63. <receiver>IconListDialog</receiver>
  64. <slot>reject()</slot>
  65. <hints>
  66. <hint type="sourcelabel">
  67. <x>424</x>
  68. <y>278</y>
  69. </hint>
  70. <hint type="destinationlabel">
  71. <x>470</x>
  72. <y>265</y>
  73. </hint>
  74. </hints>
  75. </connection>
  76. </connections>
  77. </ui>