image-source-toolbar.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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">
  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="text">
  72. <string notr="true"/>
  73. </property>
  74. <property name="readOnly">
  75. <bool>true</bool>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QPushButton" name="browse">
  81. <property name="sizePolicy">
  82. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  83. <horstretch>0</horstretch>
  84. <verstretch>0</verstretch>
  85. </sizepolicy>
  86. </property>
  87. <property name="minimumSize">
  88. <size>
  89. <width>0</width>
  90. <height>22</height>
  91. </size>
  92. </property>
  93. <property name="text">
  94. <string>Browse</string>
  95. </property>
  96. </widget>
  97. </item>
  98. </layout>
  99. </widget>
  100. <resources/>
  101. <connections/>
  102. </ui>