image-source-toolbar.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>41</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <item>
  30. <widget class="QLabel" name="pathLabel">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="text">
  38. <string notr="true">Image File</string>
  39. </property>
  40. <property name="buddy">
  41. <cstring>path</cstring>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QLineEdit" name="path">
  47. <property name="minimumSize">
  48. <size>
  49. <width>100</width>
  50. <height>0</height>
  51. </size>
  52. </property>
  53. <property name="maximumSize">
  54. <size>
  55. <width>600</width>
  56. <height>16777215</height>
  57. </size>
  58. </property>
  59. <property name="text">
  60. <string notr="true"/>
  61. </property>
  62. <property name="readOnly">
  63. <bool>true</bool>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QPushButton" name="browse">
  69. <property name="sizePolicy">
  70. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  71. <horstretch>0</horstretch>
  72. <verstretch>0</verstretch>
  73. </sizepolicy>
  74. </property>
  75. <property name="text">
  76. <string>Browse</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <spacer name="horizontalSpacer">
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. <property name="sizeType">
  86. <enum>QSizePolicy::Expanding</enum>
  87. </property>
  88. <property name="sizeHint" stdset="0">
  89. <size>
  90. <width>40</width>
  91. <height>20</height>
  92. </size>
  93. </property>
  94. </spacer>
  95. </item>
  96. </layout>
  97. </widget>
  98. <resources/>
  99. <connections/>
  100. </ui>