browser-source-toolbar.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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="class" stdset="0">
  60. <string notr="true">icon-refresh</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="Line" name="line">
  66. <property name="orientation">
  67. <enum>Qt::Vertical</enum>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <spacer name="horizontalSpacer">
  73. <property name="orientation">
  74. <enum>Qt::Horizontal</enum>
  75. </property>
  76. <property name="sizeHint" stdset="0">
  77. <size>
  78. <width>40</width>
  79. <height>20</height>
  80. </size>
  81. </property>
  82. </spacer>
  83. </item>
  84. </layout>
  85. </widget>
  86. <resources>
  87. <include location="../obs.qrc"/>
  88. </resources>
  89. <connections/>
  90. </ui>