ConflictItemWidget.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConflictItemWidget</class>
  4. <widget class="QWidget" name="ConflictItemWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>538</width>
  10. <height>182</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout_3">
  23. <item>
  24. <widget class="QLabel" name="warningIcon">
  25. <property name="text">
  26. <string>WarningIcon</string>
  27. </property>
  28. <property name="margin">
  29. <number>25</number>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <item>
  36. <layout class="QHBoxLayout" name="horizontalLayout_2">
  37. <item>
  38. <widget class="QLabel" name="fileIcon">
  39. <property name="sizePolicy">
  40. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  41. <horstretch>0</horstretch>
  42. <verstretch>0</verstretch>
  43. </sizepolicy>
  44. </property>
  45. <property name="baseSize">
  46. <size>
  47. <width>36</width>
  48. <height>36</height>
  49. </size>
  50. </property>
  51. <property name="text">
  52. <string>fileIcon</string>
  53. </property>
  54. <property name="scaledContents">
  55. <bool>true</bool>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QLabel" name="filename">
  61. <property name="text">
  62. <string>fileName</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <spacer name="horizontalSpacer_2">
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. <property name="sizeHint" stdset="0">
  72. <size>
  73. <width>40</width>
  74. <height>20</height>
  75. </size>
  76. </property>
  77. </spacer>
  78. </item>
  79. </layout>
  80. </item>
  81. <item>
  82. <widget class="QLabel" name="labelIssue">
  83. <property name="sizePolicy">
  84. <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
  85. <horstretch>0</horstretch>
  86. <verstretch>0</verstretch>
  87. </sizepolicy>
  88. </property>
  89. <property name="text">
  90. <string>TextLabel</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <layout class="QHBoxLayout" name="horizontalLayout">
  96. <item>
  97. <spacer name="horizontalSpacer">
  98. <property name="orientation">
  99. <enum>Qt::Horizontal</enum>
  100. </property>
  101. <property name="sizeHint" stdset="0">
  102. <size>
  103. <width>40</width>
  104. <height>20</height>
  105. </size>
  106. </property>
  107. </spacer>
  108. </item>
  109. <item>
  110. <widget class="craftlab::ui::CheckableComboBox" name="ddUseVersion"/>
  111. </item>
  112. <item>
  113. <widget class="QPushButton" name="buttonCopy">
  114. <property name="text">
  115. <string>Copy file</string>
  116. </property>
  117. <property name="checkable">
  118. <bool>true</bool>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="QPushButton" name="buttonRemove">
  124. <property name="text">
  125. <string>Remove</string>
  126. </property>
  127. <property name="checkable">
  128. <bool>true</bool>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <widget class="QPushButton" name="buttonIgnore">
  134. <property name="text">
  135. <string>Ignore</string>
  136. </property>
  137. <property name="checkable">
  138. <bool>true</bool>
  139. </property>
  140. </widget>
  141. </item>
  142. </layout>
  143. </item>
  144. </layout>
  145. </item>
  146. </layout>
  147. </widget>
  148. <customwidgets>
  149. <customwidget>
  150. <class>craftlab::ui::CheckableComboBox</class>
  151. <extends>QComboBox</extends>
  152. <header>checkablecombobox.h</header>
  153. </customwidget>
  154. </customwidgets>
  155. <resources/>
  156. <connections/>
  157. </ui>