browser-source-toolbar.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BrowserSourceToolbar</class>
  4. <widget class="QWidget" name="BrowserSourceToolbar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>628</width>
  10. <height>22</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>22</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string notr="true">Form</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <property name="leftMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="topMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="rightMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="bottomMargin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <widget class="QPushButton" name="refresh">
  43. <property name="minimumSize">
  44. <size>
  45. <width>0</width>
  46. <height>22</height>
  47. </size>
  48. </property>
  49. <property name="text">
  50. <string>RefreshBrowser</string>
  51. </property>
  52. <property name="icon">
  53. <iconset resource="../obs.qrc">
  54. <normaloff>:/res/images/refresh.svg</normaloff>:/res/images/refresh.svg</iconset>
  55. </property>
  56. <property name="flat">
  57. <bool>true</bool>
  58. </property>
  59. <property name="themeID" stdset="0">
  60. <string notr="true">refreshIconSmall</string>
  61. </property>
  62. <property name="themeID2" stdset="0">
  63. <string notr="true">contextBarButton</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="Line" name="line">
  69. <property name="orientation">
  70. <enum>Qt::Vertical</enum>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <spacer name="horizontalSpacer">
  76. <property name="orientation">
  77. <enum>Qt::Horizontal</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>40</width>
  82. <height>20</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. </layout>
  88. </widget>
  89. <resources>
  90. <include location="../obs.qrc"/>
  91. </resources>
  92. <connections/>
  93. </ui>