image-source-toolbar.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ImageSourceToolbar</class>
  4. <widget class="QWidget" name="ImageSourceToolbar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>580</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" stretch="0,1,0,0">
  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="QLabel" name="pathLabel">
  43. <property name="sizePolicy">
  44. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  45. <horstretch>0</horstretch>
  46. <verstretch>0</verstretch>
  47. </sizepolicy>
  48. </property>
  49. <property name="minimumSize">
  50. <size>
  51. <width>0</width>
  52. <height>22</height>
  53. </size>
  54. </property>
  55. <property name="text">
  56. <string notr="true">Image File</string>
  57. </property>
  58. <property name="buddy">
  59. <cstring>path</cstring>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QLineEdit" name="path">
  65. <property name="minimumSize">
  66. <size>
  67. <width>100</width>
  68. <height>22</height>
  69. </size>
  70. </property>
  71. <property name="maximumSize">
  72. <size>
  73. <width>400</width>
  74. <height>16777215</height>
  75. </size>
  76. </property>
  77. <property name="text">
  78. <string notr="true"/>
  79. </property>
  80. <property name="readOnly">
  81. <bool>true</bool>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QPushButton" name="browse">
  87. <property name="sizePolicy">
  88. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  89. <horstretch>0</horstretch>
  90. <verstretch>0</verstretch>
  91. </sizepolicy>
  92. </property>
  93. <property name="minimumSize">
  94. <size>
  95. <width>0</width>
  96. <height>22</height>
  97. </size>
  98. </property>
  99. <property name="text">
  100. <string>Browse</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <spacer name="horizontalSpacer">
  106. <property name="orientation">
  107. <enum>Qt::Horizontal</enum>
  108. </property>
  109. <property name="sizeHint" stdset="0">
  110. <size>
  111. <width>0</width>
  112. <height>20</height>
  113. </size>
  114. </property>
  115. </spacer>
  116. </item>
  117. </layout>
  118. </widget>
  119. <resources/>
  120. <connections/>
  121. </ui>