image-source-toolbar.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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="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="QLabel" name="pathLabel">
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. <property name="minimumSize">
  56. <size>
  57. <width>0</width>
  58. <height>22</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>16777215</width>
  64. <height>22</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string notr="true">Image File</string>
  69. </property>
  70. <property name="buddy">
  71. <cstring>path</cstring>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QLineEdit" name="path">
  77. <property name="minimumSize">
  78. <size>
  79. <width>100</width>
  80. <height>22</height>
  81. </size>
  82. </property>
  83. <property name="maximumSize">
  84. <size>
  85. <width>16777215</width>
  86. <height>22</height>
  87. </size>
  88. </property>
  89. <property name="text">
  90. <string notr="true"/>
  91. </property>
  92. <property name="readOnly">
  93. <bool>true</bool>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QPushButton" name="browse">
  99. <property name="sizePolicy">
  100. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  101. <horstretch>0</horstretch>
  102. <verstretch>0</verstretch>
  103. </sizepolicy>
  104. </property>
  105. <property name="minimumSize">
  106. <size>
  107. <width>0</width>
  108. <height>22</height>
  109. </size>
  110. </property>
  111. <property name="maximumSize">
  112. <size>
  113. <width>16777215</width>
  114. <height>22</height>
  115. </size>
  116. </property>
  117. <property name="text">
  118. <string>Browse</string>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </widget>
  124. <resources/>
  125. <connections/>
  126. </ui>