GoToButton.ui 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GoToButton</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>18</width>
  10. <height>18</height>
  11. </rect>
  12. </property>
  13. <widget class="QWidget" name="verticalLayoutWidget">
  14. <property name="geometry">
  15. <rect>
  16. <x>0</x>
  17. <y>0</y>
  18. <width>24</width>
  19. <height>24</height>
  20. </rect>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <property name="spacing">
  24. <number>0</number>
  25. </property>
  26. <item>
  27. <widget class="QPushButton" name="goToPushButton">
  28. <property name="sizePolicy">
  29. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  30. <horstretch>0</horstretch>
  31. <verstretch>0</verstretch>
  32. </sizepolicy>
  33. </property>
  34. <property name="minimumSize">
  35. <size>
  36. <width>18</width>
  37. <height>18</height>
  38. </size>
  39. </property>
  40. <property name="maximumSize">
  41. <size>
  42. <width>18</width>
  43. <height>18</height>
  44. </size>
  45. </property>
  46. <property name="toolTip">
  47. <string>View this asset</string>
  48. </property>
  49. <property name="text">
  50. <string/>
  51. </property>
  52. <property name="icon">
  53. <iconset>
  54. <normaloff>:/AssetProcessor_goto.svg</normaloff>
  55. <activeon>:/AssetProcessor_goto_hover.svg</activeon>:/AssetProcessor_goto.svg
  56. </iconset>
  57. </property>
  58. <property name="iconSize">
  59. <size>
  60. <width>18</width>
  61. <height>18</height>
  62. </size>
  63. </property>
  64. <property name="flat">
  65. <bool>true</bool>
  66. </property>
  67. </widget>
  68. </item>
  69. </layout>
  70. </widget>
  71. </widget>
  72. <resources/>
  73. <connections/>
  74. </ui>