browser-source-toolbar.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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="Fixed">
  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="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>22</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string notr="true">Form</string>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <property name="leftMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="topMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="rightMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="bottomMargin">
  45. <number>0</number>
  46. </property>
  47. <item>
  48. <widget class="QPushButton" name="refresh">
  49. <property name="minimumSize">
  50. <size>
  51. <width>0</width>
  52. <height>22</height>
  53. </size>
  54. </property>
  55. <property name="maximumSize">
  56. <size>
  57. <width>16777215</width>
  58. <height>22</height>
  59. </size>
  60. </property>
  61. <property name="text">
  62. <string>RefreshBrowser</string>
  63. </property>
  64. <property name="icon">
  65. <iconset resource="../obs.qrc">
  66. <normaloff>:/res/images/refresh.svg</normaloff>:/res/images/refresh.svg</iconset>
  67. </property>
  68. <property name="flat">
  69. <bool>true</bool>
  70. </property>
  71. <property name="themeID" stdset="0">
  72. <string notr="true">refreshIconSmall</string>
  73. </property>
  74. <property name="themeID2" stdset="0">
  75. <string notr="true">contextBarButton</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="Line" name="line">
  81. <property name="orientation">
  82. <enum>Qt::Vertical</enum>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <spacer name="horizontalSpacer">
  88. <property name="orientation">
  89. <enum>Qt::Horizontal</enum>
  90. </property>
  91. <property name="sizeHint" stdset="0">
  92. <size>
  93. <width>40</width>
  94. <height>20</height>
  95. </size>
  96. </property>
  97. </spacer>
  98. </item>
  99. </layout>
  100. </widget>
  101. <resources>
  102. <include location="../obs.qrc"/>
  103. </resources>
  104. <connections/>
  105. </ui>