OBSMissingFiles.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSMissingFiles</class>
  4. <widget class="QDialog" name="OBSMissingFiles">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>700</width>
  10. <height>320</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>700</width>
  16. <height>320</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>MissingFiles</string>
  21. </property>
  22. <property name="sizeGripEnabled">
  23. <bool>true</bool>
  24. </property>
  25. <layout class="QGridLayout" name="gridLayout">
  26. <item row="0" column="0">
  27. <layout class="QHBoxLayout" name="horizontalLayout_3">
  28. <item>
  29. <widget class="QLabel" name="warningIcon">
  30. <property name="minimumSize">
  31. <size>
  32. <width>0</width>
  33. <height>0</height>
  34. </size>
  35. </property>
  36. </widget>
  37. </item>
  38. <item>
  39. <widget class="QLabel" name="label">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="text">
  47. <string>MissingFiles.HelpText</string>
  48. </property>
  49. </widget>
  50. </item>
  51. </layout>
  52. </item>
  53. <item row="2" column="0">
  54. <widget class="QTableView" name="tableView">
  55. <property name="selectionMode">
  56. <enum>QAbstractItemView::NoSelection</enum>
  57. </property>
  58. <attribute name="horizontalHeaderMinimumSectionSize">
  59. <number>23</number>
  60. </attribute>
  61. <attribute name="horizontalHeaderDefaultSectionSize">
  62. <number>23</number>
  63. </attribute>
  64. <attribute name="verticalHeaderVisible">
  65. <bool>false</bool>
  66. </attribute>
  67. <attribute name="verticalHeaderDefaultSectionSize">
  68. <number>24</number>
  69. </attribute>
  70. </widget>
  71. </item>
  72. <item row="3" column="0">
  73. <layout class="QVBoxLayout" name="verticalLayout">
  74. <item>
  75. <layout class="QHBoxLayout" name="horizontalLayout_2">
  76. <item>
  77. <widget class="QLabel" name="found">
  78. <property name="text">
  79. <string>MissingFiles.NumFound</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <spacer name="horizontalSpacer">
  85. <property name="orientation">
  86. <enum>Qt::Horizontal</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. <item>
  97. <layout class="QHBoxLayout" name="horizontalLayout">
  98. <item>
  99. <widget class="QPushButton" name="browseButton">
  100. <property name="text">
  101. <string>MissingFiles.Search</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item>
  106. <widget class="QPushButton" name="doneButton">
  107. <property name="text">
  108. <string>Apply</string>
  109. </property>
  110. </widget>
  111. </item>
  112. <item>
  113. <widget class="QPushButton" name="cancelButton">
  114. <property name="text">
  115. <string>Cancel</string>
  116. </property>
  117. </widget>
  118. </item>
  119. </layout>
  120. </item>
  121. </layout>
  122. </item>
  123. </layout>
  124. </item>
  125. </layout>
  126. </widget>
  127. <resources/>
  128. <connections/>
  129. </ui>